| | |
| | | :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"> |
| | |
| | | }).catch(err=>{}) |
| | | }, |
| | | goBack() { |
| | | console.log("fdetailData",uni.getStorageSync("fdetailData")) |
| | | uni.navigateTo({ |
| | | url: `/pages/tabBar/notice/detail?data=` + encodeURIComponent(JSON.stringify(uni.getStorageSync("fdetailData"))) |
| | | }) |
| | |
| | | console.log('change', this.measureIds); |
| | | }, |
| | | submit() { |
| | | if(this.measureIds.length <0) { |
| | | if(this.measureIds.length <= 0) { |
| | | uni.showToast({ |
| | | icon: "none", |
| | | title: '请勾选基础措施' |