From 277d6652893fcc10fb6827b62ef16fe2910a525c Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: Fri, 15 Dec 2023 16:58:25 +0800
Subject: [PATCH] 强制更新功能
---
pages/tabBar/notice/measures.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/pages/tabBar/notice/measures.vue b/pages/tabBar/notice/measures.vue
index 9ed6f14..8c5798d 100644
--- a/pages/tabBar/notice/measures.vue
+++ b/pages/tabBar/notice/measures.vue
@@ -105,6 +105,7 @@
}).catch(err=>{})
},
goBack() {
+ console.log("fdetailData",uni.getStorageSync("fdetailData"))
uni.navigateTo({
url: `/pages/tabBar/notice/detail?data=` + encodeURIComponent(JSON.stringify(uni.getStorageSync("fdetailData")))
})
@@ -118,7 +119,7 @@
console.log('change', this.measureIds);
},
submit() {
- if(this.measureIds.length <0) {
+ if(this.measureIds.length <= 0) {
uni.showToast({
icon: "none",
title: '请勾选基础措施'
--
Gitblit v1.9.2