|
|
@ -109,7 +109,7 @@ |
|
|
<div class="mb-2 mr-sm-2"> |
|
|
<div class="mb-2 mr-sm-2"> |
|
|
<input type="text" v-model="keyword" class="form-control mb-2 mr-sm-2" :placeholder="$t('wallet.searchCurrency')" /> |
|
|
<input type="text" v-model="keyword" class="form-control mb-2 mr-sm-2" :placeholder="$t('wallet.searchCurrency')" /> |
|
|
|
|
|
|
|
|
<router-link to="/wallet/address" class="btn btn-primary rounded-pill mb-2">{{$t('wallet.addressManagement')}}</router-link> |
|
|
<router-link to="/wallet/address" class="btn btn-success rounded-pill mb-2">{{$t('wallet.addressManagement')}}</router-link> |
|
|
</div> |
|
|
</div> |
|
|
</form> |
|
|
</form> |
|
|
<div class="tab-content"> |
|
|
<div class="tab-content"> |
|
|
@ -142,8 +142,7 @@ |
|
|
<div class="btn-group btn-group-sm" role="group" aria-label="Basic example"> |
|
|
<div class="btn-group btn-group-sm" role="group" aria-label="Basic example"> |
|
|
<!-- data-target="#deposite" --> |
|
|
<!-- data-target="#deposite" --> |
|
|
<button type="button" class="btn btn-outline-primary" data-toggle="modal" @click="enterDeposite(item)" :disabled="!item.is_withdraw">{{$t('wallet.recharge')}}</button> |
|
|
<button type="button" class="btn btn-outline-primary" data-toggle="modal" @click="enterDeposite(item)" :disabled="!item.is_withdraw">{{$t('wallet.recharge')}}</button> |
|
|
<!-- <button type="button" class="btn btn-outline-primary" data-toggle="modal" data-target="#withdraw" @click="enterWithdraw(item)" :disabled="!item.is_withdraw">{{$t('wallet.withdrawal')}}</button> --> |
|
|
<button type="button" class="btn btn-outline-primary" data-toggle="modal" data-target="#withdraw" @click="enterWithdraw(item)" :disabled="!item.is_withdraw">{{$t('wallet.withdrawal')}}</button> |
|
|
<button type="button" class="btn btn-outline-primary" data-target="#withdraw" @click="enterWithdraw(item)" :disabled="!item.is_withdraw">{{$t('wallet.withdrawal')}}</button> |
|
|
|
|
|
<div class="btn-group btn-group-sm" role="group"> |
|
|
<div class="btn-group btn-group-sm" role="group"> |
|
|
<button id="btnGroupDrop1" type="button" class="btn btn-outline-primary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">{{$t('wallet.transaction')}}</button> |
|
|
<button id="btnGroupDrop1" type="button" class="btn btn-outline-primary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">{{$t('wallet.transaction')}}</button> |
|
|
|
|
|
|
|
|
@ -361,7 +360,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
<span class="text-right">{{$t('wallet.handlingFee1')}}: {{withdrawCoin=='USDT'&&withdraw.addressType==3?withdrawFee.trc20:withdrawFee.withdrawal_fee }} {{withdrawCoin}}</span> |
|
|
<span class="text-right">{{$t('wallet.handlingFee1')}}: {{withdrawCoin=='USDT'&&withdraw.addressType==3?withdrawFee.trc20:withdrawFee.withdrawal_fee }} {{withdrawCoin}}</span> |
|
|
<div class="input-group input-group-sm password"> |
|
|
<div class="input-group input-group-sm password"> |
|
|
<input v-model="withdraw.password" required :placeholder="$t('login.password')" class="form-control" /> |
|
|
<input type="password" v-model="withdraw.password" required :placeholder="$t('login.password')" class="form-control" /> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -698,7 +697,8 @@ export default { |
|
|
if(!this.withdraw.address){ |
|
|
if(!this.withdraw.address){ |
|
|
this.$message({ |
|
|
this.$message({ |
|
|
message: this.$t('wallet.enterDrawAddress'), |
|
|
message: this.$t('wallet.enterDrawAddress'), |
|
|
type: "warn", |
|
|
// message: 'mlkdfdks', |
|
|
|
|
|
// type: "warn", |
|
|
duration : 2000, |
|
|
duration : 2000, |
|
|
}); |
|
|
}); |
|
|
return; |
|
|
return; |
|
|
@ -734,7 +734,7 @@ export default { |
|
|
// let gdata = {bt:this.withdraw.addressType,baddr:this.withdraw.address,bnum:this.withdraw.amount} |
|
|
// 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} |
|
|
let gdata = {bt:this.withdrawCoin,baddr:this.withdraw.address,bnum:this.withdraw.amount} |
|
|
Member.getWdcode(gdata).then(res => { |
|
|
Member.getWdcode(gdata).then(res => { |
|
|
// console.log(res, 11111) |
|
|
console.log(res, 546576798) |
|
|
this.$message({ |
|
|
this.$message({ |
|
|
message: `${this.$t("login.sendOK")}`, |
|
|
message: `${this.$t("login.sendOK")}`, |
|
|
type: "success", |
|
|
type: "success", |
|
|
|