全量接入运营区能力
This commit is contained in:
parent
ed6d203211
commit
5338356fce
|
|
@ -1277,7 +1277,6 @@
|
||||||
price: this.yucobj,
|
price: this.yucobj,
|
||||||
appId: this.$store.state.appid,
|
appId: this.$store.state.appid,
|
||||||
channelId: this.channelId,
|
channelId: this.channelId,
|
||||||
creditUserId: this.selectedSubPayment,
|
|
||||||
checkVideo: this.videoUrl,
|
checkVideo: this.videoUrl,
|
||||||
appType: 1,
|
appType: 1,
|
||||||
areaPromotionId: areaPromotionId
|
areaPromotionId: areaPromotionId
|
||||||
|
|
@ -1327,12 +1326,6 @@
|
||||||
title: '提示', content: '您当前还未实名认证,是否前去实名认证?', showCancel: true,
|
title: '提示', content: '您当前还未实名认证,是否前去实名认证?', showCancel: true,
|
||||||
success: function(res) { if (res.confirm) uni.navigateTo({ url: '/page_user/shiming?areaId=' + that.bikeobj.areaId }) }
|
success: function(res) { if (res.confirm) uni.navigateTo({ url: '/page_user/shiming?areaId=' + that.bikeobj.areaId }) }
|
||||||
})
|
})
|
||||||
} else if (resp.code == 10002) {
|
|
||||||
uni.hideLoading()
|
|
||||||
uni.showModal({
|
|
||||||
title: '提示', content: '您当前驾驶证未认证,是否前去认证?', showCancel: true,
|
|
||||||
success: function(res) { if (res.confirm) uni.navigateTo({ url: '/page_user/renzheng/jiashizheng' }) }
|
|
||||||
})
|
|
||||||
} else {
|
} else {
|
||||||
uni.hideLoading()
|
uni.hideLoading()
|
||||||
uni.showToast({ title: resp.msg, icon: 'none', duration: 2000 })
|
uni.showToast({ title: resp.msg, icon: 'none', duration: 2000 })
|
||||||
|
|
|
||||||
|
|
@ -206,20 +206,6 @@
|
||||||
开启后用户必须先拍摄全车视频才能下单
|
开启后用户必须先拍摄全车视频才能下单
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="card_li">
|
|
||||||
<view class="tops">
|
|
||||||
<view class="card_left">
|
|
||||||
短信通知服务
|
|
||||||
</view>
|
|
||||||
<view class="card_right">
|
|
||||||
<u-switch v-model="form.msgSwitch"></u-switch>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<view class="tips">
|
|
||||||
开启短信通知,短信费用0.1元/条,从余额中扣除
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<view class="card_li">
|
<view class="card_li">
|
||||||
<view class="tops">
|
<view class="tops">
|
||||||
<view class="card_left">
|
<view class="card_left">
|
||||||
|
|
@ -890,13 +876,6 @@
|
||||||
}
|
}
|
||||||
this.startTime = res.data.areaTimeStart
|
this.startTime = res.data.areaTimeStart
|
||||||
this.endTime = res.data.areaTimeEnd
|
this.endTime = res.data.areaTimeEnd
|
||||||
res.data.authentication.filter(item => {
|
|
||||||
if (item == 1) {
|
|
||||||
this.shimflag = true
|
|
||||||
} else if (item == 2) {
|
|
||||||
this.jiasflag = true
|
|
||||||
}
|
|
||||||
})
|
|
||||||
this.scspflag = res.data.needCheckVideo
|
this.scspflag = res.data.needCheckVideo
|
||||||
if (res.data.status == 1) {
|
if (res.data.status == 1) {
|
||||||
this.timeflag = false
|
this.timeflag = false
|
||||||
|
|
@ -1003,16 +982,6 @@
|
||||||
},
|
},
|
||||||
sub() {
|
sub() {
|
||||||
if (this.submitting) return
|
if (this.submitting) return
|
||||||
let authentication = []
|
|
||||||
if (this.shimflag == true && this.jiasflag == true) {
|
|
||||||
authentication = [1, 2]
|
|
||||||
} else if (this.shimflag == true && this.jiasflag == false) {
|
|
||||||
authentication = [1]
|
|
||||||
} else if (this.shimflag == false && this.jiasflag == true) {
|
|
||||||
authentication = [2]
|
|
||||||
} else if (this.shimflag == false && this.jiasflag == false) {
|
|
||||||
authentication = []
|
|
||||||
}
|
|
||||||
if (this.form.enableTempUnlock === true) {
|
if (this.form.enableTempUnlock === true) {
|
||||||
const tempUnlockMax = Number(this.form.tempUnlockMax)
|
const tempUnlockMax = Number(this.form.tempUnlockMax)
|
||||||
const tempUnlockSeconds = Number(this.form.tempUnlockSeconds)
|
const tempUnlockSeconds = Number(this.form.tempUnlockSeconds)
|
||||||
|
|
@ -1038,7 +1007,6 @@
|
||||||
areaTimeStart: this.startTime,
|
areaTimeStart: this.startTime,
|
||||||
areaTimeEnd: this.endTime,
|
areaTimeEnd: this.endTime,
|
||||||
status: this.timeflag == true ? '0' : '1',
|
status: this.timeflag == true ? '0' : '1',
|
||||||
authentication: authentication,
|
|
||||||
needCheckVideo: this.scspflag,
|
needCheckVideo: this.scspflag,
|
||||||
enableTempUnlock: this.form.enableTempUnlock === true,
|
enableTempUnlock: this.form.enableTempUnlock === true,
|
||||||
tempUnlockMax: Number(this.form.tempUnlockMax || 0),
|
tempUnlockMax: Number(this.form.tempUnlockMax || 0),
|
||||||
|
|
@ -1610,10 +1578,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.card_li:last-child {
|
|
||||||
// border-bottom: 1rpx solid #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tips {
|
.tips {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|
|
||||||
|
|
@ -279,7 +279,7 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="bottom-content">
|
<view class="bottom-content">
|
||||||
<view hover-class="app-tap-hover" class="kefu" @click="getyajin" v-if="info.suitDepositDeduction && info.isCredit == false">
|
<view hover-class="app-tap-hover" class="kefu" @click="getyajin" v-if="info.suitDepositDeduction">
|
||||||
<view class="kefu-main">
|
<view class="kefu-main">
|
||||||
押金抵扣
|
押金抵扣
|
||||||
</view>
|
</view>
|
||||||
|
|
@ -447,7 +447,6 @@ import ZhimaNoDepositBadge from '@/components/zhima-no-deposit-badge/zhima-no-de
|
||||||
selectedCoupon: null,
|
selectedCoupon: null,
|
||||||
youhuiobj:{},
|
youhuiobj:{},
|
||||||
vipUserId:null,
|
vipUserId:null,
|
||||||
creditUserId:'',
|
|
||||||
channelobj:{},
|
channelobj:{},
|
||||||
// 押金退还申请相关
|
// 押金退还申请相关
|
||||||
showRefundModal: false,
|
showRefundModal: false,
|
||||||
|
|
@ -782,9 +781,6 @@ import ZhimaNoDepositBadge from '@/components/zhima-no-deposit-badge/zhima-no-de
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
this.channelId = res.data[0].id
|
this.channelId = res.data[0].id
|
||||||
this.channelobj = res.data
|
this.channelobj = res.data
|
||||||
if(res.data[0].subList != null && res.data[0].subList.length > 0){
|
|
||||||
this.creditUserId = res.data[0].subList[0].id
|
|
||||||
}
|
|
||||||
this.getCouponList()
|
this.getCouponList()
|
||||||
} else {
|
} else {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
|
|
@ -859,7 +855,6 @@ import ZhimaNoDepositBadge from '@/components/zhima-no-deposit-badge/zhima-no-de
|
||||||
orderId: this.id,
|
orderId: this.id,
|
||||||
payAmount: this.info.totalFee,
|
payAmount: this.info.totalFee,
|
||||||
channelId: this.channelId,
|
channelId: this.channelId,
|
||||||
creditUserId:this.creditUserId,
|
|
||||||
appId: this.$store.state.appid,
|
appId: this.$store.state.appid,
|
||||||
vipUserId:this.vipUserId,
|
vipUserId:this.vipUserId,
|
||||||
fee
|
fee
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user