15 lines
471 B
Vue
15 lines
471 B
Vue
<!-- FAQ 常见问题 -->
|
||
<template>
|
||
<s-layout class="set-wrap" title="合作联系" :bgStyle="{ color: '#FFF' }">
|
||
<image src="https://kxcharge.oss-cn-beijing.aliyuncs.com/qywx.jpg" mode="widthFix" show-menu-by-longpress></image>
|
||
<template v-slot:kxTabBar>
|
||
<kx-tabbar-wrapper>
|
||
<view class="tab-bar">
|
||
扫码识别,商业合作
|
||
</view>
|
||
</kx-tabbar-wrapper>
|
||
</template>
|
||
</s-layout>
|
||
</template>
|
||
|
||
<script setup></script> |