|
|
@@ -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,
|