修改问题
This commit is contained in:
@@ -174,7 +174,7 @@
|
||||
return this.init()
|
||||
}
|
||||
uni.switchTab({
|
||||
url: '/pages/index/index'
|
||||
url: '/pages/index/index2'
|
||||
})
|
||||
},
|
||||
methods: {
|
||||
@@ -186,7 +186,7 @@
|
||||
return
|
||||
uni.setStorageSync('first', false)
|
||||
uni.switchTab({
|
||||
url: '/pages/index/index'
|
||||
url: '/pages/index/index2'
|
||||
})
|
||||
},
|
||||
popshow(){
|
||||
@@ -216,7 +216,7 @@
|
||||
iKnow() {
|
||||
uni.setStorageSync('first', false)
|
||||
uni.switchTab({
|
||||
url: '/pages/index/index'
|
||||
url: '/pages/index/index2'
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
@@ -154,7 +154,7 @@
|
||||
if(res.code==200){
|
||||
this.timer=setTimeout(()=>{
|
||||
uni.switchTab({
|
||||
url:'/pages/index/index'
|
||||
url:'/pages/index/index2'
|
||||
})
|
||||
},1000)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user