This commit is contained in:
dev
2025-10-28 09:25:46 +08:00
commit 9431e325df
1089 changed files with 143917 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<!-- 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>