Commit 877366eb authored by zhangjinzhou's avatar zhangjinzhou

Merge branch 'jiaoneiqunuan' of gitlab2.dui88.com:wanghongyuan/new_taobao into jiaoneiqunuan

parents 2ed625e4 276efeda
import cloud from '@tbmp/mp-cloud-sdk';
import tbcc from './tbcc-sdk';
const env = 'test' // 云函数环境 test 测试环境 online 线上环境
const env = 'online' // 云函数环境 test 测试环境 online 线上环境
cloud.init({
env: env
});
......@@ -33,7 +33,8 @@ App({
const { activityId } = query;
// this.activityId = activityId || '5f8550a3964f97be3647a635';
// this.activityId = activityId || '5f8831e67389891bfd6bb35f'; //赵然1
this.activityId = activityId || '5f895d0f0cb733e071b4082b'; //开发者测试
// this.activityId = activityId || '5f895d0f0cb733e071b4082b'; //开发者测试
this.activityId = activityId || '5f8d0026114fbb9493d3f0cb'; //线上id
}
......
......@@ -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 diff is collapsed.
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