Files
fesatcodeMiniApp/pages/subpages/services/environment/environment.wxml

26 lines
1.3 KiB
Plaintext
Raw Normal View History

2025-08-14 14:52:01 +08:00
<view class="container">
<view class="content">
<text class="title">环境安装服务</text>
<text class="description">项目运行需要的安装包如下:
IDEA、MySQL、JDK、Node、Navicat
购买后:
1.您需要下载todeskhttps://www.todesk.com远程工具方便我们远程协助您
2.我们提供所有项目运行必备的软件安装包
3.我们会安排专门人员一对一为您提供安装服务
4.安装完成后,会帮您测试软件功能是否正常
5.软件安装正常后,需要您做确认,若确认无误,本次服务结束
6.后续如果您电脑重装系统或者其他人为因素造成软件无法正常运行,与本次服务无关
7.本服务属于一次性服务,服务完请您当时确认服务完成,过期无效
</text>
<text class="note">服务费用¥40</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>