From aaae9c0a6ecda07e3a1494d9dff124df97e062ce Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Tue, 16 Jul 2024 16:33:58 +0800
Subject: [PATCH] 提交
---
pages/tabBar/notice/measures.vue | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/pages/tabBar/notice/measures.vue b/pages/tabBar/notice/measures.vue
index 9ed6f14..d168f4b 100644
--- a/pages/tabBar/notice/measures.vue
+++ b/pages/tabBar/notice/measures.vue
@@ -43,12 +43,12 @@
:maxCount="10"
style="margin-top: -10px;"
></u-upload>
- <view :class="{pic: nameList.length>0}">
+ <!-- <view :class="{pic: nameList.length>0}">
<view class="picItem" v-for="(item,index) in nameList" :key="index">
<image src="../../../static/pic.png">
{{item.name}}
</view>
- </view>
+ </view> -->
</view>
</view>
<view class="measures">
@@ -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