zhouwx
2026-01-21 dbccfc04eb5a927d690bb75277f614e63d4544c9
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")))
               })
            }
@@ -165,7 +166,7 @@
   margin-top: 30px;
   margin-bottom: 50px;
}
/deep/ .u-upload__button{
::v-deep .u-upload__button{
   background-color: white;
}
.pic{