diff --git a/pages/index/index.vue b/pages/index/index.vue index 4a31496..566b87d 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -95,7 +95,7 @@ - 全面评级 + 卡品签字评级 针对卡片品相及签字品相进行评级鉴定 @@ -104,21 +104,21 @@ 卡品评级 - 仅针对卡片品相评级鉴定(带签字卡片也可选择此项) + 仅针对卡片品相评级鉴定(含签字卡片) - 签名评级 + 签字评级 - 仅针对卡片签字评级鉴定 + 仅针对卡片签字进行评级鉴定 - 套壳服务 + 鉴定装壳服务 - 仅针对卡片进行鉴定真伪并套壳封固,不评级卡片品相 + 卡片鉴定真伪并套壳封固(不评级品相) @@ -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 { diff --git a/pages/settings/settings.vue b/pages/settings/settings.vue index 2e2a974..fa6fe9e 100644 --- a/pages/settings/settings.vue +++ b/pages/settings/settings.vue @@ -11,7 +11,7 @@ - + {{ version ? 'v'+ version : '' }} @@ -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(){ diff --git a/static/images/logo.png b/static/images/logo.png index 164d6e9..d81d068 100644 Binary files a/static/images/logo.png and b/static/images/logo.png differ