Fix:5798 【礼品集采中心小程序】【商户入驻-礼品集采中心入驻】礼品集采中心入驻详情页,商家资质上传位置仅支持上传单张图片

This commit is contained in:
linxi
2026-08-20 12:31:56 +08:00
parent 62b227034f
commit 1adef8d00b
+4 -1
View File
@@ -432,11 +432,14 @@ export default {
console.log('详细地址:' + res.address); console.log('详细地址:' + res.address);
console.log('纬度:' + res.latitude); console.log('纬度:' + res.latitude);
console.log('经度:' + res.longitude); console.log('经度:' + res.longitude);
that.innApplyInfo.address = res.address; that.innApplyInfo.address = res.address;
that.innApplyInfo.position = that.$forceToDecimal(res.longitude, 6) + ',' + that.$forceToDecimal(res.latitude, 6); that.innApplyInfo.position = that.$forceToDecimal(res.longitude, 6) + ',' + that.$forceToDecimal(res.latitude, 6);
} }
}); });
},
submit() {
if (this.addressText.length == 0) { if (this.addressText.length == 0) {
this.$dialog.error("请选择店铺所在省市区"); this.$dialog.error("请选择店铺所在省市区");
return; return;