diff --git a/pages/ruzhu/ruzhu.vue b/pages/ruzhu/ruzhu.vue index a557eec..b128e40 100644 --- a/pages/ruzhu/ruzhu.vue +++ b/pages/ruzhu/ruzhu.vue @@ -4,7 +4,7 @@ - + @@ -23,6 +23,10 @@ + + + + @@ -77,6 +81,15 @@ + + + + + + 进入平台 + + + @@ -97,7 +110,7 @@ export default { }, data() { return { - currentStep: 3, // 当前步骤索引 + currentStep: 4, // 当前步骤索引 isAgree: false, identity: null, textData: {}, @@ -119,6 +132,7 @@ export default { if (this.currentStep === 0) return 0; if (this.currentStep === 1) return 1; if (this.currentStep === 3) return 2; + if (this.currentStep === 4) return 2; return 0; } }, @@ -542,13 +556,14 @@ export default { const res = await request.post('/sj/userSjAuth/apply', formData); uni.hideLoading(); if (res.state == 1 || res.code == 200) { + this.successData = res.data ? (res.data.customer_service || {}) : {}; uni.showToast({ title: '提交成功', icon: 'none' }); - uni.navigateTo({ - url: '/pages/shop/qualification_sj_change' - }) + setTimeout(() => { + this.currentStep = 4; + }, 1500); } else { uni.showToast({ title: res.msg || '提交失败了', @@ -770,5 +785,22 @@ export default { color: #ffffff; font-size: 32rpx; font-weight: 500; +} +.showziliao{ + width: 690rpx; + height: 98rpx; + background: #FF4767; + border-radius: 49rpx; +} +.showziliaotext{ + height: 40rpx; + font-family: PingFangSC, PingFang SC; + font-weight: 500; + font-size: 32rpx; + color: #FFFFFF; + line-height: 80rpx; + font-style: normal; + margin: 0 0 0 281rpx; + align-items: center; } diff --git a/pages/ruzhu/successruzhu.vue b/pages/ruzhu/successruzhu.vue index 3aa4b2e..b7a04db 100644 --- a/pages/ruzhu/successruzhu.vue +++ b/pages/ruzhu/successruzhu.vue @@ -1,8 +1,8 @@