瀏覽代碼

拼团详情分享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
})
})
},
/**
* 拨打电话
*/


Loading…
取消
儲存