|
|
@@ -55,8 +55,8 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="main">
|
|
|
- <view class="main-tip">卖家收款方式</view>
|
|
|
- <view class="main-title flex">
|
|
|
+ <!-- <view class="main-tip">卖家收款方式</view> -->
|
|
|
+ <!-- <view class="main-title flex">
|
|
|
<view class="main-item">
|
|
|
<view class="mt-item" @click="change('0')" :class="{ current: tabCurrentIndex === 0 }" v-if="zfb != ''">
|
|
|
<image class="mt-image" :src="tabCurrentIndex == 0 ? '../../static/img/aliD.png' : '../../static/img/ali.png'" mode=""></image>
|
|
|
@@ -81,8 +81,24 @@
|
|
|
<view class="mt-font" :class="{ current: tabCurrentIndex === 3 }">钱包</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ </view> -->
|
|
|
+ <view class="swiper-box" v-if="chain != ''">
|
|
|
+ <view class="tc-item flex">
|
|
|
+ <view class="tcitem-name">地址</view>
|
|
|
+ <view class="ali-name">{{ chain.payment }}</view>
|
|
|
+ <image class="tcitem-image" src="../../static/img/copy.png" mode="" @click="copy(chain.payment)"></image>
|
|
|
+ </view>
|
|
|
+ <view class="tc-item flex">
|
|
|
+ <view class="tcitem-name">链名</view>
|
|
|
+ <view class="ali-name">{{ chain.bank }}</view>
|
|
|
+ <image class="tcitem-image" src="../../static/img/copy.png" mode="" @click="copy(chain.bank)"></image>
|
|
|
+ </view>
|
|
|
+ <view class="tc-item">
|
|
|
+ <view class="upload-title" style="color: #9d9d9d;">钱包二维码</view>
|
|
|
+ <view class="upload-main" @click="lookimg(chain.image)"><image class="upload-image" :src="chain.image" mode="aspectFit"></image></view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <swiper
|
|
|
+ <!-- <swiper
|
|
|
class="swiper-box"
|
|
|
:duration="500"
|
|
|
@change="changeTab"
|
|
|
@@ -173,7 +189,7 @@
|
|
|
</scroll-view>
|
|
|
</swiper-item>
|
|
|
<swiper-item class="tab-content" v-else></swiper-item>
|
|
|
- </swiper>
|
|
|
+ </swiper> -->
|
|
|
</view>
|
|
|
<view class="zf flex">
|
|
|
<view class="title-left"><text class="title">支付凭证(点击右边图片查看大图):</text></view>
|