|
@@ -29,9 +29,11 @@
|
|
<view class="pay-btn">
|
|
<view class="pay-btn">
|
|
<view class="total">
|
|
<view class="total">
|
|
<text>{{number||0}}</text>
|
|
<text>{{number||0}}</text>
|
|
- <u-image mode="scaleToFill" width="40rpx" height="40rpx" src="/static/ledou.png"></u-image>
|
|
|
|
|
|
+ <view><u-image mode="scaleToFill" width="40rpx" height="40rpx" src="/static/ledou.png"></u-image></view>
|
|
|
|
+ </view>
|
|
|
|
+ <view>
|
|
|
|
+ <u-button @click="handlePay" type="success" >确认支付</u-button>
|
|
</view>
|
|
</view>
|
|
- <u-button @click="handlePay" type="success" >确认支付</u-button>
|
|
|
|
</view>
|
|
</view>
|
|
<!-- 确认支付弹窗 -->
|
|
<!-- 确认支付弹窗 -->
|
|
<u-popup mode="center" closeable @close="closeModal" negative-top="300" v-model="showPayModal" width="600rpx" >
|
|
<u-popup mode="center" closeable @close="closeModal" negative-top="300" v-model="showPayModal" width="600rpx" >
|
|
@@ -210,10 +212,12 @@
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
- font-size: 48upx;
|
|
|
|
- font-weight: 600;
|
|
|
|
- color: red;
|
|
|
|
padding: 60upx 0;
|
|
padding: 60upx 0;
|
|
|
|
+ text{
|
|
|
|
+ font-size: 48upx;
|
|
|
|
+ font-weight: 600;
|
|
|
|
+ color: red;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|