This commit is contained in:
yanran200730
2022-11-09 09:04:31 +08:00
parent 6dd89c48f9
commit 2c0c80c7d3

View File

@@ -164,7 +164,8 @@
photoUrl: this.photoUrl,
lat: this.lat,
lng: this.lng,
openId: this.user.openId
openId: this.user.openId,
id: this.user.merchantInfo ? this.user.merchantInfo.id : ''
}).then(res => {
uni.hideLoading()
if (res.code === 0) {