yfx
2026-03-16 4065a1ffca0287fa48bcd35916450b6859e870dc
pages/order/order.vue
@@ -71,7 +71,7 @@
            </view>
         </view>
         <view class="noData" v-else>
            <image src="/static/imgs/noData.png"  style="margin-top: 200upx;"></image>
            <image src="/static/imgs/noData.png" mode="" style="margin-top: 200upx;"></image>
            <view class="">没有订单信息</view>
            <view class="noDataBtn" @tap="$util.goSwitch('/pages/index/index')">去看看</view>
         </view>
@@ -97,8 +97,8 @@
               <view class="pop-main-view" v-for="(item, index) in planData">
                  <view class="pop-pay" style="width: 100%;">
                     <view class="" @tap="planClick(item)" style="padding: 10upx 0;">
                        <image v-if="planId == item.id" src="/static/imgs/checked.png" ></image>
                        <image v-else src="/static/imgs/check.png" ></image>
                        <image v-if="planId == item.id" src="/static/imgs/checked.png" mode=""></image>
                        <image v-else src="/static/imgs/check.png" mode=""></image>
                        <text>日期:{{item.paydate}}</text>
                        <text style="margin-left: 30upx;">还款金额:{{item.total}}</text>
                        <text style="margin-left: 30upx;">({{item.statusName}})</text>
@@ -117,11 +117,11 @@
               <view class="pop-main-view">
                  <view class="pop-pay" style="width: 100%;border-bottom: none;">
                     <view class="pay-item" style="border-bottom: 1px solid #eeeeee;padding: 20upx 20upx 30upx 20upx;" @tap="payback(2)">
                        <image class="pay-icon" src="/static/imgs/wxpay.png" ></image>
                        <image class="pay-icon" src="/static/imgs/wxpay.png" mode=""></image>
                        <text>微信还款({{payTotal}}元)</text>
                     </view>
                     <view class="pay-item" style="padding: 20upx;border-bottom: none;" @tap="payback(3)">
                        <image class="pay-icon" src="/static/imgs/bankpay.png" style="height: 40upx; margin-right: 10upx;" ></image>
                        <image class="pay-icon" src="/static/imgs/bankpay.png" style="height: 40upx; margin-right: 10upx;" mode=""></image>
                        <view>
                           <text>银行卡还款({{payTotal}}元)</text>
                        </view>