浏览代码

[登录][修改]:[获得成长值]

tags/湖南版5.1.4
meo 6 年前
父节点
当前提交
01b78fc244
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. +10
    -0
      pages/index/index.js

+ 10
- 0
pages/index/index.js 查看文件

@@ -187,6 +187,16 @@ Page({
showPages: true
})
app.globalData.token = res.data.token;
if (res.data && res.data.score) {
if (res.data.score != 0){
}else{
wx.showToast({
title: '获得' + res.data.score+'成长值',
duration:2000,
icon:"none"
})
}
}
Http.setToken(res.data.token);
if (options&&(options.couponChannelId || options.orderId)){
that.checkuerstatus(options);


正在加载...
取消
保存