付款成功后截图以提供支付凭证

master
santaner 10 months ago
parent c158656fd9
commit 3924a4b856
  1. 5
      pages/users/order_confirm/index.vue

@ -275,7 +275,7 @@
</view> </view>
<view class='wrapper' v-if="pay_types == 1"> <view class='wrapper' v-if="pay_types == 1">
<view class='item'> <view class='item'>
<view>支付方式</view> <view>支付方式<text class="pay-tip"> 付款成功后截图以提供支付凭证</text></view>
<view class="offline"> <view class="offline">
<view class="img-wrap"> <view class="img-wrap">
<view class="img-box"> <view class="img-box">
@ -2394,6 +2394,9 @@
overflow-y: scroll; overflow-y: scroll;
} }
.pay-tip{
color:red;
}
.offline{ .offline{
.img-wrap{ .img-wrap{
.img-box{ .img-box{

Loading…
Cancel
Save