|
|
|
@ -716,7 +716,7 @@ export default { |
|
|
|
// 获取个人信息 |
|
|
|
getUserInfo() { |
|
|
|
Profile.getUserInfo({}).then(res => { |
|
|
|
console.log(res,222); |
|
|
|
// console.log(res,222); |
|
|
|
this.userInfo = res |
|
|
|
}); |
|
|
|
}, |
|
|
|
@ -762,7 +762,7 @@ export default { |
|
|
|
// let gdata = {bt:this.withdraw.addressType,baddr:this.withdraw.address,bnum:this.withdraw.amount} |
|
|
|
let gdata = {bt:this.withdrawCoin,baddr:this.withdraw.address,bnum:this.withdraw.amount} |
|
|
|
Member.getWdcode(gdata).then(res => { |
|
|
|
console.log(res, 546576798) |
|
|
|
// console.log(res, 546576798) |
|
|
|
this.$message({ |
|
|
|
message: `${this.$t("login.sendOK")}`, |
|
|
|
type: "success", |
|
|
|
@ -777,7 +777,7 @@ export default { |
|
|
|
Member.sendGCode().then( (res) =>{ |
|
|
|
this.gc_key = res.key |
|
|
|
this.Graph_che = res.img |
|
|
|
console.log("gc",res); |
|
|
|
// console.log("gc",res); |
|
|
|
this.$message({ |
|
|
|
message: `${type} ${this.$t("login.sendOK")}`, |
|
|
|
type: "success", |
|
|
|
|