Commit fb77e9f7da03ad5da0fdaa43ef904fee89a3b216
1 parent
9d5b9f9d
fix: 修复评价上传失败问题
Showing
1 changed file
with
1 additions
and
1 deletions
garbage-removal/src/pages/order/other-home/evaluate/index.vue
| ... | ... | @@ -7,7 +7,7 @@ |
| 7 | 7 | size="28" @click="setScore(index + 1)"></u-icon> |
| 8 | 8 | </view> |
| 9 | 9 | </view> |
| 10 | - <textarea v-if="textareaShow" @blur="blur" :value="textareaValue" :placeholder="textareaPlaceholder" /> | |
| 10 | + <textarea v-if="textareaShow" @blur="blur" :value="content" :placeholder="textareaPlaceholder" /> | |
| 11 | 11 | <view class="issue-btn-box"> |
| 12 | 12 | <button class="submit-btn" type="primary" @click="doSubmit(orderId, score, content, evaluateType)">提交评价</button> |
| 13 | 13 | </view> | ... | ... |