Commit 4c580521 by 施宇

11

parent 5774327b
...@@ -40,8 +40,8 @@ Page({ ...@@ -40,8 +40,8 @@ Page({
token: token, token: token,
userId: userId userId: userId
}); });
this.getInfo();
if (type == 1) { if (type == 1) {
this.getInfo();
this.setData({ this.setData({
priceType: 5 priceType: 5
}) })
...@@ -50,7 +50,6 @@ Page({ ...@@ -50,7 +50,6 @@ Page({
this.setData({ this.setData({
priceType: 2 priceType: 2
}); });
this.getInfo();
}; };
getApp().globalData.bus.off('addFirstBj'); getApp().globalData.bus.off('addFirstBj');
getApp().globalData.bus.on('addFirstBj', (id) => { getApp().globalData.bus.on('addFirstBj', (id) => {
...@@ -308,6 +307,6 @@ Page({ ...@@ -308,6 +307,6 @@ Page({
} }
} }
}, true) }, isLoading)
} }
}) })
\ No newline at end of file
...@@ -84,8 +84,6 @@ ...@@ -84,8 +84,6 @@
}, },
{ {
"id": -1, "id": -1,
"name": "pages/person/notice/index",
"pathName": "pages/person/notice/index",
"name": "pages/person/invitation/index", "name": "pages/person/invitation/index",
"pathName": "pages/person/invitation/index", "pathName": "pages/person/invitation/index",
"query": "", "query": "",
......
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