baijunde пре 1 година
родитељ
комит
15ecde06bf
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      pages/product/index.vue

+ 1 - 1
pages/product/index.vue

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