From c7bef98232b9fbbae066d23d088f787ea8450f2b Mon Sep 17 00:00:00 2001
From: zhaojs <349234519@qq.com>
Date: 星期四, 19 十月 2023 10:36:33 +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