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