闫增涛
2024-03-06 b89898ad46d6f233c00888837a8ba5ecea9392ac
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()
    }
  },