|
@@ -53,14 +53,14 @@ Page({
|
|
|
type,
|
|
|
sonTitle: second_name
|
|
|
})
|
|
|
- this.getData({ topic_name: second_name || title });
|
|
|
- this.getPing({ topic_name: second_name || title });
|
|
|
- this.getAccount({ topic_name: second_name || title, platform: "ALL", type: "all" });
|
|
|
- this.getAccount({ topic_name: second_name || title, platform: "douyin", type: "douyin" });
|
|
|
- this.getAccount({ topic_name: second_name || title, platform: "kuaishou", type: "kuaishou" });
|
|
|
- this.getAccount({ topic_name: second_name || title, platform: "yangshi", type: "yangshi" });
|
|
|
- // this.getWorld();
|
|
|
- this.getWeibo({ topic_name: second_name || title, time: "30d", type: "yangshi" });
|
|
|
+ this.getData({ topic_name: second_name || title, season: this.data.select - 0 + 1 });
|
|
|
+ this.getPing({ topic_name: second_name || title, season: this.data.select - 0 + 1 });
|
|
|
+ this.getAccount({ topic_name: second_name || title, platform: "ALL", type: "all", season: this.data.select - 0 + 1 });
|
|
|
+ this.getAccount({ topic_name: second_name || title, platform: "douyin", type: "douyin", season: this.data.select - 0 + 1 });
|
|
|
+ this.getAccount({ topic_name: second_name || title, platform: "kuaishou", type: "kuaishou", season: this.data.select - 0 + 1 });
|
|
|
+ this.getAccount({ topic_name: second_name || title, platform: "yangshi", type: "yangshi", season: this.data.select - 0 + 1 });
|
|
|
+ // this.getWorld({ season: this.data.select - 0 + 1 });
|
|
|
+ this.getWeibo({ topic_name: second_name || title, time: "30d", type: "yangshi", season: this.data.select - 0 + 1 });
|
|
|
},
|
|
|
|
|
|
/**
|
|
@@ -118,19 +118,19 @@ Page({
|
|
|
this.setData({
|
|
|
selectread: val.detail
|
|
|
})
|
|
|
- this.getWeibo({ topic_name: this.data.sonTitle, time: val.detail, type: "weiboread" }, "read")
|
|
|
+ this.getWeibo({ topic_name: this.data.sonTitle, time: val.detail, type: "weiboread", season: this.data.select - 0 + 1 }, "read")
|
|
|
},
|
|
|
lineChengeme: function (val) {
|
|
|
this.setData({
|
|
|
selectme: val.detail
|
|
|
})
|
|
|
- this.getWeibo({ topic_name: this.data.sonTitle, time: val.detail, type: "weibome" }, "me")
|
|
|
+ this.getWeibo({ topic_name: this.data.sonTitle, time: val.detail, type: "weibome", season: this.data.select - 0 + 1 }, "me")
|
|
|
},
|
|
|
lineChengeori: function (val) {
|
|
|
this.setData({
|
|
|
selectori: val.detail
|
|
|
})
|
|
|
- this.getWeibo({ topic_name: this.data.sonTitle, time: val.detail, type: "weiboori" }, "ori")
|
|
|
+ this.getWeibo({ topic_name: this.data.sonTitle, time: val.detail, type: "weiboori", season: this.data.select - 0 + 1 }, "ori")
|
|
|
},
|
|
|
|
|
|
getData: function (data) {
|
|
@@ -324,14 +324,14 @@ Page({
|
|
|
selectori: "30d",
|
|
|
sonTitle: second_name
|
|
|
})
|
|
|
- this.getData({ topic_name: second_name });
|
|
|
- this.getPing({ topic_name: second_name });
|
|
|
- this.getAccount({ topic_name: second_name, platform: "ALL", type: "all" });
|
|
|
- this.getAccount({ topic_name: second_name, platform: "douyin", type: "douyin" });
|
|
|
- this.getAccount({ topic_name: second_name, platform: "kuaishou", type: "kuaishou" });
|
|
|
- this.getAccount({ topic_name: second_name, platform: "yangshi", type: "yangshi" });
|
|
|
- // this.getWorld();
|
|
|
+ this.getData({ topic_name: second_name, season: this.data.select - 0 + 1 });
|
|
|
+ this.getPing({ topic_name: second_name, season: this.data.select - 0 + 1 });
|
|
|
+ this.getAccount({ topic_name: second_name, platform: "ALL", type: "all", season: this.data.select - 0 + 1 });
|
|
|
+ this.getAccount({ topic_name: second_name, platform: "douyin", type: "douyin", season: this.data.select - 0 + 1 });
|
|
|
+ this.getAccount({ topic_name: second_name, platform: "kuaishou", type: "kuaishou", season: this.data.select - 0 + 1 });
|
|
|
+ this.getAccount({ topic_name: second_name, platform: "yangshi", type: "yangshi", season: this.data.select - 0 + 1 });
|
|
|
+ // this.getWorld({ season: this.data.select - 0 + 1 });
|
|
|
|
|
|
- this.getWeibo({ topic_name: second_name, time: "30d", type: "yangshi" });
|
|
|
+ this.getWeibo({ topic_name: second_name, time: "30d", type: "yangshi", season: this.data.select - 0 + 1 });
|
|
|
}
|
|
|
})
|