소스 검색

修改bug

Yannay 2 달 전
부모
커밋
83ed357782
1개의 변경된 파일14개의 추가작업 그리고 14개의 파일을 삭제
  1. 14 14
      pages/orderDetailNew/components/pageOne.vue

+ 14 - 14
pages/orderDetailNew/components/pageOne.vue

@@ -203,20 +203,20 @@ export default {
203 203
         // 下一步
204 204
         handleNextClick() {
205 205
             // 校验表单
206
-            if (!this.form.truePic.length) {
207
-                uni.showToast({
208
-                    title: '请上传实物图',
209
-                    icon: 'none'
210
-                })
211
-                return
212
-            }
213
-            if (!this.form.chatRecords.length) {
214
-                uni.showToast({
215
-                    title: '请上传聊天记录',
216
-                    icon: 'none'
217
-                })
218
-                return
219
-            }
206
+            // if (!this.form.truePic.length) {
207
+            //     uni.showToast({
208
+            //         title: '请上传实物图',
209
+            //         icon: 'none'
210
+            //     })
211
+            //     return
212
+            // }
213
+            // if (!this.form.chatRecords.length) {
214
+            //     uni.showToast({
215
+            //         title: '请上传聊天记录',
216
+            //         icon: 'none'
217
+            //     })
218
+            //     return
219
+            // }
220 220
             this.$emit('handleNextClick', {
221 221
                 nowPage: 'formOne',
222 222
                 form: this.form,