diff --git a/page_fenbao/storedlist/trueorder/index.vue b/page_fenbao/storedlist/trueorder/index.vue index d65835d..ed25904 100644 --- a/page_fenbao/storedlist/trueorder/index.vue +++ b/page_fenbao/storedlist/trueorder/index.vue @@ -1277,7 +1277,6 @@ price: this.yucobj, appId: this.$store.state.appid, channelId: this.channelId, - creditUserId: this.selectedSubPayment, checkVideo: this.videoUrl, appType: 1, areaPromotionId: areaPromotionId @@ -1327,12 +1326,6 @@ title: '提示', content: '您当前还未实名认证,是否前去实名认证?', showCancel: true, 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 { uni.hideLoading() uni.showToast({ title: resp.msg, icon: 'none', duration: 2000 }) diff --git a/page_shanghu/gongzuotai/sysSet.vue b/page_shanghu/gongzuotai/sysSet.vue index 321d6f8..52c8369 100644 --- a/page_shanghu/gongzuotai/sysSet.vue +++ b/page_shanghu/gongzuotai/sysSet.vue @@ -206,20 +206,6 @@ 开启后用户必须先拍摄全车视频才能下单 - - - - - 短信通知服务 - - - - - - - 开启短信通知,短信费用0.1元/条,从余额中扣除 - - @@ -890,13 +876,6 @@ } this.startTime = res.data.areaTimeStart 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 if (res.data.status == 1) { this.timeflag = false @@ -1003,16 +982,6 @@ }, sub() { 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) { const tempUnlockMax = Number(this.form.tempUnlockMax) const tempUnlockSeconds = Number(this.form.tempUnlockSeconds) @@ -1038,7 +1007,6 @@ areaTimeStart: this.startTime, areaTimeEnd: this.endTime, status: this.timeflag == true ? '0' : '1', - authentication: authentication, needCheckVideo: this.scspflag, enableTempUnlock: this.form.enableTempUnlock === true, tempUnlockMax: Number(this.form.tempUnlockMax || 0), @@ -1610,10 +1578,6 @@ } } - .card_li:last-child { - // border-bottom: 1rpx solid #fff; - } - .tips { width: 100%; font-weight: 500; diff --git a/page_user/yongche/orderxq.vue b/page_user/yongche/orderxq.vue index a2bb065..115281f 100644 --- a/page_user/yongche/orderxq.vue +++ b/page_user/yongche/orderxq.vue @@ -279,7 +279,7 @@ - + 押金抵扣 @@ -447,7 +447,6 @@ import ZhimaNoDepositBadge from '@/components/zhima-no-deposit-badge/zhima-no-de selectedCoupon: null, youhuiobj:{}, vipUserId:null, - creditUserId:'', channelobj:{}, // 押金退还申请相关 showRefundModal: false, @@ -782,9 +781,6 @@ import ZhimaNoDepositBadge from '@/components/zhima-no-deposit-badge/zhima-no-de if (res.code == 200) { this.channelId = res.data[0].id 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() } else { uni.showToast({ @@ -859,7 +855,6 @@ import ZhimaNoDepositBadge from '@/components/zhima-no-deposit-badge/zhima-no-de orderId: this.id, payAmount: this.info.totalFee, channelId: this.channelId, - creditUserId:this.creditUserId, appId: this.$store.state.appid, vipUserId:this.vipUserId, fee