zhongshujie
2024-12-19 8a27f5724e10e82cc5a30bf7051397da2e697e63
packageBookService/pages/bookServices/detail/components/suggest/suggest.js
@@ -16,7 +16,7 @@
  },
  data: {
    inputStyle: 'border: 2rpx solid rgba(220,220,220,1);border-radius: 12rpx; padding:16rpx',
    inputStyle: 'border: 2rpx solid rgba(220,220,220,1);border-radius: 12rpx; padding:16rpx;',
    placeholderstyle: 'font-size:28rpx',
    dialogKey: '',
    showWithInput: false,
@@ -117,7 +117,7 @@
      } else if (!textvalue.length) {
        return wx.showToast({
          icon: 'error',
          title: '请输入反馈反馈内容',
          title: '请输入反馈内容',
        })
      }
      await this.feedBack()