首页跳转后的页面更换

This commit is contained in:
minimaxagent1 2025-07-30 09:31:34 +08:00
parent 1cd1f8d4ea
commit 1d4b543b0c

View File

@ -62,11 +62,11 @@
}
});
},
async ceshi() {
uni.switchTab({
url: '/pages/index/index'
})
},
async ceshi() {
uni.navigateTo({
url: '/pages/nearbystores/index'
})
},
}
}
</script>