| | |
| | | <no-record :isShow="!list.length" txt="暂无跟进记录"></no-record> |
| | | <uni-popup ref="commentEl" type="bottom" :isShowMask="false"> |
| | | <view class="message-row"> |
| | | <input type="text" v-model="comment" :focus="true" class="message-input" placeholder="评论" placeholder-class="placeholder"/> |
| | | <button class="green-btn message-btn" :disabled="!comment" @click="addFollowupComment">发送</button> |
| | | <input type="text" v-model="comment" :focus="true" class="message-input" placeholder="评论" placeholder-class="placeholder"/> |
| | | <button class="blue-btn message-btn" :disabled="!comment" @click="addFollowupComment">发送</button> |
| | | </view> |
| | | </uni-popup> |
| | | <fillter :isShow="isShowFilter" :staffList="staffList" :vipList="vipList" @reset="resetFilter" @change="changeFilter"></fillter> |
| | |
| | | this.list = res.rows |
| | | } |
| | | }) |
| | | console.log(Math.floor(this.list.length/10)) |
| | | }, |
| | | loadList(isRest){ |
| | | if(this.loadStatus!=='more'){ |
| | |
| | | font-size: 13px; |
| | | } |
| | | .message-row{ |
| | | position: fixed; |
| | | bottom: 0; |
| | | left: 0; |
| | | right: 0; |
| | | display: flex; |
| | | align-items: center; |
| | | background: #F6F6F8; |
| | | background: #eee; |
| | | padding: 10px; |
| | | margin-bottom: var(–safe-area-inset-bottom); |
| | | } |
| | | .message-input{ |
| | | flex: 1; |
| | |
| | | .message-btn{ |
| | | margin: 0; |
| | | line-height: 30px; |
| | | border-radius: 0; |
| | | border-radius: 2px; |
| | | font-size: 14px; |
| | | } |
| | | uni-button[disabled]:not([type]), uni-button[disabled][type=default]{ |
| | | color: #FFFFFF; |
| | | background-color: rgb(31 183 19 / 0.4); |
| | | border: 0; |
| | | } |
| | | </style> |