Commit 276efeda authored by Edwise's avatar Edwise 🍷

123

parent 7f07ce0a
......@@ -585,6 +585,7 @@ Page({
}
},
onShow() {
my.hideBackHome();
let laststat = this.data.laststat;
let firstin = this.data.firstin;
if (!firstin) {//laststat == "normal"
......
......@@ -495,6 +495,7 @@ Page({
}
},
onShow() {
my.hideBackHome();
if (app.isGoVip) {
this.doHelp();
app.isGoVip = false;
......
......@@ -44,7 +44,7 @@
transform-origin: 0rpx 0rpx 0rpx;
}
.pagerank .ranktex .myrank .rankid {
width: 155rpx;
width: 400rpx;
height: 20rpx;
opacity: 0.61960784;
left: 150rpx;
......@@ -161,7 +161,7 @@
text-align: center;
}
.pagerank .ranktex .rankList .rankItem .itemrankid{
width: 300rpx;
width: 400rpx;
height: 40rpx;
opacity: 1;
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