|
|
@ -226,20 +226,12 @@ Component({
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
lifetimes: {
|
|
|
|
lifetimes: {
|
|
|
|
created() {
|
|
|
|
|
|
|
|
wx.removeStorageSync('currTemplateType');
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
attached() {
|
|
|
|
attached() {
|
|
|
|
setTimeout(() => {
|
|
|
|
// setTimeout(() => {
|
|
|
|
|
|
|
|
// this.setData({
|
|
|
|
},1000)
|
|
|
|
// showChart: false
|
|
|
|
|
|
|
|
// })
|
|
|
|
},
|
|
|
|
// },1000)
|
|
|
|
detached(e) {
|
|
|
|
|
|
|
|
console.log(2222)
|
|
|
|
|
|
|
|
this.setData({
|
|
|
|
|
|
|
|
showChart: false
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
methods: {
|
|
|
|
methods: {
|
|
|
@ -248,9 +240,6 @@ Component({
|
|
|
|
intervalSel: e.currentTarget.dataset.index
|
|
|
|
intervalSel: e.currentTarget.dataset.index
|
|
|
|
})
|
|
|
|
})
|
|
|
|
},
|
|
|
|
},
|
|
|
|
changeTab(val) {
|
|
|
|
|
|
|
|
console.log(val)
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
})
|