ソースを参照

upload

newCard
HolyKnightIX 2年前
コミット
9401e6b5a1
1個のファイルの変更3行の追加3行の削除
  1. +3
    -3
      pages/exchangeCard/exchangeCard.js

+ 3
- 3
pages/exchangeCard/exchangeCard.js ファイルの表示

@@ -29,7 +29,7 @@ Page({
this.setData({
code: code
})
this.getCardDetail(code)
this.getCardDetailOrGoGive(code)
},

// 更改手机号
@@ -123,7 +123,7 @@ Page({
},

/** 根据卡id查询卡详情*/
getCardDetail(cardId, goGive) {
getCardDetailOrGoGive(cardId, goGive) {
const that = this
Http.get({
url: config.api.getCardDetail,
@@ -216,7 +216,7 @@ Page({
},

goGive() {
this.getCardDetail(this.data.code, true)
this.getCardDetailOrGoGive(this.data.code, true)
},

// 检查用户登录状态


読み込み中…
キャンセル
保存