Browse Source

抽奖页面

DESKTOP-O04BTUJ\muzen 3 years ago
parent
commit
b1848c3fa4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/lottery/detail.vue

+ 1 - 1
src/pages/lottery/detail.vue

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