去认证
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<div class="approve">
|
||||
<img class="icon" src="https://cdn.cunwuyun.cn/wxmp/mine/approve.png" alt="">
|
||||
<div class="flex">
|
||||
<span class="cert" v-if="isApprove" v-text="approveLabel" @click="$linkTo('/mods/AppAuth/AppAuth')"/>
|
||||
<span class="cert" v-if="isApprove" v-text="approveLabel" @click="$linkTo('./userInfo')"/>
|
||||
<u-icon v-else name="arrow-right" color="#E7F2FF" size="28"
|
||||
:label="approveLabel" label-color="#E7F2FF" label-pos="left" @click="approve"/>
|
||||
</div>
|
||||
@@ -72,14 +72,14 @@ export default {
|
||||
listGroup() {
|
||||
return [
|
||||
[
|
||||
// {
|
||||
// icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodejiaxiang.png",
|
||||
// label: "我的家乡",
|
||||
// path: "/mods/AppHometown/AppHometown",
|
||||
// type: 'token'
|
||||
// },
|
||||
{
|
||||
icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodejiaxiang.png",
|
||||
label: "我的家乡",
|
||||
path: "/mods/AppHometown/AppHometown",
|
||||
type: 'token'
|
||||
},
|
||||
{
|
||||
icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodejiaxiang.png",
|
||||
icon: "https://cdn.cunwuyun.cn/fengdu/mdpi_icon-fengshouma.png",
|
||||
label: "我的丰收码",
|
||||
path: "./myHarvestQR",
|
||||
type: 'token'
|
||||
@@ -88,7 +88,7 @@ export default {
|
||||
icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodejifen.png",
|
||||
label: "我的积分",
|
||||
path: "/mods/AppCreditPoints/AppCreditPoints?type=detail",
|
||||
type: 'idNumber'
|
||||
type: 'null'
|
||||
},
|
||||
],
|
||||
// [
|
||||
@@ -144,6 +144,9 @@ export default {
|
||||
this.$linkTo(url)
|
||||
}
|
||||
}
|
||||
if (type == 'null') {
|
||||
this.$u.toast('内容建设中...')
|
||||
}
|
||||
} else {
|
||||
this.$refs.login.show()
|
||||
}
|
||||
@@ -205,8 +208,8 @@ export default {
|
||||
.header-info {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url("https://cdn.cunwuyun.cn/wxmp/sanjianxi/mineBg.png") no-repeat no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background: url('https://cdn.cunwuyun.cn/fengdu/mdpi_img-bg2.png') no-repeat;
|
||||
background: 100% auto;
|
||||
box-sizing: border-box;
|
||||
padding: 240px 0 0 48px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user