mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-04-06 03:57:50 +08:00
显示用户信息
This commit is contained in:
parent
1aef0b35ca
commit
1952fd1fde
@ -9,7 +9,7 @@ module.exports = {
|
||||
node: true,
|
||||
es6: true
|
||||
},
|
||||
extends: ['plugin:vue/recommended', 'eslint:recommended'],
|
||||
extends: ['plugin:vue/essential', 'eslint:recommended'],
|
||||
|
||||
// add your custom rules here
|
||||
//it is base on https://github.com/vuejs/eslint-config-vue
|
||||
|
@ -1,6 +1,7 @@
|
||||
<!-- home.vue -->
|
||||
<template>
|
||||
<div class="app-container">
|
||||
<template v-if="{{ vipInfo }}">
|
||||
<div class="user-info-container">
|
||||
<div class="user-info-warpper">
|
||||
<div class="user-info">
|
||||
@ -41,11 +42,11 @@
|
||||
</van-cell>
|
||||
</van-cell-group>
|
||||
</div>
|
||||
</template>
|
||||
<!-- 绑定手机 -->
|
||||
<msg-code :visible="codeVisible" @close="closeCodePop"></msg-code>
|
||||
<!-- 二维码 -->
|
||||
<qrcode-popup :visible="qrcodeVisible" :src="qrSrc" :title="qrTitle" :tips="qrTips" @close="()=>{ qrcodeVisible = false }">
|
||||
|
||||
</qrcode-popup>
|
||||
</div>
|
||||
</template>
|
||||
@ -207,7 +208,7 @@ h1 {
|
||||
}
|
||||
}
|
||||
&:after {
|
||||
content: "";
|
||||
content: '';
|
||||
width: 425px;
|
||||
height: 75px;
|
||||
background: #fff;
|
||||
@ -227,8 +228,7 @@ h1 {
|
||||
height: 19px;
|
||||
margin-right: 10px;
|
||||
display: inline-block;
|
||||
background: url("../../assets/images/account/s-ticket@2x.png") no-repeat
|
||||
center center;
|
||||
background: url('../../assets/images/account/s-ticket@2x.png') no-repeat center center;
|
||||
background-size: cover;
|
||||
}
|
||||
.icon-coupon {
|
||||
@ -236,8 +236,7 @@ h1 {
|
||||
height: 15px;
|
||||
margin-right: 10px;
|
||||
display: inline-block;
|
||||
background: url("../../assets/images/account/s-conpon@2x.png") no-repeat
|
||||
center center;
|
||||
background: url('../../assets/images/account/s-conpon@2x.png') no-repeat center center;
|
||||
background-size: cover;
|
||||
}
|
||||
.coupon-number {
|
||||
|
Loading…
x
Reference in New Issue
Block a user