| | |
| | | @click="(e) => copyText(e, paymentSelectData.bankNumber)" |
| | | ></i> |
| | | </div> |
| | | <div class="main-title">{{ $t("收款卡號") }}</div> |
| | | <!-- <div class="main-title">{{ $t("收款卡號") }}</div> |
| | | <div class="white-input"> |
| | | <span>{{ paymentSelectData.channelAccount }}</span> |
| | | <i |
| | | class="iconfont icon-fuzhi fuzhi" |
| | | @click="(e) => copyText(e, paymentSelectData.channelAccount)" |
| | | ></i> |
| | | </div> |
| | | </div>--> |
| | | <div class="main-title">{{ $t("收款銀行") }}</div> |
| | | <div class="white-input"> |
| | | <span>{{ paymentSelectData.channelDesc }}</span> |
| | |
| | | const res = await siteGetPayInfo(); |
| | | if (res.status === 0) { |
| | | res.data.map((item) => { |
| | | item.name = item.channelAccount; |
| | | item.name = item.channelType; |
| | | }); |
| | | this.paymentActions = res.data; |
| | | console.log(this.paymentActions) |