ui
叶富雄
2026-03-14 b34744f5bb68ed1ba7d1dd5251298a42e4aaaf9c
pages/orderinfo/orderinfo.vue
@@ -111,8 +111,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>
@@ -131,11 +131,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>