全部页面日志接口
This commit is contained in:
parent
698ae3e326
commit
07f6044cac
@ -149,6 +149,7 @@ export default {
|
|||||||
// 当前服务区
|
// 当前服务区
|
||||||
let currentService = uni.getStorageSync("currentService");
|
let currentService = uni.getStorageSync("currentService");
|
||||||
this.serverPart = currentService;
|
this.serverPart = currentService;
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
let currentService = uni.getStorageSync("currentService");
|
let currentService = uni.getStorageSync("currentService");
|
||||||
|
|||||||
@ -76,6 +76,7 @@ export default {
|
|||||||
let type = uni.getStorageSync("loginType");
|
let type = uni.getStorageSync("loginType");
|
||||||
console.log("type", type);
|
console.log("type", type);
|
||||||
this.loginType = type;
|
this.loginType = type;
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
handleCallPhone() {
|
handleCallPhone() {
|
||||||
|
|||||||
@ -127,6 +127,7 @@
|
|||||||
console.log("user", this.user);
|
console.log("user", this.user);
|
||||||
this.handleGetTypeList();
|
this.handleGetTypeList();
|
||||||
this.handleGetMyPost();
|
this.handleGetMyPost();
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
// this.handleGetMyPost();
|
// this.handleGetMyPost();
|
||||||
|
|||||||
@ -20,6 +20,7 @@ export default {
|
|||||||
console.log("user", this.user);
|
console.log("user", this.user);
|
||||||
this.webViewSrc = `https://ydmshy.ahydgs.com/h5/#/?phone=${this.user.MEMBERSHIP_MOBILEPHONE}`;
|
this.webViewSrc = `https://ydmshy.ahydgs.com/h5/#/?phone=${this.user.MEMBERSHIP_MOBILEPHONE}`;
|
||||||
console.log("this.webViewSrc", this.webViewSrc);
|
console.log("this.webViewSrc", this.webViewSrc);
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -267,6 +267,7 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
this.phone = this.user.MEMBERSHIP_MOBILEPHONE;
|
this.phone = this.user.MEMBERSHIP_MOBILEPHONE;
|
||||||
}
|
}
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
let currentService = uni.getStorageSync("addContact");
|
let currentService = uni.getStorageSync("addContact");
|
||||||
|
|||||||
@ -400,6 +400,7 @@ export default {
|
|||||||
this.nowServiceObj = currentService;
|
this.nowServiceObj = currentService;
|
||||||
this.handleGetTypeList();
|
this.handleGetTypeList();
|
||||||
this.handleGetListData();
|
this.handleGetListData();
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
let currentService = uni.getStorageSync("currentService");
|
let currentService = uni.getStorageSync("currentService");
|
||||||
|
|||||||
@ -334,6 +334,7 @@ export default {
|
|||||||
this.loadCoupon();
|
this.loadCoupon();
|
||||||
}
|
}
|
||||||
console.log("this.user", this.user);
|
console.log("this.user", this.user);
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
onShareAppMessage() {
|
onShareAppMessage() {
|
||||||
let _this = this;
|
let _this = this;
|
||||||
|
|||||||
@ -1009,6 +1009,8 @@ export default {
|
|||||||
console.log("this.user", this.user);
|
console.log("this.user", this.user);
|
||||||
this.handleGetMemberData();
|
this.handleGetMemberData();
|
||||||
this.handleGetOnlineShoppingMall();
|
this.handleGetOnlineShoppingMall();
|
||||||
|
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
onHide() {
|
onHide() {
|
||||||
this.isLoading = false;
|
this.isLoading = false;
|
||||||
|
|||||||
@ -34,6 +34,7 @@ export default {
|
|||||||
if (query.id) {
|
if (query.id) {
|
||||||
this.hanldeGetDetail(query.id);
|
this.hanldeGetDetail(query.id);
|
||||||
}
|
}
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
handleGoCoupons() {
|
handleGoCoupons() {
|
||||||
|
|||||||
@ -66,6 +66,7 @@ export default {
|
|||||||
onLoad() {
|
onLoad() {
|
||||||
// 拿到tab的数据
|
// 拿到tab的数据
|
||||||
this.handleGetTabList();
|
this.handleGetTabList();
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
// 改变选中
|
// 改变选中
|
||||||
|
|||||||
@ -308,6 +308,8 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
await this.handleOnLoad();
|
await this.handleOnLoad();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
async onShow() {
|
async onShow() {
|
||||||
this.showBanner = true;
|
this.showBanner = true;
|
||||||
|
|||||||
@ -126,6 +126,7 @@ export default {
|
|||||||
},
|
},
|
||||||
onLoad (option) {
|
onLoad (option) {
|
||||||
// this.getLocalServer()
|
// this.getLocalServer()
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -90,6 +90,7 @@ export default {
|
|||||||
this.loadingType = 1 // 正在在加载
|
this.loadingType = 1 // 正在在加载
|
||||||
this.pageMsg.id = option.id
|
this.pageMsg.id = option.id
|
||||||
this.getMsg()
|
this.getMsg()
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -307,6 +307,7 @@ export default {
|
|||||||
this.loadingType = 1; // 正在在加载
|
this.loadingType = 1; // 正在在加载
|
||||||
this.pageMsg.screenName = "本月";
|
this.pageMsg.screenName = "本月";
|
||||||
this.getMonth();
|
this.getMonth();
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
// this.getMemberInfo()
|
// this.getMemberInfo()
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
@ -220,6 +220,7 @@ export default {
|
|||||||
n.id = n.ServerPart_Id
|
n.id = n.ServerPart_Id
|
||||||
n.value = n.ServerPart_Tel
|
n.value = n.ServerPart_Tel
|
||||||
})
|
})
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
// this.pageMsg.list[0] = this.severList
|
// this.pageMsg.list[0] = this.severList
|
||||||
},
|
},
|
||||||
onShow () {
|
onShow () {
|
||||||
|
|||||||
@ -434,6 +434,7 @@ export default {
|
|||||||
if (nowTime < signDataLine) {
|
if (nowTime < signDataLine) {
|
||||||
this.showSgign = false;
|
this.showSgign = false;
|
||||||
}
|
}
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
this.pageMsg.pageIndex = 1;
|
this.pageMsg.pageIndex = 1;
|
||||||
|
|||||||
@ -275,6 +275,7 @@ export default {
|
|||||||
// this.setIsLoading(true)
|
// this.setIsLoading(true)
|
||||||
|
|
||||||
this.getUnList();
|
this.getUnList();
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
onReachBottom() {
|
onReachBottom() {
|
||||||
if (this.pageMsg.isLoadMore) {
|
if (this.pageMsg.isLoadMore) {
|
||||||
|
|||||||
@ -1469,6 +1469,7 @@ export default {
|
|||||||
this.isLoading = true;
|
this.isLoading = true;
|
||||||
this.getList();
|
this.getList();
|
||||||
await this.handleSearchCurrentList();
|
await this.handleSearchCurrentList();
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -353,6 +353,7 @@ export default {
|
|||||||
this.saveMsg.ProvinceCode = this.serverPart.ProvinceCode
|
this.saveMsg.ProvinceCode = this.serverPart.ProvinceCode
|
||||||
this.saveMsg.ServerPartID = this.serverPart.ServerPart_Id
|
this.saveMsg.ServerPartID = this.serverPart.ServerPart_Id
|
||||||
this.getTag()
|
this.getTag()
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -480,6 +480,7 @@ export default {
|
|||||||
}
|
}
|
||||||
this.getCouponLsit();
|
this.getCouponLsit();
|
||||||
this.getCode();
|
this.getCode();
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
onHide() {
|
onHide() {
|
||||||
clearInterval(this.timer);
|
clearInterval(this.timer);
|
||||||
|
|||||||
@ -33,6 +33,7 @@ export default {
|
|||||||
this.seatInfo = seatInfo
|
this.seatInfo = seatInfo
|
||||||
this.showMap = true;
|
this.showMap = true;
|
||||||
}
|
}
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -69,6 +69,7 @@
|
|||||||
},
|
},
|
||||||
onLoad (option) {
|
onLoad (option) {
|
||||||
|
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -180,6 +180,7 @@ export default {
|
|||||||
// this.result = result
|
// this.result = result
|
||||||
// }
|
// }
|
||||||
// });
|
// });
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
isAllRight() {
|
isAllRight() {
|
||||||
|
|||||||
@ -150,6 +150,7 @@ export default {
|
|||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
// );
|
// );
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
isAllRight() {
|
isAllRight() {
|
||||||
|
|||||||
@ -73,6 +73,7 @@ export default {
|
|||||||
},
|
},
|
||||||
onLoad () {
|
onLoad () {
|
||||||
this.getMall()
|
this.getMall()
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -106,6 +106,7 @@ export default {
|
|||||||
onLoad () {
|
onLoad () {
|
||||||
this.mapCtx = mpvue.createMapContext('myMap')
|
this.mapCtx = mpvue.createMapContext('myMap')
|
||||||
this.getLocation()
|
this.getLocation()
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -204,6 +204,7 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
this.menu = systemInfo.safeArea;
|
this.menu = systemInfo.safeArea;
|
||||||
}
|
}
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -116,6 +116,7 @@ export default {
|
|||||||
this.pageMsg.type = option.type;
|
this.pageMsg.type = option.type;
|
||||||
}
|
}
|
||||||
// this.getList()
|
// this.getList()
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -441,6 +441,7 @@ export default {
|
|||||||
this.county_list = this.city_list[0].children;
|
this.county_list = this.city_list[0].children;
|
||||||
console.log("this.city_list", this.city_list);
|
console.log("this.city_list", this.city_list);
|
||||||
console.log("this.county_list", this.county_list);
|
console.log("this.county_list", this.county_list);
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -448,6 +448,7 @@ export default {
|
|||||||
this.saveMsg.salebillId = option.orderInternal;
|
this.saveMsg.salebillId = option.orderInternal;
|
||||||
this.saveMsg.action_type = "addMallComment";
|
this.saveMsg.action_type = "addMallComment";
|
||||||
}
|
}
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -220,6 +220,7 @@ export default {
|
|||||||
// hanldeHavePointInIos();
|
// hanldeHavePointInIos();
|
||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
onHide() {
|
onHide() {
|
||||||
this.isShowMap = true;
|
this.isShowMap = true;
|
||||||
|
|||||||
@ -396,7 +396,7 @@ export default {
|
|||||||
// this.getMallOrderDetail()
|
// this.getMallOrderDetail()
|
||||||
},
|
},
|
||||||
onLoad (option) {
|
onLoad (option) {
|
||||||
mpvue.setNavigationBarColor({
|
uni.setNavigationBarColor({
|
||||||
frontColor: '#ffffff',
|
frontColor: '#ffffff',
|
||||||
backgroundColor: '#C8B190',
|
backgroundColor: '#C8B190',
|
||||||
animation: {
|
animation: {
|
||||||
@ -407,6 +407,7 @@ export default {
|
|||||||
// this.orderNumber = option.orderNumber
|
// this.orderNumber = option.orderNumber
|
||||||
// this.orderInternal = option.orderInternal
|
// this.orderInternal = option.orderInternal
|
||||||
this.getMallOrderDetail(option)
|
this.getMallOrderDetail(option)
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -493,6 +493,7 @@ export default {
|
|||||||
// this.pageMsg.pageIndex = 1
|
// this.pageMsg.pageIndex = 1
|
||||||
// this.setIsLoading(true)
|
// this.setIsLoading(true)
|
||||||
// this.getorderList()
|
// this.getorderList()
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
onReachBottom() {
|
onReachBottom() {
|
||||||
if (this.pageMsg.isLoadMore) {
|
if (this.pageMsg.isLoadMore) {
|
||||||
|
|||||||
@ -867,6 +867,7 @@ export default {
|
|||||||
this.orderNumber = option.orderNumber;
|
this.orderNumber = option.orderNumber;
|
||||||
this.orderInternal = option.orderInternal;
|
this.orderInternal = option.orderInternal;
|
||||||
this.getOrderType();
|
this.getOrderType();
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -816,6 +816,7 @@ export default {
|
|||||||
this.pageMsg.buyCount = 1;
|
this.pageMsg.buyCount = 1;
|
||||||
|
|
||||||
this.getRate();
|
this.getRate();
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -165,6 +165,7 @@ export default {
|
|||||||
this.rateList = [];
|
this.rateList = [];
|
||||||
this.rateMsg.goodId = option.id;
|
this.rateMsg.goodId = option.id;
|
||||||
this.getScreen();
|
this.getScreen();
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -162,6 +162,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
...mapGetters({
|
...mapGetters({
|
||||||
|
|||||||
@ -276,6 +276,7 @@ export default {
|
|||||||
// _this.handleGetShopList();
|
// _this.handleGetShopList();
|
||||||
// });
|
// });
|
||||||
// }
|
// }
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
let currentService = uni.getStorageSync("currentService");
|
let currentService = uni.getStorageSync("currentService");
|
||||||
|
|||||||
@ -467,6 +467,7 @@ export default {
|
|||||||
|
|
||||||
// 最近的三个服务区数据
|
// 最近的三个服务区数据
|
||||||
this.handleGetThreeList();
|
this.handleGetThreeList();
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
onShareAppMessage() {
|
onShareAppMessage() {
|
||||||
// let _this = this;
|
// let _this = this;
|
||||||
|
|||||||
@ -262,6 +262,7 @@ export default {
|
|||||||
this.currentServiceObj = nearService;
|
this.currentServiceObj = nearService;
|
||||||
this.currentServiceList = [nearService.SERVERPART_NAME];
|
this.currentServiceList = [nearService.SERVERPART_NAME];
|
||||||
}
|
}
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
// 回到顶部
|
// 回到顶部
|
||||||
|
|||||||
@ -262,6 +262,7 @@ export default {
|
|||||||
this.currentServiceObj = nearService;
|
this.currentServiceObj = nearService;
|
||||||
this.currentServiceList = [nearService.SERVERPART_NAME];
|
this.currentServiceList = [nearService.SERVERPART_NAME];
|
||||||
}
|
}
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
// 显示自己的定位
|
// 显示自己的定位
|
||||||
|
|||||||
@ -178,6 +178,7 @@ export default {
|
|||||||
// 拿到油价数据
|
// 拿到油价数据
|
||||||
this.handleGetOilData();
|
this.handleGetOilData();
|
||||||
}
|
}
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
// 拿到油价数据
|
// 拿到油价数据
|
||||||
|
|||||||
@ -675,6 +675,7 @@ export default {
|
|||||||
|
|
||||||
// 理想的数据对接的方法
|
// 理想的数据对接的方法
|
||||||
// this.handleGetLXData();
|
// this.handleGetLXData();
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
async onShow() {
|
async onShow() {
|
||||||
let _this = this;
|
let _this = this;
|
||||||
|
|||||||
@ -1240,6 +1240,7 @@ export default {
|
|||||||
await this.handleGetMerchant();
|
await this.handleGetMerchant();
|
||||||
|
|
||||||
// this.isLoading = false;
|
// this.isLoading = false;
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
async onShow() {
|
async onShow() {
|
||||||
// this.isLoading = true;
|
// this.isLoading = true;
|
||||||
|
|||||||
@ -668,6 +668,7 @@ export default {
|
|||||||
await this.getServiceDetail(query.servicePartId);
|
await this.getServiceDetail(query.servicePartId);
|
||||||
this.getCouponList();
|
this.getCouponList();
|
||||||
this.getServerpartInfo();
|
this.getServerpartInfo();
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
// onShow() {
|
// onShow() {
|
||||||
// let res = uni.getStorageSync("currentService");
|
// let res = uni.getStorageSync("currentService");
|
||||||
|
|||||||
@ -251,6 +251,7 @@ export default {
|
|||||||
this.isFirst = false;
|
this.isFirst = false;
|
||||||
// 获取这个服务区的门店列表 且自己筛选 只留下 可以点餐的门店
|
// 获取这个服务区的门店列表 且自己筛选 只留下 可以点餐的门店
|
||||||
this.getCouponList();
|
this.getCouponList();
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
let currentService = uni.getStorageSync("currentService");
|
let currentService = uni.getStorageSync("currentService");
|
||||||
|
|||||||
@ -156,6 +156,7 @@ export default {
|
|||||||
}
|
}
|
||||||
// this.setIsLoading(true)
|
// this.setIsLoading(true)
|
||||||
// this.getCouponList()
|
// this.getCouponList()
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
this.setIsLoading(true);
|
this.setIsLoading(true);
|
||||||
|
|||||||
@ -38,6 +38,7 @@ export default {
|
|||||||
},
|
},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
this.remark = this.orderRemark;
|
this.remark = this.orderRemark;
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -1347,6 +1347,7 @@ export default {
|
|||||||
|
|
||||||
this.handleGetGyroscope();
|
this.handleGetGyroscope();
|
||||||
// this.getDicretion(option)
|
// this.getDicretion(option)
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -1276,6 +1276,7 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
this.goodsH = goodsHeight;
|
this.goodsH = goodsHeight;
|
||||||
}
|
}
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
onUnload() {
|
onUnload() {
|
||||||
this.$store.commit("couponPrice", "");
|
this.$store.commit("couponPrice", "");
|
||||||
|
|||||||
@ -267,6 +267,7 @@ export default {
|
|||||||
}, 1000)
|
}, 1000)
|
||||||
},
|
},
|
||||||
onLoad () {
|
onLoad () {
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -539,6 +539,7 @@ export default {
|
|||||||
this.getCouponList(options.id);
|
this.getCouponList(options.id);
|
||||||
this.getFoodImages(options.id);
|
this.getFoodImages(options.id);
|
||||||
this.getShop(options.id);
|
this.getShop(options.id);
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
onPullDownRefresh() {
|
onPullDownRefresh() {
|
||||||
// let _this = this
|
// let _this = this
|
||||||
|
|||||||
1
pages/thirdParty/aliPay.vue
vendored
1
pages/thirdParty/aliPay.vue
vendored
@ -58,6 +58,7 @@ export default {
|
|||||||
this.webViewSrc = `https://saas.eshangtech.com/goaliPay/index.html#${encodedData}`;
|
this.webViewSrc = `https://saas.eshangtech.com/goaliPay/index.html#${encodedData}`;
|
||||||
}
|
}
|
||||||
console.log("this.webViewSrc", this.webViewSrc);
|
console.log("this.webViewSrc", this.webViewSrc);
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
async onMinLoad() {
|
async onMinLoad() {
|
||||||
|
|||||||
1
pages/thirdParty/chargAndSwapp.vue
vendored
1
pages/thirdParty/chargAndSwapp.vue
vendored
@ -49,6 +49,7 @@ export default {
|
|||||||
webView = current.children()[0];
|
webView = current.children()[0];
|
||||||
}, 1000);
|
}, 1000);
|
||||||
}
|
}
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
onHide() {
|
onHide() {
|
||||||
// 页面即将退出时要清理监听的内容,防止内存泄露
|
// 页面即将退出时要清理监听的内容,防止内存泄露
|
||||||
|
|||||||
1
pages/thirdParty/gaodeLoad.vue
vendored
1
pages/thirdParty/gaodeLoad.vue
vendored
@ -20,6 +20,7 @@ export default {
|
|||||||
console.log("user", this.user);
|
console.log("user", this.user);
|
||||||
this.webViewSrc = `https://eshangtech.com/minLoad/search2.html`;
|
this.webViewSrc = `https://eshangtech.com/minLoad/search2.html`;
|
||||||
console.log("this.webViewSrc", this.webViewSrc);
|
console.log("this.webViewSrc", this.webViewSrc);
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
1
pages/thirdParty/newPage.vue
vendored
1
pages/thirdParty/newPage.vue
vendored
@ -19,6 +19,7 @@ export default {
|
|||||||
uni.setNavigationBarTitle({
|
uni.setNavigationBarTitle({
|
||||||
title: query.title,
|
title: query.title,
|
||||||
});
|
});
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
1
pages/thirdParty/testPage.vue
vendored
1
pages/thirdParty/testPage.vue
vendored
@ -46,6 +46,7 @@ export default {
|
|||||||
webView = current.children()[0];
|
webView = current.children()[0];
|
||||||
}, 1000);
|
}, 1000);
|
||||||
}
|
}
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
onHide() {
|
onHide() {
|
||||||
// 页面即将退出时要清理监听的内容,防止内存泄露
|
// 页面即将退出时要清理监听的内容,防止内存泄露
|
||||||
|
|||||||
@ -580,6 +580,9 @@ export default {
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
console.log("this.menu", this.menu);
|
console.log("this.menu", this.menu);
|
||||||
|
|
||||||
|
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
console.log("this.user", this.user);
|
console.log("this.user", this.user);
|
||||||
|
|||||||
@ -85,6 +85,7 @@ export default {
|
|||||||
let type = uni.getStorageSync("loginType");
|
let type = uni.getStorageSync("loginType");
|
||||||
console.log("type", type);
|
console.log("type", type);
|
||||||
this.loginType = type;
|
this.loginType = type;
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
// this.loginType = 'app';
|
// this.loginType = 'app';
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
@ -34,6 +34,7 @@ export default {
|
|||||||
},
|
},
|
||||||
onLoad (option) {
|
onLoad (option) {
|
||||||
this.getUrl(option)
|
this.getUrl(option)
|
||||||
|
this.$utils.addUserBehaviorNew();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user