This commit is contained in:
wangweidong 2026-03-02 16:52:37 +08:00
parent 2e63fd90d9
commit dd55862a38
9 changed files with 199 additions and 113 deletions

View File

@ -11,17 +11,8 @@
</view> </view>
<view :style="{height:`${uni.getStorageSync('moveHeight') + 40}px`}"></view> <view :style="{height:`${uni.getStorageSync('moveHeight') + 40}px`}"></view>
<view style="width: 638rpx; <view class="shzt" v-if="alldata.status==3 && dexcard==0">
min-height: 80rpx; <view class="icoi">i</view>
border-radius: 10rpx;
display: flex;
justify-content: space-between;
margin: 30rpx auto 0;
padding:20rpx;
background: RGBA(255, 240, 240, 1);
border: 1px solid RGBA(247, 175, 174, 1);"
v-if="alldata.status==3 && dexcard==0">
<view style="width: 35rpx;height: 35rpx;border-radius: 50%;background: RGBA(237, 72, 69, 1);color: #fff;text-align: center;line-height: 35rpx;margin-right: 10rpx;">i</view>
<text style="color: rgba(102, 102, 102, 1); width: 70%;word-break: break-all;"> <text style="color: rgba(102, 102, 102, 1); width: 70%;word-break: break-all;">
驳回原因{{contentred}} 驳回原因{{contentred}}
</text> </text>
@ -294,6 +285,28 @@
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.shzt {
width: 638rpx;
min-height: 80rpx;
border-radius: 10rpx;
display: flex;
justify-content: space-between;
margin: 30rpx auto 0;
padding: 20rpx;
background: RGBA(255, 240, 240, 1);
border: 1px solid RGBA(247, 175, 174, 1);
.icoi {
width: 35rpx;
height: 35rpx;
border-radius: 50%;
background: RGBA(237, 72, 69, 1);
color: #fff;
text-align: center;
line-height: 35rpx;
margin-right: 10rpx;
}
}
.finish-button { .finish-button {
display: flex; display: flex;
justify-content: center; justify-content: center;

View File

@ -17,17 +17,8 @@
</view> </view>
</view> </view>
<view :style="{height:`${uni.getStorageSync('moveHeight') + 30}px`}"></view> <view :style="{height:`${uni.getStorageSync('moveHeight') + 30}px`}"></view>
<view style="width: 638rpx; <view class="shzt" v-if="alldata.guardianModifyStatus==3||alldata.guardianModifyStatus==5">
min-height: 80rpx; <view class="icoi">i</view>
border-radius: 10rpx;
display: flex;
justify-content: space-between;
margin: 30rpx auto 0;
padding:20rpx;
background: RGBA(255, 240, 240, 1);
border: 1px solid RGBA(247, 175, 174, 1);"
v-if="alldata.guardianModifyStatus==3||alldata.guardianModifyStatus==5">
<view style="width: 35rpx;height: 35rpx;border-radius: 50%;background: RGBA(237, 72, 69, 1);color: #fff;text-align: center;line-height: 35rpx;margin-right: 10rpx;">i</view>
<text style="color: rgba(102, 102, 102, 1); width: 70%;word-break: break-all;"> <text style="color: rgba(102, 102, 102, 1); width: 70%;word-break: break-all;">
驳回原因{{alldata.guardianModifyContent}} 驳回原因{{alldata.guardianModifyContent}}
</text> </text>
@ -188,6 +179,28 @@
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.shzt {
width: 638rpx;
min-height: 80rpx;
border-radius: 10rpx;
display: flex;
justify-content: space-between;
margin: 30rpx auto 0;
padding: 20rpx;
background: RGBA(255, 240, 240, 1);
border: 1px solid RGBA(247, 175, 174, 1);
.icoi {
width: 35rpx;
height: 35rpx;
border-radius: 50%;
background: RGBA(237, 72, 69, 1);
color: #fff;
text-align: center;
line-height: 35rpx;
margin-right: 10rpx;
}
}
.container { .container {
display: flex; display: flex;
flex-direction: column; flex-direction: column;

View File

@ -10,17 +10,9 @@
</view> </view>
</view> </view>
<view :style="{height:`${uni.getStorageSync('moveHeight') + 30}px`}"></view> <view :style="{height:`${uni.getStorageSync('moveHeight') + 30}px`}"></view>
<view style="width: 638rpx; <view class="shzt"
min-height: 80rpx;
border-radius: 10rpx;
display: flex;
justify-content: space-between;
margin: 30rpx auto 0;
padding:20rpx;
background: RGBA(255, 240, 240, 1);
border: 1px solid RGBA(247, 175, 174, 1);"
v-if="alldata.elderModifyStatus==3||alldata.elderModifyStatus==5"> v-if="alldata.elderModifyStatus==3||alldata.elderModifyStatus==5">
<view style="width: 35rpx;height: 35rpx;border-radius: 50%;background: RGBA(237, 72, 69, 1);color: #fff;text-align: center;line-height: 35rpx;margin-right: 10rpx;">i</view> <view class="icoi">i</view>
<text style="color: rgba(102, 102, 102, 1); width: 70%;word-break: break-all;"> <text style="color: rgba(102, 102, 102, 1); width: 70%;word-break: break-all;">
驳回原因{{alldata.elderModifyContent}} 驳回原因{{alldata.elderModifyContent}}
</text> </text>
@ -270,6 +262,28 @@
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.shzt {
width: 638rpx;
min-height: 80rpx;
border-radius: 10rpx;
display: flex;
justify-content: space-between;
margin: 30rpx auto 0;
padding: 20rpx;
background: RGBA(255, 240, 240, 1);
border: 1px solid RGBA(247, 175, 174, 1);
.icoi {
width: 35rpx;
height: 35rpx;
border-radius: 50%;
background: RGBA(237, 72, 69, 1);
color: #fff;
text-align: center;
line-height: 35rpx;
margin-right: 10rpx;
}
}
.container { .container {
display: flex; display: flex;
flex-direction: column; flex-direction: column;

View File

@ -16,24 +16,15 @@
<view style="font-size: 30rpx;">入职登记表</view> <view style="font-size: 30rpx;">入职登记表</view>
</view> </view>
</view> </view>
<view :style="{height:`${uni.getStorageSync('moveHeight') + 30}px`}"></view> <view :style="{height:`${uni.getStorageSync('moveHeight') + 30}px`}"></view>
<view style="width: 638rpx; <view class="shzt" v-if="(alldata.applyStatus==3||alldata.applyStatus==5)&&dexcard==0">
min-height: 80rpx; <view class="icoi">i</view>
border-radius: 10rpx; <text style="color: rgba(102, 102, 102, 1); width: 70%;word-break: break-all;">
display: flex; 驳回原因{{alldata.auditContent}}
justify-content: space-between; </text>
margin: 30rpx auto 0; <text style=" color:rgba(237, 72, 69, 1);white-space: nowrap;">审核驳回</text>
padding:20rpx;
background: RGBA(255, 240, 240, 1);
border: 1px solid RGBA(247, 175, 174, 1);"
v-if="(alldata.applyStatus==3||alldata.applyStatus==5)&&dexcard==0">
<view style="width: 35rpx;height: 35rpx;border-radius: 50%;background: RGBA(237, 72, 69, 1);color: #fff;text-align: center;line-height: 35rpx;margin-right: 10rpx;">i</view>
<text style="color: rgba(102, 102, 102, 1); width: 70%;word-break: break-all;">
驳回原因{{alldata.auditContent}}
</text>
<text style=" color:rgba(237, 72, 69, 1);white-space: nowrap;">审核驳回</text>
</view> </view>
<template> <template>
<view v-if="dexcard==0"> <view v-if="dexcard==0">
@ -42,12 +33,13 @@
<view style="display: flex;"> <view style="display: flex;">
<view class="shu"></view> <view class="shu"></view>
<view class="content-weight" style="margin-top: -2rpx;">个人信息</view> <view class="content-weight" style="margin-top: -2rpx;">个人信息</view>
<view class="small-blue" @click="changeMessage" v-if="alldata.applyStatus&&alldata.applyStatus!=1&&alldata.applyStatus!=4&&code==1"> <view class="small-blue" @click="changeMessage"
v-if="alldata.applyStatus&&alldata.applyStatus!=1&&alldata.applyStatus!=4&&code==1">
编辑 编辑
</view> </view>
<image class="shu-img" v-else <image class="shu-img" v-else
:src="alldata.applyStatus? `https://www.focusnu.com/media/directive/index/${statusarray[alldata.applyStatus-1]}.png`:``" /> :src="alldata.applyStatus? `https://www.focusnu.com/media/directive/index/${statusarray[alldata.applyStatus-1]}.png`:``" />
</view> </view>
</view> </view>
<!-- <view class="contentred" v-if="!applyStatus&&contentred"> <!-- <view class="contentred" v-if="!applyStatus&&contentred">
@ -55,7 +47,7 @@
驳回原因{{contentred}} 驳回原因{{contentred}}
</view> </view>
</view> --> </view> -->
<view class="white-message"> <view class="white-message">
<view> <view>
<view v-for="(item,index) in nameArray1" :key="index" class="one" <view v-for="(item,index) in nameArray1" :key="index" class="one"
@ -72,7 +64,7 @@
</view> </view>
</view> </view>
</view> </view>
</template> </template>
<template> <template>
<view v-if="dexcard==1"> <view v-if="dexcard==1">
<view class="white-content"> <view class="white-content">
@ -80,7 +72,7 @@
style="position: relative;margin-bottom: 20rpx;z-index: 999;"> style="position: relative;margin-bottom: 20rpx;z-index: 999;">
<view class="shu"></view> <view class="shu"></view>
<view class="content-weight">身份证</view> <view class="content-weight">身份证</view>
</view> </view>
<view class="white-photo" @click="getMessage(headImge)"> <view class="white-photo" @click="getMessage(headImge)">
<view class="photo-left"> <view class="photo-left">
@ -94,7 +86,7 @@
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);" style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
src="https://www.focusnu.com/media/directive/index/takephoto.png" /> src="https://www.focusnu.com/media/directive/index/takephoto.png" />
</view> </view>
</view> </view>
<view class="white-photo" style="margin-top: 30rpx;" @click="getMessage(backImge)"> <view class="white-photo" style="margin-top: 30rpx;" @click="getMessage(backImge)">
<view class="photo-left"> <view class="photo-left">
@ -108,7 +100,7 @@
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);" style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
src="https://www.focusnu.com/media/directive/index/takephoto.png" /> src="https://www.focusnu.com/media/directive/index/takephoto.png" />
</view> </view>
</view> </view>
<view class="content-title" style="margin: 20rpx 0;"> <view class="content-title" style="margin: 20rpx 0;">
<view class="shu"></view> <view class="shu"></view>
@ -133,8 +125,8 @@
</view> </view>
</view> </view>
</view> </view>
</template> </template>
<template> <template>
<view v-if="dexcard==2"> <view v-if="dexcard==2">
<view class="white-content"> <view class="white-content">
@ -157,9 +149,10 @@
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);" style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
src="https://www.focusnu.com/media/directive/index/takephoto.png" /> src="https://www.focusnu.com/media/directive/index/takephoto.png" />
</view> </view>
</view> </view>
<view class="white-photo" style="margin-top: 30rpx;" @click="getMessage(endphoto0,alldata.bankFmPath,1)"> <view class="white-photo" style="margin-top: 30rpx;"
@click="getMessage(endphoto0,alldata.bankFmPath,1)">
<view class="photo-left"> <view class="photo-left">
<view class="photo-weight">银行卡反面</view> <view class="photo-weight">银行卡反面</view>
<!-- <view class="photo-font">请上传银行卡反面</view> --> <!-- <view class="photo-font">请上传银行卡反面</view> -->
@ -173,7 +166,7 @@
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);" style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
src="https://www.focusnu.com/media/directive/index/takephoto.png" /> src="https://www.focusnu.com/media/directive/index/takephoto.png" />
</view> </view>
</view> </view>
<view class="content-title" style="margin: 30rpx 0;"> <view class="content-title" style="margin: 30rpx 0;">
<view class="shu"></view> <view class="shu"></view>
@ -209,7 +202,7 @@
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);" style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
src="https://www.focusnu.com/media/directive/index/takephoto.png" /> --> src="https://www.focusnu.com/media/directive/index/takephoto.png" /> -->
</view> </view>
</view> </view>
<!-- <view class="white-photo" <!-- <view class="white-photo"
@click="getMessage(imgArray[1] ? `${base_url}/sys/common/static/${imgArray[1]}` : '')"> @click="getMessage(imgArray[1] ? `${base_url}/sys/common/static/${imgArray[1]}` : '')">
@ -249,7 +242,7 @@
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);" style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
src="https://www.focusnu.com/media/directive/index/takephoto.png" /> --> src="https://www.focusnu.com/media/directive/index/takephoto.png" /> -->
</view> </view>
</view> </view>
</view> </view>
<view class="white-content"> <view class="white-content">
@ -272,11 +265,12 @@
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);" style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
src="https://www.focusnu.com/media/directive/index/takephoto.png" /> --> src="https://www.focusnu.com/media/directive/index/takephoto.png" /> -->
</view> </view>
</view> </view>
</view> </view>
<view style="display: flex;width: 100%;padding: 0 10%;justify-content: space-between;margin-top: 20rpx;"> <view
style="display: flex;width: 100%;padding: 0 10%;justify-content: space-between;margin-top: 20rpx;">
<view class="back-button" @click="dexcard = 1;gotop()"> <view class="back-button" @click="dexcard = 1;gotop()">
上一步 上一步
</view> </view>
@ -285,9 +279,9 @@
</view> </view>
</view> </view>
</view> </view>
</template> </template>
<view style="display: flex;width: 100%;margin-top: 40rpx;"></view> <view style="display: flex;width: 100%;margin-top: 40rpx;"></view>
</div> </div>
@ -315,7 +309,7 @@
const show = ref(false); const show = ref(false);
const content = ref(""); const content = ref("");
const statusarray = ["loading", "success", "fail","loading","fail"] const statusarray = ["loading", "success", "fail", "loading", "fail"]
const nameArray = ["姓名", "性别", "身份证号码", "民族", "出生日期", "住址", "签发机关", "有效期限"]; const nameArray = ["姓名", "性别", "身份证号码", "民族", "出生日期", "住址", "签发机关", "有效期限"];
const textArray = reactive(["", "", "", "", "", "", "", ""]); const textArray = reactive(["", "", "", "", "", "", "", ""]);
@ -331,8 +325,8 @@
const nameArray0 = ["开户行", "开户行卡号"]; const nameArray0 = ["开户行", "开户行卡号"];
const textArray0 = reactive(["", "", ]); const textArray0 = reactive(["", "", ]);
const nameArray1 = ["婚否", "联系电话", "身高 (CM)", "体重 (KG)", "健康状态", "政治面貌", "紧急联系人", "紧急联系人电话", "联系人与本人关系", "户口性质",'现住址' ]; const nameArray1 = ["婚否", "联系电话", "身高 (CM)", "体重 (KG)", "健康状态", "政治面貌", "紧急联系人", "紧急联系人电话", "联系人与本人关系", "户口性质", '现住址'];
const textArray1 = reactive(["", "", "", "", "", "", "", "", "", "",""]); const textArray1 = reactive(["", "", "", "", "", "", "", "", "", "", ""]);
const backImge = ref(""); const backImge = ref("");
@ -344,19 +338,19 @@
// //
const tempImagePath = ref('') const tempImagePath = ref('')
function gotop(){ function gotop() {
uni.pageScrollTo({ uni.pageScrollTo({
scrollTop: 0, scrollTop: 0,
duration: 10 duration: 10
}); });
} }
// //
function getMessage(url,u,d) { function getMessage(url, u, d) {
if(d==1&&!u){ if (d == 1 && !u) {
uni.showToast({ uni.showToast({
icon:'none', icon: 'none',
title:"没有可预览图片!" title: "没有可预览图片!"
}) })
return return
} }
@ -396,13 +390,13 @@
const applyStatus = ref("") const applyStatus = ref("")
const code = ref(-1); const code = ref(-1);
onLoad((options) => { onLoad((options) => {
if(options.code==1){ if (options.code == 1) {
code.value = 1 code.value = 1
} }
alldata.value = JSON.parse(options.element); alldata.value = JSON.parse(options.element);
// console.log("???") // console.log("???")
let data = alldata.value let data = alldata.value
console.log("00000",data) console.log("00000", data)
textArray[0] = data.name; textArray[0] = data.name;
textArray[1] = data.sex; textArray[1] = data.sex;
textArray[2] = data.idCard; textArray[2] = data.idCard;
@ -442,9 +436,9 @@
keys.forEach((key, index) => { keys.forEach((key, index) => {
textArray1[index] = data[key] || "" textArray1[index] = data[key] || ""
}) })
textArray1[2] = Number(textArray1[2]) textArray1[2] = Number(textArray1[2])
textArray1[3] = Number(textArray1[3]) textArray1[3] = Number(textArray1[3])
}) })
const changeMessage = () => { const changeMessage = () => {
// console.log("????", alldata.value) // console.log("????", alldata.value)
@ -463,6 +457,29 @@
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.shzt {
width: 638rpx;
min-height: 80rpx;
border-radius: 10rpx;
display: flex;
justify-content: space-between;
margin: 30rpx auto 0;
padding: 20rpx;
background: RGBA(255, 240, 240, 1);
border: 1px solid RGBA(247, 175, 174, 1);
.icoi {
width: 35rpx;
height: 35rpx;
border-radius: 50%;
background: RGBA(237, 72, 69, 1);
color: #fff;
text-align: center;
line-height: 35rpx;
margin-right: 10rpx;
}
}
.finish-button { .finish-button {
display: flex; display: flex;
justify-content: center; justify-content: center;
@ -477,7 +494,7 @@
border-radius: 37rpx; border-radius: 37rpx;
font-size: 33rpx; font-size: 33rpx;
} }
.back-button { .back-button {
display: flex; display: flex;
justify-content: center; justify-content: center;
@ -490,6 +507,7 @@
border-radius: 37rpx; border-radius: 37rpx;
font-size: 33rpx; font-size: 33rpx;
} }
.container { .container {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -662,20 +680,21 @@
height: 700rpx; height: 700rpx;
} }
.contentred{ .contentred {
width: 90%; width: 90%;
border: dashed 3rpx #FF4B2F; border: dashed 3rpx #FF4B2F;
border-radius: 15rpx; border-radius: 15rpx;
margin: 15rpx 0; margin: 15rpx 0;
margin-left: 5%; margin-left: 5%;
padding: 5rpx; padding: 5rpx;
.contentred-bgc{
background-color: rgb(240,228,228); .contentred-bgc {
background-color: rgb(240, 228, 228);
border-radius: 15rpx; border-radius: 15rpx;
color: red; color: red;
padding: 20rpx; padding: 20rpx;
padding-bottom: 30rpx; padding-bottom: 30rpx;
} }
} }

View File

@ -9,17 +9,9 @@
</view> </view>
</view> </view>
<view :style="{height:`${uni.getStorageSync('moveHeight') + 30}px`}"></view> <view :style="{height:`${uni.getStorageSync('moveHeight') + 30}px`}"></view>
<view style="width: 638rpx; <view class="shzt"
min-height: 80rpx;
border-radius: 10rpx;
display: flex;
justify-content: space-between;
margin: 30rpx auto 0;
padding:20rpx;
background: RGBA(255, 240, 240, 1);
border: 1px solid RGBA(247, 175, 174, 1);"
v-if="datas.applyStatus==3||datas.applyStatus==5"> v-if="datas.applyStatus==3||datas.applyStatus==5">
<view style="width: 35rpx;height: 35rpx;border-radius: 50%;background: RGBA(237, 72, 69, 1);color: #fff;text-align: center;line-height: 35rpx;margin-right: 10rpx;">i</view> <view class="icoi">i</view>
<text style="color: rgba(102, 102, 102, 1); width: 70%;word-break: break-all;"> <text style="color: rgba(102, 102, 102, 1); width: 70%;word-break: break-all;">
驳回原因{{datas.applyContent}} 驳回原因{{datas.applyContent}}
</text> </text>
@ -437,6 +429,28 @@
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.shzt {
width: 638rpx;
min-height: 80rpx;
border-radius: 10rpx;
display: flex;
justify-content: space-between;
margin: 30rpx auto 0;
padding: 20rpx;
background: RGBA(255, 240, 240, 1);
border: 1px solid RGBA(247, 175, 174, 1);
.icoi {
width: 35rpx;
height: 35rpx;
border-radius: 50%;
background: RGBA(237, 72, 69, 1);
color: #fff;
text-align: center;
line-height: 35rpx;
margin-right: 10rpx;
}
}
.finish-button { .finish-button {
display: flex; display: flex;
justify-content: center; justify-content: center;

View File

@ -28,17 +28,8 @@
</text> </text>
<text style=" color:rgba(237, 72, 69, 1);white-space: nowrap;">审核驳回</text> <text style=" color:rgba(237, 72, 69, 1);white-space: nowrap;">审核驳回</text>
</view> --> </view> -->
<view style="width: 638rpx; <view class="shzt" v-if="alldata.modifyStatus==3||alldata.modifyStatus==5">
min-height: 80rpx; <view class="icoi">i</view>
border-radius: 10rpx;
display: flex;
justify-content: space-between;
margin: 30rpx auto 0;
padding:20rpx;
background: RGBA(255, 240, 240, 1);
border: 1px solid RGBA(247, 175, 174, 1);"
v-if="alldata.modifyStatus==3||alldata.modifyStatus==5">
<view style="width: 35rpx;height: 35rpx;border-radius: 50%;background: RGBA(237, 72, 69, 1);color: #fff;text-align: center;line-height: 35rpx;margin-right: 10rpx;">i</view>
<text style="color: rgba(102, 102, 102, 1); width: 70%;word-break: break-all;"> <text style="color: rgba(102, 102, 102, 1); width: 70%;word-break: break-all;">
驳回原因{{alldata.auditContent}} 驳回原因{{alldata.auditContent}}
</text> </text>
@ -367,6 +358,28 @@
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.shzt {
width: 638rpx;
min-height: 80rpx;
border-radius: 10rpx;
display: flex;
justify-content: space-between;
margin: 30rpx auto 0;
padding: 20rpx;
background: RGBA(255, 240, 240, 1);
border: 1px solid RGBA(247, 175, 174, 1);
.icoi {
width: 35rpx;
height: 35rpx;
border-radius: 50%;
background: RGBA(237, 72, 69, 1);
color: #fff;
text-align: center;
line-height: 35rpx;
margin-right: 10rpx;
}
}
.container { .container {
display: flex; display: flex;
flex-direction: column; flex-direction: column;

View File

@ -24,7 +24,7 @@
<view class="white-card" v-for="(item,index) in cardMenu" :key="index" @click="clickButton(index)"> <view class="white-card" v-for="(item,index) in cardMenu" :key="index" @click="clickButton(index)">
<view class="white-left"> <view class="white-left">
<image class="white-left-imge" <image class="white-left-imge"
:src="`https://www.focusnu.com/media/directive/index/oldmanmine/${index}.png`" /> :src="`https://www.focusnu.com/media/directive/index/mine/${index}.png`" />
<view style="font-size: 32rpx;">{{item}}</view> <view style="font-size: 32rpx;">{{item}}</view>
</view> </view>
<view class="white-right"> <view class="white-right">

View File

@ -21,7 +21,7 @@
<view class="white-card" v-for="(item,index) in cardMenu" :key="index" @click="clickButton(index)"> <view class="white-card" v-for="(item,index) in cardMenu" :key="index" @click="clickButton(index)">
<view class="white-left"> <view class="white-left">
<image class="white-left-imge" <image class="white-left-imge"
:src="`https://www.focusnu.com/media/directive/index/staffmine/${index}.png`" /> :src="`https://www.focusnu.com/media/directive/index/mine/${index}.png`" />
<view style="font-size: 32rpx;">{{item}}</view> <view style="font-size: 32rpx;">{{item}}</view>
</view> </view>
<view class="white-right"> <view class="white-right">

View File

@ -24,7 +24,7 @@
<view class="white-card" v-for="(item,index) in cardMenu" :key="index" @click="clickButton(index)"> <view class="white-card" v-for="(item,index) in cardMenu" :key="index" @click="clickButton(index)">
<view class="white-left"> <view class="white-left">
<image class="white-left-imge" <image class="white-left-imge"
:src="`https://www.focusnu.com/media/directive/index/staffmine/${index}.png`" /> :src="`https://www.focusnu.com/media/directive/index/mine/${index}.png`" />
<view style="font-size: 32rpx;">{{item}}</view> <view style="font-size: 32rpx;">{{item}}</view>
</view> </view>
<view class="white-right"> <view class="white-right">
@ -71,7 +71,7 @@
// uni.setStorageSync('platId', res.result.platId); // uni.setStorageSync('platId', res.result.platId);
}) })
const cardMenu = [`审核记录`, `员工功能`] const cardMenu = [`审核记录`]
const change = () => { const change = () => {
uni.navigateTo({ uni.navigateTo({