This commit is contained in:
parent
2e63fd90d9
commit
dd55862a38
|
|
@ -11,17 +11,8 @@
|
|||
</view>
|
||||
<view :style="{height:`${uni.getStorageSync('moveHeight') + 40}px`}"></view>
|
||||
|
||||
<view style="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);"
|
||||
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>
|
||||
<view class="shzt" v-if="alldata.status==3 && dexcard==0">
|
||||
<view class="icoi">i</view>
|
||||
<text style="color: rgba(102, 102, 102, 1); width: 70%;word-break: break-all;">
|
||||
驳回原因:{{contentred}}
|
||||
</text>
|
||||
|
|
@ -294,6 +285,28 @@
|
|||
</script>
|
||||
|
||||
<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 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
|
|||
|
|
@ -17,17 +17,8 @@
|
|||
</view>
|
||||
</view>
|
||||
<view :style="{height:`${uni.getStorageSync('moveHeight') + 30}px`}"></view>
|
||||
<view style="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);"
|
||||
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>
|
||||
<view class="shzt" v-if="alldata.guardianModifyStatus==3||alldata.guardianModifyStatus==5">
|
||||
<view class="icoi">i</view>
|
||||
<text style="color: rgba(102, 102, 102, 1); width: 70%;word-break: break-all;">
|
||||
驳回原因:{{alldata.guardianModifyContent}}
|
||||
</text>
|
||||
|
|
@ -188,6 +179,28 @@
|
|||
</script>
|
||||
|
||||
<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 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
|
|
@ -10,17 +10,9 @@
|
|||
</view>
|
||||
</view>
|
||||
<view :style="{height:`${uni.getStorageSync('moveHeight') + 30}px`}"></view>
|
||||
<view style="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);"
|
||||
<view class="shzt"
|
||||
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;">
|
||||
驳回原因:{{alldata.elderModifyContent}}
|
||||
</text>
|
||||
|
|
@ -270,6 +262,28 @@
|
|||
</script>
|
||||
|
||||
<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 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
|
|
@ -16,24 +16,15 @@
|
|||
<view style="font-size: 30rpx;">入职登记表</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
|
||||
|
||||
<view :style="{height:`${uni.getStorageSync('moveHeight') + 30}px`}"></view>
|
||||
<view style="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);"
|
||||
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 class="shzt" v-if="(alldata.applyStatus==3||alldata.applyStatus==5)&&dexcard==0">
|
||||
<view class="icoi">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>
|
||||
<template>
|
||||
<view v-if="dexcard==0">
|
||||
|
|
@ -42,12 +33,13 @@
|
|||
<view style="display: flex;">
|
||||
<view class="shu"></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>
|
||||
<image class="shu-img" v-else
|
||||
:src="alldata.applyStatus? `https://www.focusnu.com/media/directive/index/${statusarray[alldata.applyStatus-1]}.png`:``" />
|
||||
|
||||
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="contentred" v-if="!applyStatus&&contentred">
|
||||
|
|
@ -55,7 +47,7 @@
|
|||
驳回原因:{{contentred}}
|
||||
</view>
|
||||
</view> -->
|
||||
|
||||
|
||||
<view class="white-message">
|
||||
<view>
|
||||
<view v-for="(item,index) in nameArray1" :key="index" class="one"
|
||||
|
|
@ -72,7 +64,7 @@
|
|||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
</template>
|
||||
<template>
|
||||
<view v-if="dexcard==1">
|
||||
<view class="white-content">
|
||||
|
|
@ -80,7 +72,7 @@
|
|||
style="position: relative;margin-bottom: 20rpx;z-index: 999;">
|
||||
<view class="shu"></view>
|
||||
<view class="content-weight">身份证</view>
|
||||
|
||||
|
||||
</view>
|
||||
<view class="white-photo" @click="getMessage(headImge)">
|
||||
<view class="photo-left">
|
||||
|
|
@ -94,7 +86,7 @@
|
|||
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" />
|
||||
</view>
|
||||
|
||||
|
||||
</view>
|
||||
<view class="white-photo" style="margin-top: 30rpx;" @click="getMessage(backImge)">
|
||||
<view class="photo-left">
|
||||
|
|
@ -108,7 +100,7 @@
|
|||
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" />
|
||||
</view>
|
||||
|
||||
|
||||
</view>
|
||||
<view class="content-title" style="margin: 20rpx 0;">
|
||||
<view class="shu"></view>
|
||||
|
|
@ -133,8 +125,8 @@
|
|||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
</template>
|
||||
|
||||
<template>
|
||||
<view v-if="dexcard==2">
|
||||
<view class="white-content">
|
||||
|
|
@ -157,9 +149,10 @@
|
|||
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" />
|
||||
</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-weight">银行卡反面</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%);"
|
||||
src="https://www.focusnu.com/media/directive/index/takephoto.png" />
|
||||
</view>
|
||||
|
||||
|
||||
</view>
|
||||
<view class="content-title" style="margin: 30rpx 0;">
|
||||
<view class="shu"></view>
|
||||
|
|
@ -209,7 +202,7 @@
|
|||
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" /> -->
|
||||
</view>
|
||||
|
||||
|
||||
</view>
|
||||
<!-- <view class="white-photo"
|
||||
@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%);"
|
||||
src="https://www.focusnu.com/media/directive/index/takephoto.png" /> -->
|
||||
</view>
|
||||
|
||||
|
||||
</view>
|
||||
</view>
|
||||
<view class="white-content">
|
||||
|
|
@ -272,11 +265,12 @@
|
|||
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" /> -->
|
||||
</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>
|
||||
|
|
@ -285,9 +279,9 @@
|
|||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
||||
</template>
|
||||
|
||||
|
||||
<view style="display: flex;width: 100%;margin-top: 40rpx;"></view>
|
||||
|
||||
</div>
|
||||
|
|
@ -315,7 +309,7 @@
|
|||
const show = ref(false);
|
||||
const content = ref("");
|
||||
|
||||
const statusarray = ["loading", "success", "fail","loading","fail"]
|
||||
const statusarray = ["loading", "success", "fail", "loading", "fail"]
|
||||
|
||||
const nameArray = ["姓名", "性别", "身份证号码", "民族", "出生日期", "住址", "签发机关", "有效期限"];
|
||||
const textArray = reactive(["", "", "", "", "", "", "", ""]);
|
||||
|
|
@ -331,8 +325,8 @@
|
|||
const nameArray0 = ["开户行", "开户行卡号"];
|
||||
const textArray0 = reactive(["", "", ]);
|
||||
|
||||
const nameArray1 = ["婚否", "联系电话", "身高 (CM)", "体重 (KG)", "健康状态", "政治面貌", "紧急联系人", "紧急联系人电话", "联系人与本人关系", "户口性质",'现住址' ];
|
||||
const textArray1 = reactive(["", "", "", "", "", "", "", "", "", "",""]);
|
||||
const nameArray1 = ["婚否", "联系电话", "身高 (CM)", "体重 (KG)", "健康状态", "政治面貌", "紧急联系人", "紧急联系人电话", "联系人与本人关系", "户口性质", '现住址'];
|
||||
const textArray1 = reactive(["", "", "", "", "", "", "", "", "", "", ""]);
|
||||
|
||||
const backImge = ref("");
|
||||
|
||||
|
|
@ -344,19 +338,19 @@
|
|||
|
||||
// 本地保存的临时文件路径
|
||||
const tempImagePath = ref('')
|
||||
|
||||
function gotop(){
|
||||
|
||||
function gotop() {
|
||||
uni.pageScrollTo({
|
||||
scrollTop: 0,
|
||||
duration: 10
|
||||
});
|
||||
}
|
||||
// 拍照并上传
|
||||
function getMessage(url,u,d) {
|
||||
if(d==1&&!u){
|
||||
function getMessage(url, u, d) {
|
||||
if (d == 1 && !u) {
|
||||
uni.showToast({
|
||||
icon:'none',
|
||||
title:"没有可预览图片!"
|
||||
icon: 'none',
|
||||
title: "没有可预览图片!"
|
||||
})
|
||||
return
|
||||
}
|
||||
|
|
@ -396,13 +390,13 @@
|
|||
const applyStatus = ref("")
|
||||
const code = ref(-1);
|
||||
onLoad((options) => {
|
||||
if(options.code==1){
|
||||
if (options.code == 1) {
|
||||
code.value = 1
|
||||
}
|
||||
alldata.value = JSON.parse(options.element);
|
||||
// console.log("???")
|
||||
let data = alldata.value
|
||||
console.log("00000",data)
|
||||
console.log("00000", data)
|
||||
textArray[0] = data.name;
|
||||
textArray[1] = data.sex;
|
||||
textArray[2] = data.idCard;
|
||||
|
|
@ -442,9 +436,9 @@
|
|||
keys.forEach((key, index) => {
|
||||
textArray1[index] = data[key] || ""
|
||||
})
|
||||
textArray1[2] = Number(textArray1[2])
|
||||
textArray1[3] = Number(textArray1[3])
|
||||
|
||||
textArray1[2] = Number(textArray1[2])
|
||||
textArray1[3] = Number(textArray1[3])
|
||||
|
||||
})
|
||||
const changeMessage = () => {
|
||||
// console.log("????", alldata.value)
|
||||
|
|
@ -463,6 +457,29 @@
|
|||
</script>
|
||||
|
||||
<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 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
@ -477,7 +494,7 @@
|
|||
border-radius: 37rpx;
|
||||
font-size: 33rpx;
|
||||
}
|
||||
|
||||
|
||||
.back-button {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
@ -490,6 +507,7 @@
|
|||
border-radius: 37rpx;
|
||||
font-size: 33rpx;
|
||||
}
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
@ -662,20 +680,21 @@
|
|||
height: 700rpx;
|
||||
}
|
||||
|
||||
.contentred{
|
||||
.contentred {
|
||||
width: 90%;
|
||||
border: dashed 3rpx #FF4B2F;
|
||||
border-radius: 15rpx;
|
||||
margin: 15rpx 0;
|
||||
margin-left: 5%;
|
||||
padding: 5rpx;
|
||||
.contentred-bgc{
|
||||
background-color: rgb(240,228,228);
|
||||
|
||||
.contentred-bgc {
|
||||
background-color: rgb(240, 228, 228);
|
||||
border-radius: 15rpx;
|
||||
color: red;
|
||||
padding: 20rpx;
|
||||
padding-bottom: 30rpx;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -9,17 +9,9 @@
|
|||
</view>
|
||||
</view>
|
||||
<view :style="{height:`${uni.getStorageSync('moveHeight') + 30}px`}"></view>
|
||||
<view style="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);"
|
||||
<view class="shzt"
|
||||
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;">
|
||||
驳回原因:{{datas.applyContent}}
|
||||
</text>
|
||||
|
|
@ -437,6 +429,28 @@
|
|||
</script>
|
||||
|
||||
<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 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
|
|||
|
|
@ -28,17 +28,8 @@
|
|||
</text>
|
||||
<text style=" color:rgba(237, 72, 69, 1);white-space: nowrap;">审核驳回</text>
|
||||
</view> -->
|
||||
<view style="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);"
|
||||
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>
|
||||
<view class="shzt" v-if="alldata.modifyStatus==3||alldata.modifyStatus==5">
|
||||
<view class="icoi">i</view>
|
||||
<text style="color: rgba(102, 102, 102, 1); width: 70%;word-break: break-all;">
|
||||
驳回原因:{{alldata.auditContent}}
|
||||
</text>
|
||||
|
|
@ -367,6 +358,28 @@
|
|||
</script>
|
||||
|
||||
<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 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<view class="white-card" v-for="(item,index) in cardMenu" :key="index" @click="clickButton(index)">
|
||||
<view class="white-left">
|
||||
<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>
|
||||
<view class="white-right">
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<view class="white-card" v-for="(item,index) in cardMenu" :key="index" @click="clickButton(index)">
|
||||
<view class="white-left">
|
||||
<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>
|
||||
<view class="white-right">
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<view class="white-card" v-for="(item,index) in cardMenu" :key="index" @click="clickButton(index)">
|
||||
<view class="white-left">
|
||||
<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>
|
||||
<view class="white-right">
|
||||
|
|
@ -71,7 +71,7 @@
|
|||
// uni.setStorageSync('platId', res.result.platId);
|
||||
})
|
||||
|
||||
const cardMenu = [`审核记录`, `员工功能`]
|
||||
const cardMenu = [`审核记录`]
|
||||
|
||||
const change = () => {
|
||||
uni.navigateTo({
|
||||
|
|
|
|||
Loading…
Reference in New Issue