tmkook 3 years ago
parent
commit
bffdcb5387
  1. 36
      pages/index/index.vue
  2. 16
      pages/settings/settings.vue
  3. BIN
      static/images/logo.png

36
pages/index/index.vue

@ -95,7 +95,7 @@
<view class="flex-col items-center grid-item_1" @click="rateIndex = 0" :class="{'grid-item-active': rateIndex == 0}">
<view class="qxk-title">
<text class="qxk-iconfont qxk-icon-mulu lf-font-40"></text>
<text class="text_17">全面评级</text>
<text class="text_17">卡品签字评级</text>
</view>
<text class="qxk-subtitle">针对卡片品相及签字品相进行评级鉴定</text>
</view>
@ -104,21 +104,21 @@
<text class="qxk-iconfont qxk-icon-xinwen-moren lf-font-40"></text>
<text class="text_9">卡品评级</text>
</view>
<text class="qxk-subtitle">仅针对卡片品相评级鉴定带签字卡片也可选择此项</text>
<text class="qxk-subtitle">仅针对卡片品相评级鉴定(含签字卡片)</text>
</view>
<view class="grid-item_2 flex-col items-center" @click="rateIndex = 2" :class="{'grid-item-active': rateIndex == 2}">
<view class="qxk-title">
<text class="qxk-iconfont qxk-icon-tuwenguanli lf-font-40"></text>
<text class="text_19">评级</text>
<text class="text_19">评级</text>
</view>
<text class="qxk-subtitle">仅针对卡片签字评级鉴定</text>
<text class="qxk-subtitle">仅针对卡片签字进行评级鉴定</text>
</view>
<view class="grid-item_2 flex-col items-center" @click="rateIndex = 3" :class="{'grid-item-active': rateIndex == 3}">
<view class="qxk-title">
<text class="qxk-iconfont qxk-icon-kefujiqirenbeifen lf-font-40"></text>
<text class="text_19">壳服务</text>
<text class="text_19">鉴定装壳服务</text>
</view>
<text class="qxk-subtitle">仅针对卡片进行鉴定真伪并套壳封固不评级卡片品相</text>
<text class="qxk-subtitle">卡片鉴定真伪并套壳封固(不评级品相)</text>
</view>
</view>
<view class="flex-col group_11">
@ -485,27 +485,27 @@
.equal-division {
margin: 36rpx 28rpx 0;
}
.group_9 {
padding-left: 2rpx;
}
.qxk-title{
font-size:38rpx;
margin-top:10px;
margin-top:5px;
font-size:36rpx;
}
.qxk-title .qxk-iconfont{
margin-right:5px;
font-size:30rpx !important;
}
.qxk-title .qxk-iconfont{margin-right:10px;}
.qxk-subtitle{
margin-top:10px;
margin-top:5px;
white-space:normal;
width:128px;
width:126px;
opacity: 0.6;
}
.grid {
margin-top: 40rpx;
height: 520rpx;
height: 420rpx;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-row-gap: 22rpx;
grid-column-gap: 24rpx;
grid-row-gap: 20rpx;
grid-column-gap: 20rpx;
}
.group_11 {

16
pages/settings/settings.vue

@ -11,7 +11,7 @@
</u-cell>
<u-cell title="我的分销优惠码" :isLink="true" :border="false" url="/packages/agent/agent" v-if="isAgent()"></u-cell>
<u-cell title="退出登录" :isLink="true" :border="false" @click="logout"></u-cell>
<u-cell title="退出登录" :isLink="true" :border="false" @click="logout()"></u-cell>
</u-cell-group>
<view class="fixed-tips">{{ version ? 'v'+ version : '' }}</view>
</view>
@ -45,10 +45,16 @@
this.sysDots = res.data.datas.dots.system
},
logout(){
uni.removeStorage({key:'userInfo'});
uni.removeStorage({key:'qxk_sysinfo'});
uni.reLaunch({
url: 'pages/login/login'
uni.showModal({
title:'退出登录',
content:'确定退出登录吗?',
success: (s) => {
if(s.confirm){
uni.removeStorage({key:'userInfo'});
uni.removeStorage({key:'qxk_sysinfo'});
uni.navigateBack({});
}
}
});
},
previewImage(){

BIN
static/images/logo.png

Before

Width: 220  |  Height: 220  |  Size: 70 KiB

After

Width: 220  |  Height: 220  |  Size: 19 KiB

Loading…
Cancel
Save