协议修改
This commit is contained in:
parent
11bff270b3
commit
b1afe0e384
@ -409,7 +409,7 @@
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
this.getArea()
|
this.getArea()
|
||||||
this.shoplist()
|
|
||||||
this.statusBarHeight = uni.getSystemInfoSync().statusBarHeight + 45;
|
this.statusBarHeight = uni.getSystemInfoSync().statusBarHeight + 45;
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
@ -471,9 +471,10 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
//获取商户入驻申请协议
|
//获取商户入驻申请协议
|
||||||
shoplist() {
|
shoplist(val) {
|
||||||
|
|
||||||
agreeiness({
|
agreeiness({
|
||||||
type: 'mer_services_agree'
|
type: val
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
this.detail = res.data
|
this.detail = res.data
|
||||||
})
|
})
|
||||||
@ -601,6 +602,13 @@
|
|||||||
let idx = e.target.value
|
let idx = e.target.value
|
||||||
this.merchantData.mer_type = this.storeTypeArr[idx]['mer_type_id']
|
this.merchantData.mer_type = this.storeTypeArr[idx]['mer_type_id']
|
||||||
this.mer_storeType = this.storeTypeArr[idx]['type_name']
|
this.mer_storeType = this.storeTypeArr[idx]['type_name']
|
||||||
|
console.log(this.storeTypeArr[idx]['type_code'] == "TypeStore")
|
||||||
|
if(this.storeTypeArr[idx]['type_code']== 'TypeStore'&&this.merchantData.mer_type){
|
||||||
|
this.shoplist('sys_intention_agree')
|
||||||
|
}else{
|
||||||
|
this.shoplist('mer_supply_agree')
|
||||||
|
|
||||||
|
}
|
||||||
this.validateBtn()
|
this.validateBtn()
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user