From 19d5fa154937406af1dc8dc017a68c04e55e00ca Mon Sep 17 00:00:00 2001
From: zhao_js <349234519@qq.com>
Date: 星期二, 21 十一月 2023 15:21:11 +0800
Subject: [PATCH] no message

---
 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