Commit 276efeda authored by Edwise's avatar Edwise 🍷

123

parent 7f07ce0a
...@@ -585,6 +585,7 @@ Page({ ...@@ -585,6 +585,7 @@ Page({
} }
}, },
onShow() { onShow() {
my.hideBackHome();
let laststat = this.data.laststat; let laststat = this.data.laststat;
let firstin = this.data.firstin; let firstin = this.data.firstin;
if (!firstin) {//laststat == "normal" if (!firstin) {//laststat == "normal"
......
...@@ -495,6 +495,7 @@ Page({ ...@@ -495,6 +495,7 @@ Page({
} }
}, },
onShow() { onShow() {
my.hideBackHome();
if (app.isGoVip) { if (app.isGoVip) {
this.doHelp(); this.doHelp();
app.isGoVip = false; app.isGoVip = false;
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
transform-origin: 0rpx 0rpx 0rpx; transform-origin: 0rpx 0rpx 0rpx;
} }
.pagerank .ranktex .myrank .rankid { .pagerank .ranktex .myrank .rankid {
width: 155rpx; width: 400rpx;
height: 20rpx; height: 20rpx;
opacity: 0.61960784; opacity: 0.61960784;
left: 150rpx; left: 150rpx;
...@@ -161,7 +161,7 @@ ...@@ -161,7 +161,7 @@
text-align: center; text-align: center;
} }
.pagerank .ranktex .rankList .rankItem .itemrankid{ .pagerank .ranktex .rankList .rankItem .itemrankid{
width: 300rpx; width: 400rpx;
height: 40rpx; height: 40rpx;
opacity: 1; opacity: 1;
display: block; display: block;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment