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