|
|
@@ -270,12 +270,6 @@ Page({ |
|
|
|
credit: res.data.credit ? res.data.credit : 0, |
|
|
|
score: res.data.score |
|
|
|
}) |
|
|
|
|
|
|
|
if (res.data && res.data.score) { |
|
|
|
if (res.data.score != 0) { |
|
|
|
app.globalData.score = res.data.score; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if (res.data.nickName) { |
|
|
|
that.setData({ |
|
|
@@ -313,9 +307,6 @@ Page({ |
|
|
|
console.log(e.detail.val) |
|
|
|
console.log(e.detail.pageNum) |
|
|
|
}, |
|
|
|
onBargain: function(e) { |
|
|
|
console.log(e) |
|
|
|
}, |
|
|
|
getWeapNote: function(couponChannelId, couponId, orderId) { |
|
|
|
var that = this; |
|
|
|
// 登录 |
|
|
|