|
|
@@ -406,7 +406,7 @@ Page({
|
|
|
getAgree() {
|
|
|
wx.getPrivacySetting({
|
|
|
success: res => {
|
|
|
- console.log(res, 3333) // 返回结果为: res = { needAuthorization: true/false, privacyContractName: '《xxx隐私保护指引》' }
|
|
|
+ // console.log(res, 3333) // 返回结果为: res = { needAuthorization: true/false, privacyContractName: '《xxx隐私保护指引》' }
|
|
|
if (res.needAuthorization) {
|
|
|
this.popup2.showPopup();
|
|
|
// 需要弹出隐私协议
|
|
|
@@ -471,7 +471,7 @@ Page({
|
|
|
callback(res.result.ad_info);
|
|
|
},
|
|
|
fail: function (res) {
|
|
|
- console.log(res);
|
|
|
+ // console.log(res);
|
|
|
},
|
|
|
complete: function (res) { },
|
|
|
});
|
|
|
@@ -572,7 +572,7 @@ Page({
|
|
|
// areaName: '',
|
|
|
// areaId: ''
|
|
|
};
|
|
|
- console.log(res.data);
|
|
|
+ // console.log(res.data);
|
|
|
|
|
|
//设置城市下拉框数据
|
|
|
let cityListPickerData = res.data;
|
|
|
@@ -619,7 +619,7 @@ Page({
|
|
|
currentCity: cityData,
|
|
|
});
|
|
|
|
|
|
- console.log(_this.data.cityListPickerData);
|
|
|
+ // console.log(_this.data.cityListPickerData);
|
|
|
setTimeout(function () {
|
|
|
_this.loadImg();
|
|
|
_this.hotActive();
|
|
|
@@ -649,7 +649,7 @@ Page({
|
|
|
platform,
|
|
|
statusBarHeight
|
|
|
} = wx.getSystemInfoSync();
|
|
|
- console.log("statusBarHeight======", statusBarHeight);
|
|
|
+ // console.log("statusBarHeight======", statusBarHeight);
|
|
|
let statusBarHeightTop = statusBarHeight;
|
|
|
let height = statusBarHeight + 4; //ios 24px
|
|
|
let mH = statusBarHeight + 4;
|
|
|
@@ -730,7 +730,7 @@ Page({
|
|
|
// this.getGoodsList0(this.data.goodsClassfiyList[0].id);
|
|
|
}
|
|
|
const obj = res.list.find(v => v.name == '联名福利') || '';
|
|
|
- console.log(obj);
|
|
|
+ // console.log(obj);
|
|
|
if(!obj) return
|
|
|
this.getGoodsList1(obj.id);
|
|
|
}
|