pages/bookServices/detail/components/suggest/suggest.js @@ -110,6 +110,12 @@ phoneError: true }) } if (!this.data.textvalue || this.data.ratevalue) { return wx.showToast({ success: 'error', title: '请填写完整表单', }) } this.feedBack() } },