weirenchun 1 anno fa
parent
commit
01d9159afb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/pages/home/detail.vue

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

@@ -34,7 +34,7 @@ export default {
   },
   methods: {
     againTakePhoto() {
-      this.$navigator.push("takePhoto");
+      wx.navigateBack();
     },
   },
 };