Fix: 语法错误

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