Files
fesatcodeMiniApp/pages/subpages/services/problem/problem.wxml
王鹏 0c2edb6036 init
2025-08-14 14:52:01 +08:00

23 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="container">
<view class="content">
<text class="title">问题解决服务</text>
<text class="description">
<text>服务介绍</text>
1.购买本服务后可以联系我们指派专人远程1对1为你解决学习项目过程中遇到的BUG或运行错误
2.本服务为一次性服务,问题解决完之后服务终止
3.购买本服务一次只能解决一个问题,不支持多个问题累加
4.项目问题限定本平台内购买的教程或源码,不支持站外代码问题解决
5.请事先下载好远程工具 Todeskhttps://www.todesk.com方便我们远程连接你
</text>
<text class="note">服务费用¥50</text>
<text class="node1">购买解决问题请长按二维码添加微信forfeastcoding备注小程序</text>
<image class="qrcode" src="../../../../static/tabbar/qrcode.jpg" show-menu-by-longpress="true"></image>
</view>
<view class="article-action">
<button class="share-btn" size="mini" open-type="share" plain="true">
<van-icon name="guide-o" />
<text>分享</text>
</button>
</view>
</view>