This commit is contained in:
parent
555e3d0267
commit
b2a6bb9c82
|
@ -239,11 +239,12 @@
|
||||||
uni.removeStorageSync('userType');
|
uni.removeStorageSync('userType');
|
||||||
uni.removeStorageSync('isExpert');
|
uni.removeStorageSync('isExpert');
|
||||||
uni.removeStorageSync('isVillageAdmin');
|
uni.removeStorageSync('isVillageAdmin');
|
||||||
uni.removeStorageSync('isExpert');
|
uni.removeStorageSync('isWlAdmin');
|
||||||
uni.setStorageSync('isAdmin', res.data.isAdmin)
|
uni.setStorageSync('isAdmin', res.data.isAdmin)
|
||||||
uni.setStorageSync('userType', res.data.userType)
|
uni.setStorageSync('userType', res.data.userType)
|
||||||
uni.setStorageSync('isExpert', res.data.isExpert)
|
uni.setStorageSync('isExpert', res.data.isExpert)
|
||||||
uni.setStorageSync('isVillageAdmin', res.data.isVillageAdmin)
|
uni.setStorageSync('isVillageAdmin', res.data.isVillageAdmin)
|
||||||
|
uni.setStorageSync('isWlAdmin', res.data.isWlAdmin)
|
||||||
this.getSwpper()
|
this.getSwpper()
|
||||||
}
|
}
|
||||||
}).catch(e => {
|
}).catch(e => {
|
||||||
|
|
|
@ -52,16 +52,23 @@
|
||||||
<view class="item_li">
|
<view class="item_li">
|
||||||
<view class="standard">
|
<view class="standard">
|
||||||
<image class="icon" src="../../static/detailIcon/icon7.png" mode="scaleToFill"></image>
|
<image class="icon" src="../../static/detailIcon/icon7.png" mode="scaleToFill"></image>
|
||||||
<text>报名截止时间:</text>
|
<text>报名开始时间:</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="content"> {{data.startTime}}</view>
|
<view class="content"> {{data.startTime}}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="item_li">
|
<view class="item_li">
|
||||||
<view class="standard">
|
<view class="standard">
|
||||||
<image class="icon" src="../../static/detailIcon/icon4.png" mode="scaleToFill"></image>
|
<image class="icon" src="../../static/detailIcon/icon7.png" mode="scaleToFill"></image>
|
||||||
<text>活动结束时间:</text>
|
<text>报名截止时间:</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="content"> {{data.endTime}} </view>
|
<view class="content"> {{data.endTime}}</view>
|
||||||
|
</view>
|
||||||
|
<view class="item_li">
|
||||||
|
<view class="standard">
|
||||||
|
<image class="icon" src="../../static/detailIcon/icon4.png" mode="scaleToFill"></image>
|
||||||
|
<text>评分截止时间:</text>
|
||||||
|
</view>
|
||||||
|
<view class="content"> {{data.scoreEndTime}} </view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -29,13 +29,7 @@
|
||||||
<view class="textList" v-if="isExpert">
|
<view class="textList" v-if="isExpert">
|
||||||
<view class="type">
|
<view class="type">
|
||||||
<img class='textImg' src="../../static/detailIcon/icon10.png" alt="">
|
<img class='textImg' src="../../static/detailIcon/icon10.png" alt="">
|
||||||
<view class="text1">您的评分:<text class="redText">{{ data.myScore }}</text></view>
|
<view class="text1">您的评分:<text class="redText" v-if="data.myScore">{{ data.myScore }}</text><text>暂无</text></view>
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<view class="textList" v-if="isExpert">
|
|
||||||
<view class="type">
|
|
||||||
<img class='textImg' src="../../static/detailIcon/icon10.png" alt="">
|
|
||||||
<view class="text1">作品平均分:<text class="redText">{{ data.averageScore }}</text></view>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -66,7 +60,7 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view style="margin: 0 32rpx 32rpx;">
|
<view style="margin: 0 32rpx 32rpx;">
|
||||||
<u--input type="number" placeholder="请输入分数" border="surround" v-model="value"></u--input>
|
<u--input type="number" placeholder="请输入分数" border="surround" v-model="value" @input="changeNum" maxlength="2"></u--input>
|
||||||
</view>
|
</view>
|
||||||
<view
|
<view
|
||||||
style="display: flex; border-top:2rpx solid #E7E7E7;height: 112rpx;width: 640rpx;line-height: 112rpx; font-size: 32rpx;font-weight: 600;">
|
style="display: flex; border-top:2rpx solid #E7E7E7;height: 112rpx;width: 640rpx;line-height: 112rpx; font-size: 32rpx;font-weight: 600;">
|
||||||
|
@ -171,6 +165,12 @@
|
||||||
icon: "none",
|
icon: "none",
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
},
|
||||||
|
changeNum(value) {
|
||||||
|
let aaa = Number(value)
|
||||||
|
if(aaa > 10){
|
||||||
|
this.value = '10'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
</view>
|
</view>
|
||||||
<u-search height=42 margin="12px 0" searchIconColor="black" bgColor="#f8f8f8" searchIconSize="40rpx"
|
<u-search height=42 margin="12px 0" searchIconColor="black" bgColor="#f8f8f8" searchIconSize="40rpx"
|
||||||
shape="square" :showAction="false" v-model="dataVal" placeholder="请输入资料名称"></u-search>
|
shape="square" :showAction="false" v-model="dataVal" placeholder="请输入资料名称"></u-search>
|
||||||
<view class="car_box " @click="isSelect=false">
|
<view class="car_box " @click="isSelect=false" v-if="isWlAdmin">
|
||||||
<view class="dd" v-if="isSelect">
|
<view class="dd" v-if="isSelect">
|
||||||
<image src="../../static/DataSearch/chexboxs.png" mode=""></image>
|
<image src="../../static/DataSearch/chexboxs.png" mode=""></image>
|
||||||
</view>
|
</view>
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
{{ v.createdAt }}
|
{{ v.createdAt }}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="moreImg" @click="clickDot(v.id)" style="position: relative;">
|
<view class="moreImg" @click="clickDot(v.id)" style="position: relative;" v-if="isWlAdmin">
|
||||||
<image src="../../static/DataSearch/moreFCUN.png" mode=""></image>
|
<image src="../../static/DataSearch/moreFCUN.png" mode=""></image>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -59,17 +59,17 @@
|
||||||
{{ item.createdAt }}
|
{{ item.createdAt }}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="moreImg" v-if="isSelect" @click="delFile(item.id)">
|
<view class="moreImg" v-if="isSelect && isWlAdmin" @click="delFile(item.id)">
|
||||||
<image src="../../static/DataSearch/dirDel.png" mode=""></image>
|
<image src="../../static/DataSearch/dirDel.png" mode=""></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="moreImg" style="width: 32rpx;height: 32rpx;" v-if="!isSelect">
|
<view class="moreImg" style="width: 32rpx;height: 32rpx;" v-if="!isSelect && isWlAdmin">
|
||||||
<label class="wr">
|
<label class="wr">
|
||||||
<checkbox :value="item.id" :checked="checkedArr.includes(item.id)" />
|
<checkbox :value="item.id" :checked="checkedArr.includes(item.id)" />
|
||||||
</label>
|
</label>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</checkbox-group>
|
</checkbox-group>
|
||||||
<view class="bottm" @click="show=!show">
|
<view class="bottm" @click="show=!show" v-if="isWlAdmin">
|
||||||
<image src="../../static/orderHall/addOrder.png" mode=""></image>
|
<image src="../../static/orderHall/addOrder.png" mode=""></image>
|
||||||
</view>
|
</view>
|
||||||
<!-- 底部对文件的操作栏 -->
|
<!-- 底部对文件的操作栏 -->
|
||||||
|
@ -156,12 +156,14 @@
|
||||||
checkedArr: [], //复选框选中的值
|
checkedArr: [], //复选框选中的值
|
||||||
parentId: '',
|
parentId: '',
|
||||||
oldID: [],
|
oldID: [],
|
||||||
|
isWlAdmin: true,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
// onLoad() {
|
// onLoad() {
|
||||||
// this.getList()
|
// this.getList()
|
||||||
// },
|
// },
|
||||||
onShow() {
|
onShow() {
|
||||||
|
this.isWlAdmin = uni.getStorageSync('isWlAdmin');
|
||||||
this.folderList = []
|
this.folderList = []
|
||||||
this.checkboxData = []
|
this.checkboxData = []
|
||||||
this.getList()
|
this.getList()
|
||||||
|
|
Loading…
Reference in New Issue