| | |
| | | * 组件的初始数据 |
| | | */ |
| | | 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: 0 0 0 16rpx;', |
| | | textareaStyle: 'border: 2rpx solid rgba(220,220,220,1);border-radius: 12rpx; padding: 0 0 0 16rpx;height:240rpx', |
| | | showIndex: null, //打开弹窗的对应下标 |
| | | height: '', //屏幕高度 |
| | | inputvalue: '', |
| | |
| | | } else if (!textvalue.length) { |
| | | return wx.showToast({ |
| | | icon: 'error', |
| | | title: '请输入反馈反馈内容', |
| | | title: '请输入反馈内容', |
| | | }) |
| | | } |
| | | await this.feedBack() |