From 81023488cca8385aecc044d2c2c03a58b4af3f9a Mon Sep 17 00:00:00 2001 From: zhao_js <349234519@qq.com> Date: 星期二, 21 十一月 2023 15:23:30 +0800 Subject: [PATCH] no message --- H5/pages/smstemplate/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/H5/pages/smstemplate/index.vue b/H5/pages/smstemplate/index.vue index 100a89d..7382ae7 100644 --- a/H5/pages/smstemplate/index.vue +++ b/H5/pages/smstemplate/index.vue @@ -5,13 +5,13 @@ <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"> - <text class="uni-footer-text">鍙戦��</text> + <view class="uni-footer"> + <text class="uni-footer-text">浣跨敤</text> </view> </template> </uni-list-item> -- Gitblit v1.9.3