@@ -45,7 +45,7 @@ export default {
methods: {
// 返回
getBack() {
- uni.navigateTo({
+ uni.redirectTo({
url: `/pages/lottery/index`
})
},