baijunde 1 год назад
Родитель
Сommit
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
 				}
 			})
 		}