Commit d10786c0 authored by ly's avatar ly

pv

parent 84d291ed
......@@ -35,6 +35,7 @@
}
},
onLoad() {
this.buryingPoint('app:Ineed_pageView')
this.init()
},
methods: {
......
......@@ -40,6 +40,7 @@
},
onLoad() {
this.init()
this.buryingPoint('app:application_pageView')
},
methods: {
init(){
......
......@@ -69,6 +69,7 @@
},
onLoad() {
this.init()
this.buryingPoint('app:category_pageView')
},
methods: {
init(){
......
......@@ -18,6 +18,9 @@
}
},
onLoad() {
this.buryingPoint('app:detailResult_pageView')
},
methods: {
goBtn(){
this.Go('uni:/pages/index/index','tab')
......
......@@ -146,6 +146,7 @@ export default {
// 首页流量埋点
this.buryingPoint('app:index_page_view')
this.buryingPoint('app:index_pageView')
await this.initAjax();
initSettings()
......
......@@ -50,6 +50,7 @@ export default {
},
onLoad() {
this.init()
this.buryingPoint('app:login_pageView')
},
methods: {
init() {
......
......@@ -71,7 +71,7 @@
this.titleText=options.loanStatus
this.goodType=2
}
this.buryingPoint('app:lookGoods_pageView')
this.init()
},
methods: {
......
......@@ -72,6 +72,7 @@ export default {
this.initPawn()
},
onShow() {
this.buryingPoint('app:my_pageView')
this.init();
this.initPawn()
},
......
......@@ -33,7 +33,7 @@
}
},
onLoad() {
this.buryingPoint('app:myneed_pageView')
},
methods: {
needSubmit(){
......
......@@ -91,6 +91,7 @@
},
onLoad(options) {
const token=uni.getStorageSync('token')
this.buryingPoint('app:productDetails_pageView')
this.token=token
if(options){
const { goodId, }=JSON.parse(options.mydata)
......
......@@ -21,7 +21,7 @@
if(options){
this.proList=JSON.parse(options.mydata)
}
this.buryingPoint('app:prolist_pageView')
},
methods: {
......
......@@ -31,7 +31,8 @@
}
},
onLoad() {
console.log('onLoad')
this.buryingPoint('app:recruit_pageView')
},
methods: {
goSubmit(){
......@@ -99,6 +100,7 @@
}
},
onShow() {
console.log('onshow')
}
}
......
......@@ -18,6 +18,9 @@
}
},
onLoad(){
this.buryingPoint('app:recruitResult_pageView')
},
methods: {
goBtn(){
this.Go('uni:/pages/index/index','tab')
......
......@@ -80,6 +80,7 @@
onLoad() {
let self = this;
self.init()
self.buryingPoint('app:setting_pageView')
self.token=uni.getStorageSync('token')
plus.cache.calculate(size => {
if (size < 1024) {
......
......@@ -139,6 +139,7 @@
}
},
onShow() {
this.buryingPoint('app:sort_pageView')
this.init()
this.initSearch()
initSettings()
......
......@@ -27,6 +27,9 @@ export default {
desQuest: ''
}
},
onLoad() {
this.buryingPoint('app:useFeed_pageView')
},
methods: {
needSubmit() {
const content = this.desQuest;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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