159 lines
8.9 KiB
Plaintext
159 lines
8.9 KiB
Plaintext
<view class="buy-container">
|
|
<swiper indicator-dots style="height: 120rpx;" autoplay indicator-active-color="#fff">
|
|
<swiper-item>
|
|
<image src="https://www.aimzhu.com/miniapp-assets/banner_1.png" style="width: 100vw;height: 120rpx;"></image>
|
|
</swiper-item>
|
|
<swiper-item>
|
|
<image src="https://www.aimzhu.com/miniapp-assets/banner_2.png" style="width: 100vw;height: 120rpx;"></image>
|
|
</swiper-item>
|
|
</swiper>
|
|
<!-- 全托管 -->
|
|
<view class="buy-all-container">
|
|
<view class="buy-all-box">
|
|
<view class="pd-20">
|
|
<view class="buy-all-title">
|
|
<view class="buy-all-txt">
|
|
<text class="txt-title">全托管</text>
|
|
<text class="money">¥{{allPrice/100}}-{{(allPrice+urgent)/100}}</text>
|
|
</view>
|
|
<view class="buy-all-btn" bind:tap="doBuy" data-type="ALL">购买</view>
|
|
</view>
|
|
<view class="buy-desc-box mt-10">
|
|
<view class="buy-desc-txt">从下单到取证,仅需提供基本信息,我们为您提供一站式管家服务.</view>
|
|
<view class="mt-10" style="font-size: 25rpx;">提供的服务</view>
|
|
<view class="buy-desc-item mt-10">
|
|
<view class="buy-desc-row">
|
|
<image src="../../../static/images/ic_check_fit.png" class="buy-desc-row-icon"></image>
|
|
<text class="txt">包可运行软件开发与搭建</text>
|
|
</view>
|
|
<view class="buy-desc-row">
|
|
<image src="/static/images/ic_check_fit.png" class="buy-desc-row-icon"></image>
|
|
<text class="txt">包鉴别材料撰写</text>
|
|
</view>
|
|
</view>
|
|
<view class="buy-desc-item mt-10">
|
|
<view class="buy-desc-row">
|
|
<image src="/static/images/ic_check_fit.png" class="buy-desc-row-icon"></image>
|
|
<text class="txt">包代办,包下证,包开发票提</text>
|
|
</view>
|
|
<view class="buy-desc-row">
|
|
<image src="/static/images/ic_check_fit.png" class="buy-desc-row-icon"></image>
|
|
<text class="txt">供可运行软件安装包</text>
|
|
</view>
|
|
</view>
|
|
<view class="buy-desc-item mt-10">
|
|
<view class="buy-desc-row">
|
|
<image src="/static/images/ic_check_fit.png" class="buy-desc-row-icon"></image>
|
|
<text class="txt">提供可运行软件云服务900天</text>
|
|
</view>
|
|
<view class="buy-desc-row">
|
|
<image src="/static/images/ic_check_fit.png" class="buy-desc-row-icon"></image>
|
|
<text class="txt">提供可运行软件演示视频</text>
|
|
</view>
|
|
</view>
|
|
<view class="buy-desc-item mt-10">
|
|
<view class="buy-desc-row">
|
|
<image src="/static/images/ic_check_fit.png" class="buy-desc-row-icon"></image>
|
|
<text class="txt">客服一对一服务</text>
|
|
</view>
|
|
</view>
|
|
<view class="mt-10">
|
|
<text style="font-size:25rpx;">使用流程</text>
|
|
<view class="buy-desc-column mt-10 list">
|
|
<view class="buy-desc-row-no-margin list-item">
|
|
<text class="txt-hor">填写系统名称</text>
|
|
</view>
|
|
<view class="buy-desc-row-no-margin list-item">
|
|
<text class="txt-hor">填写基本信息</text>
|
|
</view>
|
|
<view class="buy-desc-row-no-margin list-item">
|
|
<text class="txt-hor">接收证书</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<!-- <view class="buy-desc-column box-bottom-options mt-20">
|
|
<checkbox-group bindchange="doUrgent">
|
|
<checkbox class="custom-wx-checkbox">
|
|
<tex style="color: #532A00;padding-left: 10rpx;font-weight: 400;">加急办理{{urgent/100}}元</tex>
|
|
</checkbox>
|
|
</checkbox-group>
|
|
</view> -->
|
|
</view>
|
|
</view>
|
|
<!-- 写材料 -->
|
|
<view class="buy-all-box">
|
|
<view class="pd-20">
|
|
<view class="buy-all-title">
|
|
<view class="buy-all-txt">
|
|
<text class="txt-title">写材料</text>
|
|
<text class="money">¥{{materialPrice/100}}</text>
|
|
</view>
|
|
<view class="buy-all-btn" bind:tap="doBuy" data-type="MATERIAL">购买</view>
|
|
</view>
|
|
<view class="buy-desc-box">
|
|
<view class="buy-desc-txt mt-10">通过平台自己搭建可运行软件后由平台自动生成相关鉴别材料,下载鉴别材料后可自行申报或找相关代理机构申报.</view>
|
|
<view class="mt-10" style="font-size: 25rpx;">提供的服务</view>
|
|
<view class="buy-desc-item mt-10">
|
|
<view class="buy-desc-row">
|
|
<image src="../../../static/images/ic_check_fit.png" class="buy-desc-row-icon"></image>
|
|
<text class="txt">通过平台自己搭建可运行软件</text>
|
|
</view>
|
|
<view class="buy-desc-row">
|
|
<image src="/static/images/ic_check_fit.png" class="buy-desc-row-icon"></image>
|
|
<text class="txt">平台自动撰写鉴别材料</text>
|
|
</view>
|
|
</view>
|
|
<view class="buy-desc-item mt-10">
|
|
<view class="buy-desc-row">
|
|
<image src="/static/images/ic_check_fit.png" class="buy-desc-row-icon"></image>
|
|
<text class="txt">包补正材料撰写一直到下证</text>
|
|
</view>
|
|
<view class="buy-desc-row">
|
|
<image src="/static/images/ic_check_fit.png" class="buy-desc-row-icon"></image>
|
|
<text class="txt">两次补正不通过平台退款</text>
|
|
</view>
|
|
</view>
|
|
<view class="buy-desc-item mt-10">
|
|
<view class="buy-desc-row">
|
|
<image src="/static/images/ic_check_fit.png" class="buy-desc-row-icon"></image>
|
|
<text class="txt">包开发票</text>
|
|
</view>
|
|
<view class="buy-desc-row">
|
|
<image src="/static/images/ic_check_fit.png" class="buy-desc-row-icon"></image>
|
|
<text class="txt">提供可运行软件云服务300天</text>
|
|
</view>
|
|
</view>
|
|
<view class="buy-desc-item mt-10">
|
|
<view class="buy-desc-row">
|
|
<image src="/static/images/ic_check_fit.png" class="buy-desc-row-icon"></image>
|
|
<text class="txt">客服一对一服务</text>
|
|
</view>
|
|
</view>
|
|
<view class="mt-10">
|
|
<text style="font-size: 25rpx;">使用流程</text>
|
|
<view style="display: flex;flex-direction: column;">
|
|
<view class="buy-desc-row-no-margin mt-10">
|
|
<image src="/static/images/ic_check_fit.png" class="buy-desc-row-icon"></image>
|
|
<text class="single-txt">按系统操作流程执行</text>
|
|
</view>
|
|
<view class="buy-desc-row-no-margin mt-10">
|
|
<image src="/static/images/ic_check_fit.png" class="buy-desc-row-icon"></image>
|
|
<text class="single-txt ">如需视频文件和安装包请在下证后购买下载</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<!-- 提示免费版 -->
|
|
<view class="hint-box pd-20" bind:tap="copyLink">
|
|
<view class="icon icon-computer-ind"></view>
|
|
<view class="content">
|
|
<text class="hint-content">免费试用请使用电脑端登录</text>
|
|
<text class="hint-link">https://www.aimzhu.com</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<mp-toptips msg="{{successHint}}" delay="2000" type="success" show="{{showSuccess}}"></mp-toptips> |