This commit is contained in:
曹辉 2023-03-17 09:27:51 +08:00
parent 8e04356070
commit 350ec4ecc3

View File

@ -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'