56a2bb4d by 张猛

首页调整

1 parent 864d619c
<template>
<view class="exam-point-list">
<!-- 顶部申请按钮 -->
<view class="apply-btn-box">
<view v-if="status==0" class="apply-btn-box">
<button :disabled="memberInfo.isPoints==0||formInfo.auditStatus==2||formInfo.auditStatus==1" class="apply-btn"
@click="goApply">申请考点
</button>
......@@ -63,12 +63,13 @@ const pageNum = ref(1)
const pageSize = ref(10)
const memberInfo = app.globalData.memberInfo
const formInfo = ref({})
const status = ref(0)
onShow(() => {
loadData()
})
onLoad(() => {
onLoad((option) => {
status.value = option.status ?? 0
loadData()
})
......
......@@ -21,10 +21,10 @@
</view>
</view>
<view class="unit-member-box">
<view class="unit-btn" @click="goPath('/myCenter/auth')">
<image :src="config.loginImage_api + '/fs/static/dg/icon02@3x.png'" class="btn-icon"></image>
<text>基本信息</text>
</view>
<!-- <view class="unit-btn" @click="goPath('/myCenter/auth')">-->
<!-- <image :src="config.loginImage_api + '/fs/static/dg/icon02@3x.png'" class="btn-icon"></image>-->
<!-- <text>基本信息</text>-->
<!-- </view>-->
<view class="unit-btn" @click="goPath('/myCenter/perfect')">
<image :src="config.loginImage_api + '/fs/static/dg/icon03@3x.png'" class="btn-icon"></image>
<text>认证缴费</text>
......@@ -37,9 +37,10 @@
<image :src="config.loginImage_api + '/fs/static/dg/icon05@3x.png'" class="btn-icon"></image>
<text>考点申请</text>
</view>
<!-- <view class="unit-btn mt-20" @click="goPath('/myCenter/examPointApplyList')">
<image :src="config.loginImage_api + '/fs/static/dg/icon06@3x.png'" class="btn-icon"></image><text>考点详情</text>
</view> -->
<view class="unit-btn" @click="goPath(`/myCenter/examPointApplyList?status=1}`)">
<image :src="config.loginImage_api + '/fs/static/dg/icon06@3x.png'" class="btn-icon"></image>
<text>考点详情</text>
</view>
<!-- <view class="unit-btn unit-btn-right" @click="switchAccount">
<image :src="config.loginImage_api + '/fs/static/dg/icon01@3x.png'" class="btn-icon"></image><text>切换账号</text>
</view> -->
......@@ -1109,13 +1110,13 @@ function checkDialogs() {
.loginOutIcon2 {
position: absolute;
top: 150rpx;
top: 170rpx;
right: 40rpx;
z-index: 10;
.switch-icon {
width: 50rpx;
height: 50rpx;
width: 60rpx;
height: 60rpx;
}
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!