bug
This commit is contained in:
@@ -164,7 +164,8 @@
|
|||||||
photoUrl: this.photoUrl,
|
photoUrl: this.photoUrl,
|
||||||
lat: this.lat,
|
lat: this.lat,
|
||||||
lng: this.lng,
|
lng: this.lng,
|
||||||
openId: this.user.openId
|
openId: this.user.openId,
|
||||||
|
id: this.user.merchantInfo ? this.user.merchantInfo.id : ''
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
uni.hideLoading()
|
uni.hideLoading()
|
||||||
if (res.code === 0) {
|
if (res.code === 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user