1
jhzh
2025-06-16 1760942f9204e56032ca93ff1b720bbf966dd495
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<template>
   <v-page>
       <v-header :title="$t('otc.j6')"></v-header>
       <view class="layout-main">
           <v-link to="/pages/otc/bind-pay?type=alipay" class="m-md p-md bg-panel-3 box-shadow rounded-sm d-flex">
               <view class="flex-fill">
                {{$t('otc.b7')}}
               </view>
               <van-icon name="arrow" />
           </v-link>
           <v-link to="/pages/otc/bind-pay?type=wechat" class="m-md p-md bg-panel-3 box-shadow rounded-sm d-flex">
               <view class="flex-fill">
                {{$t('otc.b8')}}
               </view>
               <van-icon name="arrow" />
           </v-link>
           <v-link to="/pages/otc/bind-pay?type=bank_card" class="m-md p-md bg-panel-3 box-shadow rounded-sm d-flex">
               <view class="flex-fill">
                {{$t('otc.b9')}}
               </view>
               <van-icon name="arrow" />
           </v-link>
       </view>
   </v-page>
</template>