Merge branch 'main' of https://gitea.lihaink.cn/mkm/shop-applet
This commit is contained in:
commit
fd04b4e93c
|
@ -49,8 +49,8 @@
|
|||
<view class='item acea-row row-between-wrapper' v-if="array.length>0">
|
||||
<view class='name'>开户银行</view>
|
||||
<view class='input'>
|
||||
<input placeholder='请输入开户银行' v-model="mode.bank_name"
|
||||
placeholder-class='placeholder' name="bank_address"></input>
|
||||
<input placeholder='请输入开户银行' v-model="mode.bank_name" placeholder-class='placeholder'
|
||||
name="bank_address"></input>
|
||||
<!-- <picker @change="bindPickerChange" :value="index" :range="array" range-key="name">
|
||||
<text class='Bank'>{{array[index]["name"]}}</text>
|
||||
<text class='iconfont icon-qiepian38'></text>
|
||||
|
@ -68,15 +68,14 @@
|
|||
name="extract_price" type='digit' v-model="extract_price"></input></view>
|
||||
</view>
|
||||
<view class='tip mt25'>
|
||||
当前可提现金额: <text
|
||||
class="price">¥{{extract_money}}</text>, 冻结金额: ¥{{lock_money}}
|
||||
当前可提现金额: <text class="price">¥{{extract_money}}</text>, 暂存金额: ¥{{lock_money}}
|
||||
</view>
|
||||
<view class='tip'>
|
||||
当前押金: ¥{{ot_margin}}
|
||||
</view>
|
||||
<view class='tip'>
|
||||
说明: 用户确认收货{{lock_time}}天后, 才可提现该订单金额<br />
|
||||
提货付款订单完成后,该笔订单金额冻结时间为20分钟<br/>
|
||||
提货付款订单完成后,该笔订单金额暂存时间为20分钟<br />
|
||||
</view>
|
||||
<view class="btn-submit">
|
||||
<button formType="submit" class='bnt b-color'>提现</button>
|
||||
|
@ -113,15 +112,14 @@
|
|||
</view>
|
||||
|
||||
<view class='tip mt25'>
|
||||
当前可提现金额: <text
|
||||
class="price">¥{{extract_money}},</text>冻结金额: ¥{{lock_money}}
|
||||
当前可提现金额: <text class="price">¥{{extract_money}},</text>暂存金额: ¥{{lock_money}}
|
||||
</view>
|
||||
<view class='tip'>
|
||||
当前押金: ¥{{ot_margin}}
|
||||
</view>
|
||||
<view class='tip'>
|
||||
说明: 用户确认收货{{lock_time}}天后, 才可提现该订单金额<br />
|
||||
提货付款订单完成后,该笔订单金额冻结时间为20分钟<br/>
|
||||
提货付款订单完成后,该笔订单金额暂存时间为20分钟<br />
|
||||
</view>
|
||||
<button formType="submit" class='bnt b-color'>提现</button>
|
||||
</view>
|
||||
|
@ -166,15 +164,14 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class='tip mb25'>
|
||||
当前可提现金额: <text
|
||||
class="price">¥{{extract_money}}</text>, 冻结金额: ¥{{lock_money}}
|
||||
当前可提现金额: <text class="price">¥{{extract_money}}</text>, 暂存金额: ¥{{lock_money}}
|
||||
</view>
|
||||
<view class='tip'>
|
||||
当前押金: ¥{{ot_margin}}
|
||||
</view>
|
||||
<view class='tip'>
|
||||
说明: 用户确认收货{{lock_time}}天后, 才可提现该订单金额<br />
|
||||
提货付款订单完成后,该笔订单金额冻结时间为20分钟<br/>
|
||||
提货付款订单完成后,该笔订单金额暂存时间为20分钟<br />
|
||||
</view>
|
||||
<view class="btn-submit">
|
||||
<button formType="submit" class='bnt b-color'>提现</button>
|
||||
|
@ -492,7 +489,8 @@
|
|||
setTimeout(() => {
|
||||
uni.navigateBack({
|
||||
delta: 1
|
||||
})}, 1000)
|
||||
})
|
||||
}, 1000)
|
||||
|
||||
console.log(res);
|
||||
}).catch(err => {
|
||||
|
@ -500,7 +498,8 @@
|
|||
setTimeout(() => {
|
||||
uni.navigateBack({
|
||||
delta: 1
|
||||
})}, 1000)
|
||||
})
|
||||
}, 1000)
|
||||
|
||||
})
|
||||
},
|
||||
|
@ -803,6 +802,7 @@
|
|||
uni-toast.uni-mask {
|
||||
background-color: rgba(0, 0, 0, 0.5) !important;
|
||||
}
|
||||
|
||||
.saomaCode {
|
||||
z-index: 1;
|
||||
position: fixed;
|
||||
|
@ -816,5 +816,4 @@
|
|||
text-align: center;
|
||||
line-height: 87.72rpx;
|
||||
}
|
||||
|
||||
</style>
|
Loading…
Reference in New Issue