|
@@ -189,6 +189,7 @@ Page({
|
|
|
wx.request({
|
|
|
url: host + '/queryImgListByPlaceIdAndGoodsId',
|
|
|
data: {
|
|
|
+ userId: app.globalData.user_id,
|
|
|
customGoodsId: wx.getStorageSync('detail').id, // 商品id,白色箱子是6
|
|
|
customGoodsImgPlaceId: that.data.dataId[0] == that.data.imgTouch.isActive ? 1 : 2, // that.data.dataId[0] 是正面,1是背面
|
|
|
},
|