|
|
@@ -586,6 +586,7 @@ Page({
|
|
|
shopId:this.data.shopId,
|
|
|
prodId:this.data.prodId,
|
|
|
channelId:wx.getStorageSync('channelId'),
|
|
|
+ userId:wx.getStorageSync('loginResult').userId||'',
|
|
|
current: 1,
|
|
|
size: 18,
|
|
|
},
|
|
|
@@ -611,6 +612,7 @@ Page({
|
|
|
shopId:this.data.shopId,
|
|
|
prodId:this.data.prodId,
|
|
|
channelId:wx.getStorageSync('channelId'),
|
|
|
+ userId:wx.getStorageSync('loginResult').userId||'',
|
|
|
current: 1,
|
|
|
size: 18,
|
|
|
},
|