weirenchun 1 年之前
父節點
當前提交
01d9159afb
共有 1 個文件被更改,包括 1 次插入1 次删除
  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();
     },
   },
 };