소스 검색

拼团详情分享bug修改

tags/富茂链客4.1.0
刘晖 6 년 전
부모
커밋
90cff3b9f6
1개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
  1. +15
    -0
      pages/spellGroup/mySpellGroup/index.js

+ 15
- 0
pages/spellGroup/mySpellGroup/index.js 파일 보기

@@ -35,6 +35,21 @@ Page({
this.getOneSpell(options.couponId)
this.getUserInfo();
},
getUserInfo: function () {
let that = this;
// 获取用户信息
Http.get({
url: config.api.getScore,
data: {}
})
.then(res => {
console.log(res)
that.setData({
nickName: res.data.nickName,
avatarUrl: res.data.avatarUrl
})
})
},
/**
* 拨打电话
*/


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