Commit e66f7917 authored by lvtz's avatar lvtz

fix

parent 608e24db
......@@ -133,12 +133,13 @@ Page({
let that = this;
if (options.scene) {
let sceneQuery = scenQueryGet(options.scene);
const { t } = sceneQuery;
const { t, w } = sceneQuery;
this.setData({
tid: t,
pagefrom: "",
advertisementshow: true,
pageScene: options.scene || ""
pageScene: options.scene || "",
w: w || ''
});
} else {
const { tid, sid, pagefrom } = options;
......@@ -146,7 +147,7 @@ Page({
tid,
sid: sid || 0,
pagefrom: pagefrom ? pagefrom : "",
advertisementshow: true
advertisementshow: true,
});
}
app
......@@ -154,10 +155,8 @@ Page({
source_id: this.data.tid,
source_type: 8
})
.then(() => {
this.setData({
activitybarloaded: true
});
.then((res) => {
console.log(res,'shenfen')
this.userShow();
this.setData({
......
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