| | |
| | | </view> |
| | | </view> |
| | | <view class="footer-bottom"> |
| | | <div class="footer-bottom-btn" @click="submit"> |
| | | <text>立即下单</text> |
| | | <text>(服务完成后付款)</text> |
| | | <div class="footer-bottom-btn" @click="submit" > |
| | | <text>{{form.id?'确认修改':'立即下单'}}</text> |
| | | <text v-if="!form.id">(服务完成后付款)</text> |
| | | </div> |
| | | </view> |
| | | <view style="width: 100%; height: env(safe-area-inset-bottom);"></view> |
| | |
| | | type: 0 |
| | | }, |
| | | cateList: [], |
| | | viewStatus: false |
| | | viewStatus: true |
| | | }; |
| | | }, |
| | | onLoad(option) { |
| | |
| | | |
| | | }) |
| | | } else { |
| | | this.form.linkName = this.userInfo.name |
| | | this.form.linkPhone = this.userInfo.telephone |
| | | this.form.priceNum1 = option.days |
| | | this.form.startDate = option.startDate |
| | |
| | | priceUnit: this.form.priceUnit, |
| | | priceNum1: this.form.priceNum1, |
| | | priceNum2: this.form.priceNum2, |
| | | type: this.form.type, |
| | | type: this.form.type, |
| | | workType: this.form.workType |
| | | }).then(res => { |
| | | if (res.code === 200) { |