Commit a1806b79014fd530dfdb1e24d0a616ef88147789
1 parent
57080c11
111
Showing
1 changed file
with
1 additions
and
1 deletions
pages/user/plus/plus.js
| ... | ... | @@ -46,7 +46,7 @@ Page({ |
| 46 | 46 | * 生命周期函数--监听页面加载 |
| 47 | 47 | */ |
| 48 | 48 | onLoad: function(options) { |
| 49 | - console.log(); | |
| 49 | + console.log(111); | |
| 50 | 50 | var that = this; |
| 51 | 51 | getApp().request.get("/api/weshop/users/get/" + os.stoid + "/" + getApp().globalData.user_id, { |
| 52 | 52 | success: function (res) { | ... | ... |