Fix: 语法错误
This commit is contained in:
@@ -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("请选择店铺所在省市区");
|
||||
|
||||
Reference in New Issue
Block a user