@@ -379,7 +379,7 @@
uni.getStorage({
key: 'login_user_info',
success: function(res) {
- that.merchantId = res.data.id
+ that.merchantId = res.data.merchantId
}
})