Quellcode durchsuchen

门店认证审核

lilei vor 2 Jahren
Ursprung
Commit
185a4da50b

Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 1
pages/digitalShelf/choosePart.vue


+ 1 - 1
pages/index/index.vue

@@ -204,7 +204,7 @@
 			// 获取最新申请门店
 			findLastApply(){
 				// const mobile = this.userInfo.mobile
-				this.$store.dispatch('getSotreAuth','13709146193')
+				this.$store.dispatch('getSotreAuth','11223564569')
 			},
 			// 知道审核不通过
 			toKnow(){

Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 1
pages/morePage/morePage.vue


+ 2 - 2
pages/storeManage/storeAuth.vue

@@ -176,7 +176,7 @@
 			// 判断是否审核中
 			this.storeApply = this.$store.state.vuex_storeAuthInfo
 			if(this.storeApply){
-				this.isRead = this.storeApply.auditStatus == 'WAIT'
+				this.isRead = this.storeApply.auditStatus == 'WAIT' || this.storeApply.auditStatus == 'PASS'
 				this.tipTit = this.storeApply.auditStatus == 'WAIT' ? '门店认证资料审核中,请耐心等待' : (this.storeApply.auditStatus == 'REFUSE' ? '门店认证资料审核不通过,请重新提交审核!' : '')
 				this.form = Object.assign(this.form, this.storeApply)
 				this.storePhotoList = this.form.storeImage ? [{url:this.form.storeImage}] : []
@@ -187,7 +187,7 @@
 				this.findDealer()
 			}else{
 				// this.form.contactPhone = this.$store.state.vuex_userInfo.mobile
-				this.form.contactPhone = '13709146193'
+				this.form.contactPhone = '11223564569'
 				this.tipTit = ''
 			}
 		},

BIN
static/authimg.jpg


Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.