From 707fe99b35c8e090f839d247bea1ad3db06334e8 Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: Wed, 27 Mar 2024 15:06:15 +0800
Subject: [PATCH] 更改地址
---
pages/tabBar/responsivity/showMeasures.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/pages/tabBar/responsivity/showMeasures.vue b/pages/tabBar/responsivity/showMeasures.vue
index 73eabe1..59211e8 100644
--- a/pages/tabBar/responsivity/showMeasures.vue
+++ b/pages/tabBar/responsivity/showMeasures.vue
@@ -25,7 +25,7 @@
<text style="margin-top: 15px;">{{item}}</text>
</view>
</view>
- <view class="second" v-if="measures!=null">
+ <view class="second" v-if="measures" >
<text style="font-size: 18px;margin-bottom: 20px;font-weight: 600;">补充措施</text>
<u--textarea style="margin-top: -5px;" v-model="measures" disabled placeholder="请输入内容" ></u--textarea>
</view>
@@ -86,8 +86,9 @@
url: `/pages/tabBar/notice/detail?data=` + encodeURIComponent(JSON.stringify(uni.getStorageSync("fdetailData")))
})
}else if (uni.getStorageSync('backMeasures') == 'county'){
+ console.log("countyDetail",uni.getStorageSync('countyDetail'))
uni.navigateTo({
- url: '/pages/tabBar/responsivity/countyResponsivity'
+ url: `/pages/tabBar/responsivity/countyResponsivity?data=` + encodeURIComponent(JSON.stringify(uni.getStorageSync("countyDetail")))
})
}
--
Gitblit v1.9.2