| | |
| | | <cc-pullScroolView class="pullScrollView" ref="pullScroll" :enablePullDown="false" :back-top="false"> |
| | | <view> |
| | | <uni-list> |
| | | <uni-list-item direction="column" v-for="item in smsList"> |
| | | <uni-list-item :clickable="true" @click="toSend(item)" direction="column" v-for="item in smsList"> |
| | | <template v-slot:body> |
| | | <text style="white-space:break-spaces;">{{item.templetecontent}}</text> |
| | | </template> |
| | | <template v-slot:footer> |
| | | <view @click="toSend(item)" class="uni-footer"> |
| | | <view class="uni-footer"> |
| | | <text class="uni-footer-text">使用</text> |
| | | </view> |
| | | </template> |