20 lines
1022 B
Plaintext
20 lines
1022 B
Plaintext
<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>
|