修复了商户入驻时所在位置信息丢失bug

This commit is contained in:
weipengfei 2023-12-02 16:18:31 +08:00
parent 84e670a27b
commit de944d0ed9

View File

@ -652,12 +652,13 @@
},
bindPickerChange2: function(e) {
// console.log(e.detail)
// console.log(e.detail.value)
this.index2 = e.detail.value
this.business_name =
`${this.business[0][this.index2[0]].name} ${this.business[1][this.index2[1]].name} ${this.business[2][this.index2[2]].name}`
this.area_id = this.business[0][this.index2[0]].code
this.street_id = this.business[1][this.index2[1]].code
this.village_id = this.business[2][this.index2[2]].code
if(this.merchantData.mer_type==12) return ; //
merstreet({
street_code: this.street_id