续费功能修复
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
|
||||
<view class="xieyi">
|
||||
<checkbox-group @change="onAgree" style="display: flex; align-items: center;">
|
||||
<checkbox :checked="agree" />我已同意并阅读<div class="xieyi-text" @click="showXieyi(64)">《租赁合同》</div>与<div
|
||||
<checkbox :checked="agree" />我已阅读并同意<div class="xieyi-text" @click="showXieyi(64)">《租赁合同》</div>与<div
|
||||
class="xieyi-text" @click="showXieyi(51)">《隐私协议》</div>
|
||||
</checkbox-group>
|
||||
</view>
|
||||
@@ -258,6 +258,10 @@
|
||||
},
|
||||
async onBuy() {
|
||||
const app = this
|
||||
if(!this.agree){
|
||||
app.$error("请先同意租赁合同和隐私协议!")
|
||||
return
|
||||
}
|
||||
const {
|
||||
record,
|
||||
dealerPhone
|
||||
@@ -289,9 +293,6 @@
|
||||
var time = new Date().getTime() + 60 * 60 * 1000 * 24
|
||||
const expirationTime = dateFormat('YYYY-mm-dd HH:MM:SS', new Date(time))
|
||||
app.expirationTime = expirationTime
|
||||
|
||||
|
||||
|
||||
|
||||
addOrder({
|
||||
orderNo: createOrderNo(),
|
||||
|
||||
Reference in New Issue
Block a user