| | |
| | | </view> |
| | | </view> |
| | | <textarea v-if="textareaShow" @blur="blur" v-model="infoReceive.content" :placeholder="textareaPlaceholder" /> |
| | | <view class="issue-btn-box"> |
| | | <button v-if="submitShow" class="submit-btn bgc-main c-ff" |
| | | :disabled="infoReceive.content && infoReceive.score?false:true" |
| | | <view class="issue-btn-box" v-if="submitShow"> |
| | | <button class="submit-btn bgc-main c-ff" :disabled="infoReceive.content && infoReceive.score?false:true" |
| | | @click="doSubmit">{{submitText}}</button> |
| | | <slot name="submit"></slot> |
| | | </view> |