weirenchun hai 1 ano
pai
achega
01d9159afb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
     },
   },
 };