From 4b251816b75d1ba5423f41370b9e43bed4493f90 Mon Sep 17 00:00:00 2001 From: zhao_js <349234519@qq.com> Date: 星期三, 03 一月 2024 15:07:16 +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