From 7d39b1a68266a289f66e3126473d5ebb5bd488d1 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 13 十二月 2023 18:37:42 +0800
Subject: [PATCH] #

---
 pages/tzsk/pakin/locPick.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pages/tzsk/pakin/locPick.vue b/pages/tzsk/pakin/locPick.vue
index 8012eec..ca7a86f 100644
--- a/pages/tzsk/pakin/locPick.vue
+++ b/pages/tzsk/pakin/locPick.vue
@@ -3,7 +3,7 @@
 		<view class="container" v-for="(item,i) in tree" :key="i">
 			<view :class="item.key">
 				<view class="title"  >
-					<view @click="chose(item)" style="width: 50%;">{{item.title}}</view>
+					<view  style="width: 50%;">{{item.title}}</view>
 					<view @click="switchbtn(item)">
 						<uni-icons type="top" v-show="item.switch"></uni-icons>
 						<uni-icons type="bottom" v-show="!item.switch"></uni-icons>
@@ -13,9 +13,9 @@
 					<view>{{item.title}}</view>
 				</view>
 				<view class="sub1" v-for="sub in item.children" style="margin-left: 1em;" v-show="item.switch">
-					<view :class="sub.key" class="title sub-title"  @click="switchbtn(sub)">
-						<view>{{sub.title}}</view>
-						<view>
+					<view :class="sub.key" class="title sub-title"  >
+						<view  @click="chose(sub)">{{sub.title}}</view>
+						<view @click="switchbtn(sub)">
 							<uni-icons type="top" v-show="sub.switch"></uni-icons>
 							<uni-icons type="bottom" v-show="!sub.switch"></uni-icons>
 						</view>

--
Gitblit v1.9.1