Commit dcb8dd5c authored by 王炽's avatar 王炽

666666

parent cbf03a3f
...@@ -196,6 +196,8 @@ import { onPageScroll, onShow } from "@dcloudio/uni-app"; ...@@ -196,6 +196,8 @@ import { onPageScroll, onShow } from "@dcloudio/uni-app";
import { showLoading, hideLoading, jump, JumpType } from '../../utils/index.js' import { showLoading, hideLoading, jump, JumpType } from '../../utils/index.js'
import { useXingmaLabStore } from '../../stores/xingmaLab' import { useXingmaLabStore } from '../../stores/xingmaLab'
import Xingmalabnotimepop from '../../components/xingmaLab/Xingmalabnotimepop.vue' import Xingmalabnotimepop from '../../components/xingmaLab/Xingmalabnotimepop.vue'
import md from '../../md';
// 定义组件名称 // 定义组件名称
defineOptions({ defineOptions({
name: 'XingmaLab' name: 'XingmaLab'
...@@ -309,6 +311,11 @@ const handleImageLoad = (e, item, index) => { ...@@ -309,6 +311,11 @@ const handleImageLoad = (e, item, index) => {
} }
onShow(async () => { onShow(async () => {
md.sensorLogTake({
xcxPage: "星妈实验室首页页面浏览",
pageName: "星妈实验室首页",
});
console.log('onshow') console.log('onshow')
await xingmaLabStore.loadXingmaInfo(); await xingmaLabStore.loadXingmaInfo();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment