Commit 98a747b0 by 梁建民

签到bug

parent 26e36542
Showing with 13 additions and 1 deletions
...@@ -45,6 +45,10 @@ Page({ ...@@ -45,6 +45,10 @@ Page({
*/ */
onShow: function () { onShow: function () {
this.setData({
tabIndex: 1
})
//获取话题信息 //获取话题信息
http.getData(apis.topicInfo, 'GET', null, (res) => { http.getData(apis.topicInfo, 'GET', null, (res) => {
if (res.errcode === 0) { if (res.errcode === 0) {
...@@ -194,7 +198,8 @@ Page({ ...@@ -194,7 +198,8 @@ Page({
let i = e.currentTarget.dataset.index; let i = e.currentTarget.dataset.index;
this.setData({ this.setData({
isShowBottom: false isShowBottom: false,
p: 1
}); });
......
...@@ -408,6 +408,13 @@ ...@@ -408,6 +408,13 @@
"id": -1, "id": -1,
"name": "pages/person/welfare/index", "name": "pages/person/welfare/index",
"pathName": "pages/person/welfare/index", "pathName": "pages/person/welfare/index",
"query": "",
"scene": null
},
{
"id": -1,
"name": "pages/list/signin/index",
"pathName": "pages/list/signin/index",
"scene": null "scene": 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 sign in to comment