@@ -91,7 +91,7 @@
"quickapp" : {},
/* 小程序特有相关 */
"mp-weixin" : {
- "appid" : "wx53ee7fff5fbf546d",
+ "appid" : "wx3844925af1740a7d",
"setting" : {
"urlCheck" : true,
"es6" : true,
@@ -448,20 +448,22 @@
.qiun-title-dot-light {
border-left: 10upx solid #0ea391;
padding-left: 10upx;
- font-size: 32upx;
+ font-size: 50upx;
color: #000000
}
.qiun-charts {
width: 750upx;
- height: 500upx;
+ height: 430upx;
background-color: #FFFFFF;
+ margin: auto;
.charts {
- width: 750upx;
+ width: 600upx;
.preImg {
position: absolute;left: 40upx; width: 40upx;height: 40upx;
@@ -62,8 +62,8 @@
flex-flow: column nowrap;
align-items: center;
.logo {
- width: 250upx;
- height: 100upx;
+ width: 401upx;
+ height: 125upx;
text-align: center;
margin: 50upx;
@@ -78,6 +78,8 @@
},
methods: {
bindLogout() {
+ //清楚缓存
+ uni.clearStorageSync();
uni.reLaunch({
url: '/pages/Login/Login',
});