first commit
This commit is contained in:
19
pages/faq/faq.wxml
Normal file
19
pages/faq/faq.wxml
Normal file
@@ -0,0 +1,19 @@
|
||||
<view class="container">
|
||||
<view class="title">帮助文档</view>
|
||||
<view class="section">
|
||||
<view class="section-title">教程列表</view>
|
||||
<view class="section-content">
|
||||
<navigator class="article-link" url="/pages/webview/webview?url={{item.url}}" wx:for="{{list}}" wx:key="index"> {{item.title}} </navigator>
|
||||
</view>
|
||||
</view>
|
||||
<view class="section">
|
||||
<view class="section-title">联系我们</view>
|
||||
<view class="section-content help">
|
||||
<text style="color: #a790e2;text-align: center;display: block;">【保存二维码扫码添加下载机器人】</text>
|
||||
<image bindlongtap="saveImage" class="user-qun" data-url="https://file.guimiaokeji.com/%E5%B9%BF%E5%91%8A/1.jpg" mode="aspectFit" src="https://file.guimiaokeji.com/%E5%B9%BF%E5%91%8A/1.jpg"></image>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view bindtap="onAdClick" class="advertisement">
|
||||
<image src="https://file.guimiaokeji.com/kecheng.png"></image>
|
||||
</view> -->
|
||||
</view>
|
||||
Reference in New Issue
Block a user