|
|
@@ -140,7 +140,7 @@ Page({
|
|
|
"prodId": item.prodId,
|
|
|
"shopId": item.shopId,
|
|
|
"skuId": item.skuId||item.skuList[0].skuId,
|
|
|
- platform:1
|
|
|
+ channelId:wx.getStorageSync('channelId')||3
|
|
|
}
|
|
|
this.changeCar(data)
|
|
|
if(type == 'add'){
|
|
|
@@ -270,7 +270,7 @@ Page({
|
|
|
data: {
|
|
|
lat: wx.getStorageSync('LATITUDE'),
|
|
|
lon: wx.getStorageSync('LONGITUDE'),
|
|
|
- platform:1
|
|
|
+ channelId:wx.getStorageSync('channelId')||3
|
|
|
},
|
|
|
callBack: (res) => {
|
|
|
// this.get_categoryInfo(res)
|
|
|
@@ -536,8 +536,7 @@ Page({
|
|
|
orderBy:this.data.paramsObj.orderBy,
|
|
|
sort:this.data.paramsObj.sort,
|
|
|
isAllProdType: true,
|
|
|
- channelId:wx.getStorageSync('channelId'),
|
|
|
- platform:1
|
|
|
+ channelId:wx.getStorageSync('channelId')||3,
|
|
|
// lat: wx.getStorageSync('LATITUDE'),
|
|
|
// lon: wx.getStorageSync('LONGITUDE'),
|
|
|
// distance: wx.getStorageSync('DISTANCE') || 0
|
|
|
@@ -582,7 +581,7 @@ Page({
|
|
|
categoryId,
|
|
|
current: 1,
|
|
|
size: 999999,
|
|
|
- channelId:wx.getStorageSync('channelId'),
|
|
|
+ channelId:wx.getStorageSync('channelId')||3,
|
|
|
shopId:this.data.testShopId||this.data.shopId
|
|
|
},
|
|
|
callBack: (res) => {
|
|
|
@@ -732,10 +731,11 @@ Page({
|
|
|
*/
|
|
|
toProdPage: function (e) {
|
|
|
var prodid = e.currentTarget.dataset.prodid;
|
|
|
+ var shopid = e.currentTarget.dataset.shopid;
|
|
|
console.log(22222222,e);
|
|
|
if (prodid) {
|
|
|
wx.navigateTo({
|
|
|
- url: '/pages/prod/prod?prodid=' + prodid,
|
|
|
+ url: `/pages/prod/prod?prodid=${prodid}&shopid=${shopid}`,
|
|
|
})
|
|
|
}
|
|
|
},
|