Skip to content

Commit

Permalink
调整基础库
Browse files Browse the repository at this point in the history
  • Loading branch information
oubingbing committed Jul 19, 2018
1 parent aae5d01 commit 918e7cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions pages/index/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -983,8 +983,6 @@ Page({
let _this = this;
app.http('get', `/topic`, {}, function (res) {

console.log("话题:" + JSON.stringify(res.data.data));

let topicShow = res.data.data != null ?true:false;

_this.setData({ topic: res.data.data, showTopic: topicShow});
Expand Down
2 changes: 1 addition & 1 deletion project.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"newFeature": true
},
"compileType": "miniprogram",
"libVersion": "1.9.2",
"libVersion": "2.2.0",
"appid": "wx0f587d7c97a68e2b",
"projectname": "%E6%A0%A1%E5%9B%AD%E5%B0%8F%E6%83%85%E4%B9%A6",
"condition": {
Expand Down

0 comments on commit 918e7cf

Please sign in to comment.