diff --git a/src/pages/write_off/ym_confirm/ym_confirm.vue b/src/pages/write_off/ym_confirm/ym_confirm.vue
index 522ef7c..3224ea5 100644
--- a/src/pages/write_off/ym_confirm/ym_confirm.vue
+++ b/src/pages/write_off/ym_confirm/ym_confirm.vue
@@ -15,7 +15,7 @@
照片
-
+
@@ -56,6 +56,9 @@ export default {
})
},
methods: {
+ previewImg(url){
+ uni.previewImage({ urls: [ url ] });
+ },
confirmBtn: util.debounce(function(){
let { orderInfo, type } = this;
servers.post({