修改
This commit is contained in:
parent
3745c629c7
commit
a322d3c23a
@ -210,7 +210,7 @@
|
||||
},
|
||||
//跳转护理站页面
|
||||
gosite() {
|
||||
// this.openPopup();
|
||||
this.openPopup();
|
||||
setTimeout(e => {
|
||||
uni.navigateTo({
|
||||
url: '/pages/site/site'
|
||||
@ -229,7 +229,7 @@
|
||||
gomaterialbenefits() {
|
||||
// 第二种引入
|
||||
// this.$store.dispatch("openPopup");
|
||||
// this.openPopup();
|
||||
this.openPopup();
|
||||
setTimeout(e => {
|
||||
uni.navigateTo({
|
||||
url: '/pages/materialbenefits/materialbenefits'
|
||||
@ -238,7 +238,7 @@
|
||||
},
|
||||
//跳转商城
|
||||
goshopping() {
|
||||
// this.openPopup();
|
||||
this.openPopup();
|
||||
setTimeout(e => {
|
||||
uni.navigateTo({
|
||||
url: '/pages/shopping/shopping'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user