Commit 0d35d87b authored by wangxuelai's avatar wangxuelai

''

parent 18d4d58b
......@@ -8,9 +8,9 @@ import {
needLogin
} from './utilities/index.js';
const mtjwxsdk = require('./js/mtj-wx-sdk.js');
wx.setEnableDebug({
enableDebug: true
})
// wx.setEnableDebug({
// enableDebug: true
// })
import tracker from './js/tracker_es.min.js'
tracker({
token: "c92deb3f301e16682ecf598120083403",
......
......@@ -313,7 +313,7 @@ Page({
this.setData({
myrank: data.my_rank || null
})
if (this.data.Totalpage == 1) { // 在第一页做数据截取
if (this.data.likeTotalpage == 1) { // 在第一页做数据截取
const topThreeJoiner = data.list.splice(0,3);
this.setData({
no1Joiner: topThreeJoiner[0] || null,
......
......@@ -34,9 +34,9 @@ Page({
onLoad: function (options) {
if (options.scene) {
let sceneQuery = scenQueryGet(options.scene);
const {i, ctd, d} = sceneQuery;
const {t, ctd, d} = sceneQuery;
this.setData({
tid: i,
tid: t,
consumerId: ctd,
d: d || ''
})
......
......@@ -312,7 +312,7 @@ Page({
this.setData({
myrank: data.my_rank || null
})
if (this.data.Totalpage == 1) { // 在第一页做数据截取
if (this.data.likeTotalpage == 1) { // 在第一页做数据截取
const topThreeJoiner = data.list.splice(0,3);
this.setData({
no1Joiner: topThreeJoiner[0] || null,
......
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