yiming
2024-03-08 f10d1c14a59343f3ad6bafa4762363427be0c89b
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()
    }
  },