Ver código fonte

静态页面

1002884655 4 anos atrás
pai
commit
5be61dd386
1 arquivos alterados com 3 adições e 1 exclusões
  1. 3
    1
      src/pages/Index/BookAnswer/index.vue

+ 3
- 1
src/pages/Index/BookAnswer/index.vue Ver arquivo

@@ -127,7 +127,9 @@ export default {
127 127
             duration: 2000
128 128
           })
129 129
           this.DataLock = false
130
-          wx.navigateBack({ changed: true })
130
+          window.setTimeout(() => {
131
+            wx.navigateBack({ changed: true })
132
+          }, 2000)
131 133
         }).catch(() => {
132 134
           this.DataLock = false
133 135
         })