...
|
...
|
@@ -114,7 +114,7 @@ |
|
|
<view style="display: flex;flex-direction: column;align-items: center;">
|
|
|
<image src="/images/jinggao.png" mode="widthFix" style="width: 126rpx;"></image>
|
|
|
<text style="font-size: 32rpx; color: #000;margin: 16rpx 0;">支付失败</text>
|
|
|
<text style="font-size: 28rpx;">您的积分不足,可使用微信支付差价</text>
|
|
|
<!-- <text style="font-size: 28rpx;">您的积分不足,可使用微信支付差价</text> -->
|
|
|
</view>
|
|
|
<view style="width: 100%;padding: 32rpx 0;display: flex;justify-content: space-between;border-bottom: 1rpx solid rgba(240,242,245,1);">
|
|
|
<view style="font-size: 28rpx;">
|
...
|
...
|
@@ -132,15 +132,15 @@ |
|
|
{{order.syjf}}
|
|
|
</view>
|
|
|
</view>
|
|
|
<view style="width: 100%;padding: 32rpx 0;display: flex;justify-content: space-between;border-bottom: 1rpx solid rgba(240,242,245,1);">
|
|
|
<!-- <view style="width: 100%;padding: 32rpx 0;display: flex;justify-content: space-between;border-bottom: 1rpx solid rgba(240,242,245,1);">
|
|
|
<view style="font-size: 28rpx;">
|
|
|
差价支付
|
|
|
</view>
|
|
|
<view style="font-size: 32rpx;color: #ED261C;">
|
|
|
¥{{payMent}}
|
|
|
</view>
|
|
|
</view>
|
|
|
<view style="margin-top: 114rpx;display: flex;align-items: center;font-size: 28rpx;justify-content: space-between;">
|
|
|
</view> -->
|
|
|
<!-- <view style="margin-top: 114rpx;display: flex;align-items: center;font-size: 28rpx;justify-content: space-between;">
|
|
|
<view>
|
|
|
<text style="color: rgba(0,0,0,0.26);">共{{info.totalnum + choudanNum}}件,</text>
|
|
|
<text style="color: rgba(0,0,0,0.6);">合计:</text>
|
...
|
...
|
@@ -151,7 +151,7 @@ |
|
|
<view style="width: 222rpx;height: 88rpx;background-color: #3D9BF5;border-radius: 96rpx;display: flex;align-items: center;justify-content: center;font-size: 32rpx;color: #FFFFFF;" bindtap="mixedPay">
|
|
|
提交
|
|
|
</view>
|
|
|
</view>
|
|
|
</view> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
...
|
...
|
|