Commit 28048b64 by 高淑倩

watch

parent f8e368c5
......@@ -47,7 +47,7 @@ wxService.page({
},
watch: {
experAccessible(newVal, oldVal) {
console.log('集点详情', newVal)
console.log('集点详情', newVal,oldVal)
if(newVal) {
// 登录接口返回err
const reLoginErrFlag = wx.getStorageSync('reLoginErr')
......
......@@ -22,7 +22,7 @@ wxService.page({
},
watch: {
experAccessible(newVal, oldVal) {
console.log('集点列表', newVal)
console.log('集点列表', newVal,oldVal)
if(newVal) {
this.getPointList()
} else {
......
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