| | |
| | | _this.form2[0].info[0].unshow = true |
| | | _this.form2[0].info[0].required = false |
| | | } |
| | | console.log(data.data); |
| | | }) |
| | | |
| | | }, |
| | |
| | | }, |
| | | methods: { |
| | | getOrderId(condition) { |
| | | // console.log(condition); |
| | | let _this = this |
| | | uni.request({ |
| | | url: `${_this.baseUrl}/orderQueryName/auth`, |
| | |
| | | |
| | | } |
| | | } |
| | | // console.log(this.form.orderId); |
| | | // console.log(this.orderIds); |
| | | |
| | | console.log(this.form); |
| | | console.log(this.type); |
| | | this.formAdd(this.form) |
| | | // console.log(subPass); |
| | | if (subPass) { |
| | |
| | | method: 'POST', |
| | | success(res) { |
| | | res = res.data |
| | | console.log(res) |
| | | if (res.code === 200) { |
| | | uni.showToast({title: '添加成功', icon: "none", position: 'top'}) |
| | | setTimeout(()=>{ |