소스 검색

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

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 showPages: true
}) })
app.globalData.token = res.data.token; 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); Http.setToken(res.data.token);
if (options&&(options.couponChannelId || options.orderId)){ if (options&&(options.couponChannelId || options.orderId)){
that.checkuerstatus(options); that.checkuerstatus(options);


불러오는 중...
취소
저장