更新说明
This commit is contained in:
parent
1299140eee
commit
49dc968ecf
|
@ -48,7 +48,7 @@
|
|||
{{item.value}}
|
||||
</view>
|
||||
<view class="content-middlea-one" style="font-size: 22rpx;color: #7f7f7f;">
|
||||
<text v-if="index==1">(次日18点后可提现)</text>
|
||||
<text v-if="index==1">(次日24点后可提现)</text>
|
||||
<text v-if="index == 3">(点击查看进度详情)</text>
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
@ -74,8 +74,8 @@
|
|||
当前押金: ¥{{ot_margin}}
|
||||
</view>
|
||||
<view class='tip' style="line-height: 20px;">
|
||||
说明: 用户下单后该订单金额存放在暂存金额中,用户确认收货后次日18:00才可提现该笔订单金额<br />
|
||||
提货付款订单在完成后次日18:00才可提现
|
||||
说明: 用户下单后该订单金额存放在暂存金额中,用户确认收货后次日24:00才可提现该笔订单金额<br />
|
||||
提货付款订单在完成后次日24:00才可提现
|
||||
</view>
|
||||
<view class="btn-submit">
|
||||
<button formType="submit" class='bnt b-color'>提现</button>
|
||||
|
|
Loading…
Reference in New Issue