全部页面日志接口

This commit is contained in:
ylj20011123 2025-05-12 10:05:01 +08:00
parent 698ae3e326
commit 07f6044cac
188 changed files with 23040 additions and 22284 deletions

View File

@ -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");

View File

@ -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() {

View File

@ -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();

View File

@ -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>

View File

@ -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");

View File

@ -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");

View File

@ -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;

View File

@ -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;

View File

@ -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() {

View File

@ -66,6 +66,7 @@ export default {
onLoad() { onLoad() {
// tab // tab
this.handleGetTabList(); this.handleGetTabList();
this.$utils.addUserBehaviorNew();
}, },
methods: { methods: {
// //

View File

@ -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;

View File

@ -126,6 +126,7 @@ export default {
}, },
onLoad (option) { onLoad (option) {
// this.getLocalServer() // this.getLocalServer()
this.$utils.addUserBehaviorNew();
} }
} }
</script> </script>

View File

@ -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>

View File

@ -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()
}, },
}; };

View File

@ -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 () {

View File

@ -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;

View File

@ -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) {

View File

@ -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>

View File

@ -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>

View File

@ -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);

View File

@ -33,6 +33,7 @@ export default {
this.seatInfo = seatInfo this.seatInfo = seatInfo
this.showMap = true; this.showMap = true;
} }
this.$utils.addUserBehaviorNew();
}, },
}; };
</script> </script>

View File

@ -69,6 +69,7 @@
}, },
onLoad (option) { onLoad (option) {
this.$utils.addUserBehaviorNew();
} }
} }
</script> </script>

View File

@ -180,6 +180,7 @@ export default {
// this.result = result // this.result = result
// } // }
// }); // });
this.$utils.addUserBehaviorNew();
}, },
computed: { computed: {
isAllRight() { isAllRight() {

View File

@ -150,6 +150,7 @@ export default {
// } // }
// } // }
// ); // );
this.$utils.addUserBehaviorNew();
}, },
computed: { computed: {
isAllRight() { isAllRight() {

View File

@ -73,6 +73,7 @@ export default {
}, },
onLoad () { onLoad () {
this.getMall() this.getMall()
this.$utils.addUserBehaviorNew();
} }
} }
</script> </script>

View File

@ -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>

View File

@ -204,6 +204,7 @@ export default {
} else { } else {
this.menu = systemInfo.safeArea; this.menu = systemInfo.safeArea;
} }
this.$utils.addUserBehaviorNew();
}, },
}; };
</script> </script>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -220,6 +220,7 @@ export default {
// hanldeHavePointInIos(); // hanldeHavePointInIos();
// } // }
// } // }
this.$utils.addUserBehaviorNew();
}, },
onHide() { onHide() {
this.isShowMap = true; this.isShowMap = true;

View File

@ -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>

View File

@ -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) {

View File

@ -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>

View File

@ -816,6 +816,7 @@ export default {
this.pageMsg.buyCount = 1; this.pageMsg.buyCount = 1;
this.getRate(); this.getRate();
this.$utils.addUserBehaviorNew();
}, },
}; };
</script> </script>

View File

@ -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>

View File

@ -162,6 +162,7 @@ export default {
} }
}, },
}); });
this.$utils.addUserBehaviorNew();
}, },
computed: { computed: {
...mapGetters({ ...mapGetters({

View File

@ -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");

View File

@ -467,6 +467,7 @@ export default {
// //
this.handleGetThreeList(); this.handleGetThreeList();
this.$utils.addUserBehaviorNew();
}, },
onShareAppMessage() { onShareAppMessage() {
// let _this = this; // let _this = this;

View File

@ -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: {
// //

View File

@ -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: {
// //

View File

@ -178,6 +178,7 @@ export default {
// //
this.handleGetOilData(); this.handleGetOilData();
} }
this.$utils.addUserBehaviorNew();
}, },
methods: { methods: {
// //

View File

@ -675,6 +675,7 @@ export default {
// //
// this.handleGetLXData(); // this.handleGetLXData();
this.$utils.addUserBehaviorNew();
}, },
async onShow() { async onShow() {
let _this = this; let _this = this;

View File

@ -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;

View File

@ -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");

View File

@ -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");

View File

@ -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);

View File

@ -38,6 +38,7 @@ export default {
}, },
onLoad() { onLoad() {
this.remark = this.orderRemark; this.remark = this.orderRemark;
this.$utils.addUserBehaviorNew();
}, },
}; };
</script> </script>

View File

@ -1347,6 +1347,7 @@ export default {
this.handleGetGyroscope(); this.handleGetGyroscope();
// this.getDicretion(option) // this.getDicretion(option)
this.$utils.addUserBehaviorNew();
}, },
}; };
</script> </script>

View File

@ -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", "");

View File

@ -267,6 +267,7 @@ export default {
}, 1000) }, 1000)
}, },
onLoad () { onLoad () {
this.$utils.addUserBehaviorNew();
} }
} }
</script> </script>

View File

@ -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

View File

@ -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() {

View File

@ -49,6 +49,7 @@ export default {
webView = current.children()[0]; webView = current.children()[0];
}, 1000); }, 1000);
} }
this.$utils.addUserBehaviorNew();
}, },
onHide() { onHide() {
// 退, // 退,

View File

@ -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>

View File

@ -19,6 +19,7 @@ export default {
uni.setNavigationBarTitle({ uni.setNavigationBarTitle({
title: query.title, title: query.title,
}); });
this.$utils.addUserBehaviorNew();
}, },
}; };
</script> </script>

View File

@ -46,6 +46,7 @@ export default {
webView = current.children()[0]; webView = current.children()[0];
}, 1000); }, 1000);
} }
this.$utils.addUserBehaviorNew();
}, },
onHide() { onHide() {
// 退, // 退,

View File

@ -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);

View File

@ -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: {

View File

@ -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