mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-05-07 01:47:20 +08:00
【优化】调整个人中心顶部积分与余额之间的间隙,防止因金额或积分过大导致换行的问题。
This commit is contained in:
@@ -47,7 +47,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-border-x { margin-right: 23px; position: relative;
|
.text-border-x { margin-right: 12px; position: relative;
|
||||||
&:after { position: absolute; background: #dddddd; top: 5px; width: 1px; right: -6.5px; height: 8px; content: " "; }
|
&:after { position: absolute; background: #dddddd; top: 5px; width: 1px; right: -6.5px; height: 8px; content: " "; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -514,6 +514,7 @@
|
|||||||
if (this.$db.get('userToken')) {
|
if (this.$db.get('userToken')) {
|
||||||
this.hasLogin = true
|
this.hasLogin = true
|
||||||
this.$u.api.userInfo().then(res => {
|
this.$u.api.userInfo().then(res => {
|
||||||
|
console.log(res);
|
||||||
if (res.status) {
|
if (res.status) {
|
||||||
_this.userInfo = res.data
|
_this.userInfo = res.data
|
||||||
// #ifdef MP-WEIXIN
|
// #ifdef MP-WEIXIN
|
||||||
|
|||||||
Reference in New Issue
Block a user