weirenchun 1 жил өмнө
parent
commit
01d9159afb

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

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