From 1a4336c5658149b728f7644694ee313c4ffa3291 Mon Sep 17 00:00:00 2001 From: heyuntao <heyuntao@LAPTOP-MP4HD5NS> Date: 星期四, 19 十月 2023 10:47:23 +0800 Subject: [PATCH] Merge branch 'feature/短信发送' of http://60.204.153.149:8081/r/smsproject into feature/短信发送 --- H5/pages/smstemplate/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/H5/pages/smstemplate/index.vue b/H5/pages/smstemplate/index.vue index af1afb0..7382ae7 100644 --- a/H5/pages/smstemplate/index.vue +++ b/H5/pages/smstemplate/index.vue @@ -5,12 +5,12 @@ <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> -- Gitblit v1.9.3