123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880 |
- <?php
- namespace app\index;
- class price extends Base
- {
- function index()
- {
- $ssl = is_ssl() ? 'https://' : 'http://';
- $link = $ssl . $_SERVER['HTTP_HOST'] . IN_PATH;
- $rules = explode('|', '50M|100M|300M|600M|1G|1.5G|1.5G以上');
- $prices = json_decode(IN_POINTSRULE, true);
- $price_str = '0-';
- foreach ($rules as $k => $v) {
- if ($k > 5) {
- $price_str .= ',';
- }
- $price_str .= $v . '(' . $prices[$k] . '个)';
- if ($k < 5) {
- $price_str .= ',' . $rules[$k] . '-';
- }
- }
- $price_str .= ",CDN云存储" . IN_CDNPOINTS . "倍计费";
- ?>
- <!doctype html>
- <html lang="">
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0" />
- <meta name="keywords" content="<?php echo IN_KEYWORDS;?>" />
- <meta name="description" content="<?php echo IN_DESCRIPTION;?>" />
- <title>价格 - <?php echo IN_NAME;?> - 免费应用内测托管平台|iOS应用Beta测试分发|Android应用内测分发</title>
- <?php
- include 'static.php';
- ?>
- <link rel="stylesheet" href="/css/jcq.css">
- </head>
- <body>
- <?php
- $this->header();
- ?>
- <div class="hidden-xs">
- <div class="new-price-banner">
- <div class="container">
- <div class="banner-con">
- <h3><?php echo IN_NAME;?>价格与服务</h3>
- <p>开启高效的移动APP解决方案,全程自助服务</p>
- </div>
- </div>
- </div>
- <div class="container">
- <div class="price-tab">
- <ul class="clearfix">
- <li class="active">分发套餐</li>
- <li>企业签名</li>
- <li>会员套餐</li>
- </ul>
- </div>
- <div class="price-con">
- <div class="tab-1" style="display: block;">
- <div class="buy-number">
- <div class="price-common price-1">
- <div class="text-center title flex items-center justify-center">
- <svg width="24" height="17" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg">
- <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 24 0.5)" fill="#00A2FF"/>
- <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 16 0.5)" fill="#00A2FF" fill-opacity="0.3"/>
- </svg>
- <div style="margin:0 10px;">应用分发套餐</div>
- <svg width="24" height="17" style="rotate: 180deg;" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg">
- <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 24 0.5)" fill="#00A2FF"/>
- <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 16 0.5)" fill="#00A2FF" fill-opacity="0.3"/>
- </svg>
- </div>
- <p class="p1" style="margin-top:10px; color:#7690B5;">每天登录赠送<?php echo IN_LOGINPOINTS;?><?php echo IN_POINTNAME;?>,可累加,用完为止。</p>
- <div class="row clearfix">
- <?php
- $item = db('item')->where('type', '1')->where('status', 1)->order('price asc')->limit(3)->select();
- foreach ($item as $k => $v) {
- ?>
- <div class="col-sm-4">
- <div class="con">
- <!-- <div class="gradient gradient<?php echo $k + 1;?>">
- </div> -->
- <div class="c-top">
- <div class="text">充值</div>
- <div class="num"><?php echo number_format($v['number']);?>
- <span><?php echo IN_POINTNAME;?></span>
- </div>
- <span class="recommended"
- <?php echo $v['recommended'] ? 'style="display: block; top:0px;left:0px;right:auto;"' : 'style="display: none;"';?>>
- <img src="/static/index/image/icon-17.png"></span>
- </div>
- <div class="bottom-con">
- <dl>
- <dd class="flex items-center">
- <svg width="16" height="16" viewBox="0 0 16 16" style="margin-right:10px;" fill="none" xmlns="http://www.w3.org/2000/svg">
- <g clip-path="url(#clip0_295_905)">
- <path d="M8 16C 3.582 16 0 12.418 0 8C0 3.582 3.582 0 8 0C12.418 0 16 3.582 16 8C16 12.418 12.418 16 8 16ZM6.216 11.1413C6.29339 11.2187 6.38526 11.2801 6.48638 11.322C6.5875 11.3639 6.69588 11.3855 6.80533 11.3855C6.91479 11.3855 7.02317 11.3639 7.12429 11.322C7.22541 11.2801 7.31728 11.2187 7.39467 11.1413L12.4467 6.08933C12.5241 6.01194 12.5855 5.92006 12.6273 5.81894C12.6692 5.71783 12.6908 5.60945 12.6908 5.5C12.6908 5.39055 12.6692 5.28217 12.6273 5.18106C12.5855 5.07994 12.5241 4.98806 12.4467 4.91067C12.3693 4.83327 12.2774 4.77188 12.1763 4.73C12.0752 4.68811 11.9668 4.66656 11.8573 4.66656C11.7479 4.66656 11.6395 4.68811 11.5384 4.73C11.4373 4.77188 11.3454 4.83327 11.268 4.91067L6.76933 9.33733L4.756 7.324C4.5997 7.1677 4.38771 7.07989 4.16667 7.07989C3.94562 7.07989 3.73363 7.1677 3.57733 7.324C3.42103 7.4803 3.33322 7.69229 3.33322 7.91333C3.33322 8.02278 3.35478 8.13116 3.39667 8.23228C3.43855 8.3334 3.49994 8.42527 3.57733 8.50267L6.216 11.1413Z" fill="#0DD768"/>
- </g>
- <defs>
- <clipPath id="clip0_295_905">
- <rect width="16" height="16" fill="white"/>
- </clipPath>
- </defs>
- </svg>
- 支持安卓苹果合并下载
- </dd>
- <dd class="flex items-center">
- <svg width="16" height="16" viewBox="0 0 16 16" style="margin-right:10px;" fill="none" xmlns="http://www.w3.org/2000/svg">
- <g clip-path="url(#clip0_295_905)">
- <path d="M8 16C3.582 16 0 12.418 0 8C0 3.582 3.582 0 8 0C12.418 0 16 3.582 16 8C16 12.418 12.418 16 8 16ZM6.216 11.1413C6.29339 11.2187 6.38526 11.2801 6.48638 11.322C6.5875 11.3639 6.69588 11.3855 6.80533 11.3855C6.91479 11.3855 7.02317 11.3639 7.12429 11.322C7.22541 11.2801 7.31728 11.2187 7.39467 11.1413L12.4467 6.08933C12.5241 6.01194 12.5855 5.92006 12.6273 5.81894C12.6692 5.71783 12.6908 5.60945 12.6908 5.5C12.6908 5.39055 12.6692 5.28217 12.6273 5.18106C12.5855 5.07994 12.5241 4.98806 12.4467 4.91067C12.3693 4.83327 12.2774 4.77188 12.1763 4.73C12.0752 4.68811 11.9668 4.66656 11.8573 4.66656C11.7479 4.66656 11.6395 4.68811 11.5384 4.73C11.4373 4.77188 11.3454 4.83327 11.268 4.91067L6.76933 9.33733L4.756 7.324C4.5997 7.1677 4.38771 7.07989 4.16667 7.07989C3.94562 7.07989 3.73363 7.1677 3.57733 7.324C3.42103 7.4803 3.33322 7.69229 3.33322 7.91333C3.33322 8.02278 3.35478 8.13116 3.39667 8.23228C3.43855 8.3334 3.49994 8.42527 3.57733 8.50267L6.216 11.1413Z" fill="#0DD768"/>
- </g>
- <defs>
- <clipPath id="clip0_295_905">
- <rect width="16" height="16" fill="white"/>
- </clipPath>
- </defs>
- </svg>
- 支持最大<?php echo formatsize(IN_SVIPUPLOAD * 1024 * 1024);?>
- 应用
- </dd>
- <dd class="flex items-center">
- <svg width="16" height="16" viewBox="0 0 16 16" style="margin-right:10px;" fill="none" xmlns="http://www.w3.org/2000/svg">
- <g clip-path="url(#clip0_295_905)">
- <path d="M8 16C3.582 16 0 12.418 0 8C0 3.582 3.582 0 8 0C12.418 0 16 3.582 16 8C16 12.418 12.418 16 8 16ZM6.216 11.1413C6.29339 11.2187 6.38526 11.2801 6.48638 11.322C6.5875 11.3639 6.69588 11.3855 6.80533 11.3855C6.91479 11.3855 7.02317 11.3639 7.12429 11.322C7.22541 11.2801 7.31728 11.2187 7.39467 11.1413L12.4467 6.08933C12.5241 6.01194 12.5855 5.92006 12.6273 5.81894C12.6692 5.71783 12.6908 5.60945 12.6908 5.5C12.6908 5.39055 12.6692 5.28217 12.6273 5.18106C12.5855 5.07994 12.5241 4.98806 12.4467 4.91067C12.3693 4.83327 12.2774 4.77188 12.1763 4.73C12.0752 4.68811 11.9668 4.66656 11.8573 4.66656C11.7479 4.66656 11.6395 4.68811 11.5384 4.73C11.4373 4.77188 11.3454 4.83327 11.268 4.91067L6.76933 9.33733L4.756 7.324C4.5997 7.1677 4.38771 7.07989 4.16667 7.07989C3.94562 7.07989 3.73363 7.1677 3.57733 7.324C3.42103 7.4803 3.33322 7.69229 3.33322 7.91333C3.33322 8.02278 3.35478 8.13116 3.39667 8.23228C3.43855 8.3334 3.49994 8.42527 3.57733 8.50267L6.216 11.1413Z" fill="#0DD768"/>
- </g>
- <defs>
- <clipPath id="clip0_295_905">
- <rect width="16" height="16" fill="white"/>
- </clipPath>
- </defs>
- </svg>
- 支持中文、英文、繁体
- </dd>
- <dd class="flex items-center">
- <svg width="16" height="16" viewBox="0 0 16 16" style="margin-right:10px;" fill="none" xmlns="http://www.w3.org/2000/svg">
- <g clip-path="url(#clip0_295_905)">
- <path d="M8 16C3.582 16 0 12.418 0 8C0 3.582 3.582 0 8 0C12.418 0 16 3.582 16 8C16 12.418 12.418 16 8 16ZM6.216 11.1413C6.29339 11.2187 6.38526 11.2801 6.48638 11.322C6.5875 11.3639 6.69588 11.3855 6.80533 11.3855C6.91479 11.3855 7.02317 11.3639 7.12429 11.322C7.22541 11.2801 7.31728 11.2187 7.39467 11.1413L12.4467 6.08933C12.5241 6.01194 12.5855 5.92006 12.6273 5.81894C12.6692 5.71783 12.6908 5.60945 12.6908 5.5C12.6908 5.39055 12.6692 5.28217 12.6273 5.18106C12.5855 5.07994 12.5241 4.98806 12.4467 4.91067C12.3693 4.83327 12.2774 4.77188 12.1763 4.73C12.0752 4.68811 11.9668 4.66656 11.8573 4.66656C11.7479 4.66656 11.6395 4.68811 11.5384 4.73C11.4373 4.77188 11.3454 4.83327 11.268 4.91067L6.76933 9.33733L4.756 7.324C4.5997 7.1677 4.38771 7.07989 4.16667 7.07989C3.94562 7.07989 3.73363 7.1677 3.57733 7.324C3.42103 7.4803 3.33322 7.69229 3.33322 7.91333C3.33322 8.02278 3.35478 8.13116 3.39667 8.23228C3.43855 8.3334 3.49994 8.42527 3.57733 8.50267L6.216 11.1413Z" fill="#0DD768"/>
- </g>
- <defs>
- <clipPath id="clip0_295_905">
- <rect width="16" height="16" fill="white"/>
- </clipPath>
- </defs>
- </svg>
- 6个专享模板使用
- </dd>
- <!-- <dd><span class="iconfont icon-gou color-hover"></span>APP可以永久保存-->
- <!-- </dd>-->
- <dd class="flex items-center">
- <svg width="16" height="16" viewBox="0 0 16 16" style="margin-right:10px;" fill="none" xmlns="http://www.w3.org/2000/svg">
- <g clip-path="url(#clip0_295_905)">
- <path d="M8 16C3.582 16 0 12.418 0 8C0 3.582 3.582 0 8 0C12.418 0 16 3.582 16 8C16 12.418 12.418 16 8 16ZM6.216 11.1413C6.29339 11.2187 6.38526 11.2801 6.48638 11.322C6.5875 11.3639 6.69588 11.3855 6.80533 11.3855C6.91479 11.3855 7.02317 11.3639 7.12429 11.322C7.22541 11.2801 7.31728 11.2187 7.39467 11.1413L12.4467 6.08933C12.5241 6.01194 12.5855 5.92006 12.6273 5.81894C12.6692 5.71783 12.6908 5.60945 12.6908 5.5C12.6908 5.39055 12.6692 5.28217 12.6273 5.18106C12.5855 5.07994 12.5241 4.98806 12.4467 4.91067C12.3693 4.83327 12.2774 4.77188 12.1763 4.73C12.0752 4.68811 11.9668 4.66656 11.8573 4.66656C11.7479 4.66656 11.6395 4.68811 11.5384 4.73C11.4373 4.77188 11.3454 4.83327 11.268 4.91067L6.76933 9.33733L4.756 7.324C4.5997 7.1677 4.38771 7.07989 4.16667 7.07989C3.94562 7.07989 3.73363 7.1677 3.57733 7.324C3.42103 7.4803 3.33322 7.69229 3.33322 7.91333C3.33322 8.02278 3.35478 8.13116 3.39667 8.23228C3.43855 8.3334 3.49994 8.42527 3.57733 8.50267L6.216 11.1413Z" fill="#0DD768"/>
- </g>
- <defs>
- <clipPath id="clip0_295_905">
- <rect width="16" height="16" fill="white"/>
- </clipPath>
- </defs>
- </svg>
- 自定义短连接
- </dd>
- <!-- <dd><span class="iconfont icon-gou color-hover"></span>CDN加速下载-->
- <!-- </dd>-->
- </dl>
- <div class="b-price">
- ¥<span><?php echo intval($v['price']);?></span>
- </div>
- </div>
- <div class="bottom">
- <a href="/index/item_price?type=1&id=<?php echo $v['id'];?>"
- target="_blank" class="btn-buy ms-btn-secondary ms-btn">购买</a>
- </div>
- </div>
- </div>
- <?php
- }
- ?>
- </div>
- </div>
- </div>
- <div class="price-common price-1">
- <div class="text-center title flex items-center justify-center">
- <svg width="24" height="17" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg">
- <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 24 0.5)" fill="#00A2FF"/>
- <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 16 0.5)" fill="#00A2FF" fill-opacity="0.3"/>
- </svg>
- <div style="margin:0 10px;">常见问题</div>
- <svg width="24" height="17" style="rotate: 180deg;" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg">
- <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 24 0.5)" fill="#00A2FF"/>
- <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 16 0.5)" fill="#00A2FF" fill-opacity="0.3"/>
- </svg>
- </div>
- <div class="help">
- <?php
- $list = db('article')->where('type', '1')->where('group', 'distr')->select();
- foreach ($list as $v) {
- ?>
- <dl>
- <dt class="clearfix">
- <span class="left">Q :</span>
- <span class="right"><?php echo $v['name'];?></span>
- </dt>
- <dd class="clearfix answer">
- <span class="left">A :</span>
- <span class="right"><?php echo $v['content'];?></span>
- </dd>
- </dl>
- <?php
- }
- ?>
- </div>
- </div>
- </div>
- <div class="tab-2">
- <div class="table-wrap const-table-bor">
- <div class="price-common price-1">
- <div class="text-center title flex items-center justify-center">
- <svg width="24" height="17" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg">
- <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 24 0.5)" fill="#00A2FF"/>
- <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 16 0.5)" fill="#00A2FF" fill-opacity="0.3"/>
- </svg>
- <div style="margin:0 10px;">企业签名</div>
- <svg width="24" height="17" style="rotate: 180deg;" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg">
- <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 24 0.5)" fill="#00A2FF"/>
- <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 16 0.5)" fill="#00A2FF" fill-opacity="0.3"/>
- </svg>
- </div>
- <p class="p1">选择最适合您的服务套餐</p>
- <div class="table-responsive">
- <table class="table table-bordered">
- <tr>
- <th>套餐</th>
- <th>基础版</th>
- <th ><span class="badge-basis">稳定版</span>
- <span class="recommended" style="display: block; position:absolute; right:-2px;top:-2px;">
- <img src="/static/index/image/icon_tuijian2.png"></span>
- </th>
- </tr>
- <?php
- $item = db('item')->where('type', '3')->where('status', 1)->where('recommended', '0')->order('price asc')->limit(3)->select();
- $item1 = db('item')->where('type', '3')->where('status', 1)->where('recommended', '1')->order('price asc')->limit(3)->select();
- foreach ($item as $k => $v) {
- ?>
- <tr>
- <td><?php echo $v['number'];?>个月
- <!-- <span class="badge-basis">-->
- <!-- <span class="badge">-->
- <!--</span>-->
- <!-- </span>-->
- </td>
- <td>¥<span class="font20"><?php echo intval($v['price']);?></span></td>
- <td>
- ¥<span class="font20"><?php echo intval($item1[$k]['price']);?></span>
- </td>
- </tr>
- <?php
- }
- ?>
- <tr>
- <td>更新<span class="badge-basis"><span class="badge">活动价</span></span></td>
- <td><span class="free">每月补签<?php echo IN_RESIGN;?>次</span></td>
- <td><span class="free">每月补签<?php echo IN_RESIGN;?>次</span></td>
- </tr>
- </table>
- </div>
- </div>
- <?php
- if (IN_SUPER) {
- ?>
- <div class="price-common price-1">
- <div class="text-center title flex items-center justify-center">
- <svg width="24" height="17" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg">
- <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 24 0.5)" fill="#00A2FF"/>
- <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 16 0.5)" fill="#00A2FF" fill-opacity="0.3"/>
- </svg>
- <div style="margin:0 10px;">超级签名</div>
- <svg width="24" height="17" style="rotate: 180deg;" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg">
- <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 24 0.5)" fill="#00A2FF"/>
- <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 16 0.5)" fill="#00A2FF" fill-opacity="0.3"/>
- </svg>
- </div>
- <p class="p1">选择最适合您的服务套餐</p>
- <div class="table-responsive">
- <table class="table table-bordered">
- <tbody>
- <tr>
- <th>套餐</th>
- <th>私有池</th>
- <th><span class="badge-basis">公有池</span>
- <span class="recommended" style="display: block; position:absolute; right:-2px;top:-2px;">
- <img src="/static/index/image/icon_tuijian2.png"></span>
- </th>
- </tr>
- <?php
- $item = db('item')->where('type', '4')->where('status', 1)->order('price asc')->limit(3)->select();
- $prv_item = db('item')->where('type', '5')->where('status', 1)->order('price asc')->limit(3)->select();
- foreach ($item as $k => $v) {
- ?>
- <tr>
- <td><?php echo $v['number'];?>个设备
- <!-- <span class="badge-basis">-->
- <!-- <span class="badge">-->
- <!--</span>-->
- <!-- </span>-->
- </td>
- <td>
- <span
- class="font20"><?php echo intval($prv_item[$k]['price']);?></span>元
- </td>
- <td><span class="font20"><?php echo intval($v['price']);?></span>元
- </td>
- </tr>
- <?php
- }
- ?> <tr>
- <td>开发者证书<span class="badge-basis"></span></td>
- <td><span class="free">使用用户个人的证书</span></td>
- <td><span class="free">使用本站提供的证书</span></td>
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- <?php
- }
- ?> <div class="price-common price-1">
- <div class="text-center title flex items-center justify-center">
- <svg width="24" height="17" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg">
- <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 24 0.5)" fill="#00A2FF"/>
- <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 16 0.5)" fill="#00A2FF" fill-opacity="0.3"/>
- </svg>
- <div style="margin:0 10px;">服务介绍</div>
- <svg width="24" height="17" style="rotate: 180deg;" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg">
- <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 24 0.5)" fill="#00A2FF"/>
- <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 16 0.5)" fill="#00A2FF" fill-opacity="0.3"/>
- </svg>
- </div>
- <p class="p1">APP无需越狱或者上架商店,即可直接安装到设备上</p>
- <div class="table-responsive">
- <table class="table table-bordered">
- <tr>
- <td>服务</td>
- <th>基础版</th>
- <th>稳定版</th>
- <th>超级签名</th>
- </tr>
- <tr>
- <td>官方手动签名</td>
- <td><span class="iconfont icon-duihao"></span></td>
- <td><span class="iconfont icon-duihao"></span></td>
- <td><span class="iconfont icon-duihao"></span></td>
- </tr>
- <tr>
- <td>IPA包检测(检测系统、版本)</td>
- <td><span class="iconfont icon-duihao"></span></td>
- <td><span class="iconfont icon-duihao"></span></td>
- <td><span class="iconfont icon-duihao"></span></td>
- </tr>
- <tr>
- <td>真机测试(常用机型真机测试)</td>
- <td><span class="iconfont icon-duihao"></span></td>
- <td><span class="iconfont icon-duihao"></span></td>
- <td><span class="iconfont icon-duihao"></span></td>
- </tr>
- <tr>
- <td>证书分类签名</td>
- <td><span class="iconfont icon-duihao"></span></td>
- <td><span class="iconfont icon-duihao"></span></td>
- <td><span class="iconfont icon-duihao"></span></td>
- </tr>
- <tr>
- <td>提供备用证书签名</td>
- <td></td>
- <td><span class="iconfont icon-duihao"></span></td>
- <td><span class="iconfont icon-duihao"></span></td>
- </tr>
- <tr>
- <td>应用扩展(App Extension)</td>
- <td></td>
- <td><span class="iconfont icon-duihao"></span></td>
- <td><span class="iconfont icon-duihao"></span></td>
- </tr>
- <tr>
- <td>网络代理(Packet Tunnel)</td>
- <td></td>
- <td><span class="iconfont icon-duihao"></span></td>
- <td><span class="iconfont icon-duihao"></span></td>
- </tr>
- <tr>
- <td>数据共享(App Groups)</td>
- <td></td>
- <td></td>
- <td><span class="iconfont icon-duihao"></span></td>
- </tr>
- <tr>
- <td>计步器(HealthKit)</td>
- <td></td>
- <td></td>
- <td><span class="iconfont icon-duihao"></span></td>
- </tr>
- <tr>
- <td>稳定性</td>
- <td>
- <span class="iconfont icon-xingxing"></span>
- <span class="iconfont icon-xingxing"></span>
- <span class="iconfont icon-xingxing"></span>
- <span class="iconfont icon-xingxing2"></span>
- <span class="iconfont icon-xingxing2"></span>
- </td>
- <td>
- <span class="iconfont icon-xingxing"></span>
- <span class="iconfont icon-xingxing"></span>
- <span class="iconfont icon-xingxing"></span>
- <span class="iconfont icon-xingxing"></span>
- <span class="iconfont icon-xingxing2"></span>
- </td>
- <td>
- <span class="iconfont icon-xingxing"></span>
- <span class="iconfont icon-xingxing"></span>
- <span class="iconfont icon-xingxing"></span>
- <span class="iconfont icon-xingxing"></span>
- <span class="iconfont icon-xingxing"></span>
- </td>
- </tr>
- <tr>
- <td>适用于</td>
- <td>测试使用、中短期运营</td>
- <td>长期稳定运营</td>
- <td>长期稳定运营</td>
- </tr>
- </table>
- </div>
- </div>
- </div>
- <div class="price-common price-1">
- <div class="text-center title flex items-center justify-center">
- <svg width="24" height="17" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg">
- <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 24 0.5)" fill="#00A2FF"/>
- <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 16 0.5)" fill="#00A2FF" fill-opacity="0.3"/>
- </svg>
- <div style="margin:0 10px;">常见问题</div>
- <svg width="24" height="17" style="rotate: 180deg;" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg">
- <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 24 0.5)" fill="#00A2FF"/>
- <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 16 0.5)" fill="#00A2FF" fill-opacity="0.3"/>
- </svg>
- </div>
- <div class="help">
- <?php
- $list = db('article')->where('type', '1')->where('group', 'sign')->select();
- foreach ($list as $v) {
- ?> <dl>
- <dt class="clearfix">
- <span class="left">Q :</span>
- <span class="right"><?php echo $v['name'];?></span>
- </dt>
- <dd class="clearfix answer">
- <span class="left">A :</span>
- <span class="right"><?php echo $v['content'];?></span>
- </dd>
- </dl>
- <?php
- }
- ?> </div>
- </div>
- </div>
- <div class="tab-3">
- <div class="buy-number">
- <div class="price-common price-1">
- <div class="text-center title flex items-center justify-center">
- <svg width="24" height="17" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg">
- <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 24 0.5)" fill="#00A2FF"/>
- <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 16 0.5)" fill="#00A2FF" fill-opacity="0.3"/>
- </svg>
- <div style="margin:0 10px;">会员套餐</div>
- <svg width="24" height="17" style="rotate: 180deg;" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg">
- <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 24 0.5)" fill="#00A2FF"/>
- <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 16 0.5)" fill="#00A2FF" fill-opacity="0.3"/>
- </svg>
- </div>
- <p class="p1">一次开通使用一年</p>
- <div class="row clearfix">
- <?php
- $item = db('item')->where('type', 2)->where('status', 1)->limit(3)->order('price asc')->select();
- $CAPACITY = array(IN_PVIPCAPACITY, IN_IVIPCAPACITY, IN_SVIPCAPACITY);
- $UPLOAD = array(IN_PVIPUPLOAD, IN_IVIPUPLOAD, IN_SVIPUPLOAD);
- foreach ($item as $k => $v) {
- ?> <div class="col-sm-4">
- <div class="con">
- <!-- <div class="gradient gradient<?php echo $k + 1;?>">
- </div> -->
- <div class="c-top">
- <div class="text"><?php echo $v['name'];?></div>
- <div class="num"><span>
- <img src="/static/index/image/icon-vip_<?php echo $k + 1;?>.png"
- style="width: 50px;"></span>
- </div>
- <span class="recommended"
- <?php echo $v['recommended'] ? 'style="display: block; top:0px;left:0px;right:auto;"' : 'style="display: none;"';?>>
- <img src="/static/index/image/icon-17.png"></span>
- </div>
- <div class="bottom-con">
- <dl>
- <dd>
- <dd class="flex items-center">
- <svg width="16" height="16" viewBox="0 0 16 16" style="margin-right:10px;" fill="none" xmlns="http://www.w3.org/2000/svg">
- <g clip-path="url(#clip0_295_905)">
- <path d="M8 16C3.582 16 0 12.418 0 8C0 3.582 3.582 0 8 0C12.418 0 16 3.582 16 8C16 12.418 12.418 16 8 16ZM6.216 11.1413C6.29339 11.2187 6.38526 11.2801 6.48638 11.322C6.5875 11.3639 6.69588 11.3855 6.80533 11.3855C6.91479 11.3855 7.02317 11.3639 7.12429 11.322C7.22541 11.2801 7.31728 11.2187 7.39467 11.1413L12.4467 6.08933C12.5241 6.01194 12.5855 5.92006 12.6273 5.81894C12.6692 5.71783 12.6908 5.60945 12.6908 5.5C12.6908 5.39055 12.6692 5.28217 12.6273 5.18106C12.5855 5.07994 12.5241 4.98806 12.4467 4.91067C12.3693 4.83327 12.2774 4.77188 12.1763 4.73C12.0752 4.68811 11.9668 4.66656 11.8573 4.66656C11.7479 4.66656 11.6395 4.68811 11.5384 4.73C11.4373 4.77188 11.3454 4.83327 11.268 4.91067L6.76933 9.33733L4.756 7.324C4.5997 7.1677 4.38771 7.07989 4.16667 7.07989C3.94562 7.07989 3.73363 7.1677 3.57733 7.324C3.42103 7.4803 3.33322 7.69229 3.33322 7.91333C3.33322 8.02278 3.35478 8.13116 3.39667 8.23228C3.43855 8.3334 3.49994 8.42527 3.57733 8.50267L6.216 11.1413Z" fill="#0DD768"/>
- </g>
- <defs>
- <clipPath id="clip0_295_905">
- <rect width="16" height="16" fill="white"/>
- </clipPath>
- </defs>
- </svg> <?php echo formatsize($CAPACITY[$k] * 1024 * 1024);?>
- 存储容量
- </dd>
- <dd>
- <dd class="flex items-center">
- <svg width="16" height="16" viewBox="0 0 16 16" style="margin-right:10px;" fill="none" xmlns="http://www.w3.org/2000/svg">
- <g clip-path="url(#clip0_295_905)">
- <path d="M8 16C3.582 16 0 12.418 0 8C0 3.582 3.582 0 8 0C12.418 0 16 3.582 16 8C16 12.418 12.418 16 8 16ZM6.216 11.1413C6.29339 11.2187 6.38526 11.2801 6.48638 11.322C6.5875 11.3639 6.69588 11.3855 6.80533 11.3855C6.91479 11.3855 7.02317 11.3639 7.12429 11.322C7.22541 11.2801 7.31728 11.2187 7.39467 11.1413L12.4467 6.08933C12.5241 6.01194 12.5855 5.92006 12.6273 5.81894C12.6692 5.71783 12.6908 5.60945 12.6908 5.5C12.6908 5.39055 12.6692 5.28217 12.6273 5.18106C12.5855 5.07994 12.5241 4.98806 12.4467 4.91067C12.3693 4.83327 12.2774 4.77188 12.1763 4.73C12.0752 4.68811 11.9668 4.66656 11.8573 4.66656C11.7479 4.66656 11.6395 4.68811 11.5384 4.73C11.4373 4.77188 11.3454 4.83327 11.268 4.91067L6.76933 9.33733L4.756 7.324C4.5997 7.1677 4.38771 7.07989 4.16667 7.07989C3.94562 7.07989 3.73363 7.1677 3.57733 7.324C3.42103 7.4803 3.33322 7.69229 3.33322 7.91333C3.33322 8.02278 3.35478 8.13116 3.39667 8.23228C3.43855 8.3334 3.49994 8.42527 3.57733 8.50267L6.216 11.1413Z" fill="#0DD768"/>
- </g>
- <defs>
- <clipPath id="clip0_295_905">
- <rect width="16" height="16" fill="white"/>
- </clipPath>
- </defs>
- </svg> 可上传<?php echo formatsize($UPLOAD[$k] * 1024 * 1024);?>
- 应用
- </dd>
- <dd class="flex items-center">
- <svg width="16" height="16" viewBox="0 0 16 16" style="margin-right:10px;" fill="none" xmlns="http://www.w3.org/2000/svg">
- <g clip-path="url(#clip0_295_905)">
- <path d="M8 16C3.582 16 0 12.418 0 8C0 3.582 3.582 0 8 0C12.418 0 16 3.582 16 8C16 12.418 12.418 16 8 16ZM6.216 11.1413C6.29339 11.2187 6.38526 11.2801 6.48638 11.322C6.5875 11.3639 6.69588 11.3855 6.80533 11.3855C6.91479 11.3855 7.02317 11.3639 7.12429 11.322C7.22541 11.2801 7.31728 11.2187 7.39467 11.1413L12.4467 6.08933C12.5241 6.01194 12.5855 5.92006 12.6273 5.81894C12.6692 5.71783 12.6908 5.60945 12.6908 5.5C12.6908 5.39055 12.6692 5.28217 12.6273 5.18106C12.5855 5.07994 12.5241 4.98806 12.4467 4.91067C12.3693 4.83327 12.2774 4.77188 12.1763 4.73C12.0752 4.68811 11.9668 4.66656 11.8573 4.66656C11.7479 4.66656 11.6395 4.68811 11.5384 4.73C11.4373 4.77188 11.3454 4.83327 11.268 4.91067L6.76933 9.33733L4.756 7.324C4.5997 7.1677 4.38771 7.07989 4.16667 7.07989C3.94562 7.07989 3.73363 7.1677 3.57733 7.324C3.42103 7.4803 3.33322 7.69229 3.33322 7.91333C3.33322 8.02278 3.35478 8.13116 3.39667 8.23228C3.43855 8.3334 3.49994 8.42527 3.57733 8.50267L6.216 11.1413Z" fill="#0DD768"/>
- </g>
- <defs>
- <clipPath id="clip0_295_905">
- <rect width="16" height="16" fill="white"/>
- </clipPath>
- </defs>
- </svg> 下载页无广告
- </dd>
- <dd class="flex items-center">
- <svg width="16" height="16" viewBox="0 0 16 16" style="margin-right:10px;" fill="none" xmlns="http://www.w3.org/2000/svg">
- <g clip-path="url(#clip0_295_905)">
- <path d="M8 16C3.582 16 0 12.418 0 8C0 3.582 3.582 0 8 0C12.418 0 16 3.582 16 8C16 12.418 12.418 16 8 16ZM6.216 11.1413C6.29339 11.2187 6.38526 11.2801 6.48638 11.322C6.5875 11.3639 6.69588 11.3855 6.80533 11.3855C6.91479 11.3855 7.02317 11.3639 7.12429 11.322C7.22541 11.2801 7.31728 11.2187 7.39467 11.1413L12.4467 6.08933C12.5241 6.01194 12.5855 5.92006 12.6273 5.81894C12.6692 5.71783 12.6908 5.60945 12.6908 5.5C12.6908 5.39055 12.6692 5.28217 12.6273 5.18106C12.5855 5.07994 12.5241 4.98806 12.4467 4.91067C12.3693 4.83327 12.2774 4.77188 12.1763 4.73C12.0752 4.68811 11.9668 4.66656 11.8573 4.66656C11.7479 4.66656 11.6395 4.68811 11.5384 4.73C11.4373 4.77188 11.3454 4.83327 11.268 4.91067L6.76933 9.33733L4.756 7.324C4.5997 7.1677 4.38771 7.07989 4.16667 7.07989C3.94562 7.07989 3.73363 7.1677 3.57733 7.324C3.42103 7.4803 3.33322 7.69229 3.33322 7.91333C3.33322 8.02278 3.35478 8.13116 3.39667 8.23228C3.43855 8.3334 3.49994 8.42527 3.57733 8.50267L6.216 11.1413Z" fill="#0DD768"/>
- </g>
- <defs>
- <clipPath id="clip0_295_905">
- <rect width="16" height="16" fill="white"/>
- </clipPath>
- </defs>
- </svg> CDN加速下载
- </dd>
- </dl>
- <div class="b-price">
- ¥<span><?php echo intval($v['price']);?></span>/年
- </div>
- </div>
- <div class="bottom">
- <a href="/index/item_price?type=2&id=<?php echo $v['id'];?>"
- target="_blank" class="btn-buy ms-btn-secondary ms-btn">购买</a>
- </div>
- </div>
- </div>
- <?php
- }
- ?>
- </div>
- </div>
- </div>
- <div class="price-common price-1">
- <div class="text-center title flex items-center justify-center">
- <svg width="24" height="17" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg">
- <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 24 0.5)" fill="#00A2FF"/>
- <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 16 0.5)" fill="#00A2FF" fill-opacity="0.3"/>
- </svg>
- <div style="margin:0 10px;">会员套餐</div>
- <svg width="24" height="17" style="rotate: 180deg;" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg">
- <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 24 0.5)" fill="#00A2FF"/>
- <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 16 0.5)" fill="#00A2FF" fill-opacity="0.3"/>
- </svg>
- </div>
- <div class="help">
- <?php
- $list = db('article')->where('type', '1')->where('group', 'vip')->select();
- foreach ($list as $v) {
- ?> <dl>
- <dt class="clearfix">
- <span class="left">Q :</span>
- <span class="right"><?php echo $v['name'];?></span>
- </dt>
- <dd class="clearfix answer">
- <span class="left">A :</span>
- <span class="right"><?php echo $v['content'];?></span>
- </dd>
- </dl>
- <?php
- }
- ?> </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="visible-xs">
- <div class="mobile-price">
- <div class="new-price-tab">
- <ul class="tab clearfix">
- <li class="active"><a href="javascript:;">分发套餐</a></li>
- <?php
- if (IN_SIGN) {
- ?> <li><a href="javascript:;">企业签名</a></li>
- <?php
- }
- ?> <li><a href="javascript:;">会员套餐</a></li>
- </ul>
- </div>
- <div class="m-price-banner">
- <div class="swiper-container">
- <div class="swiper-wrapper">
- <div class="swiper-slide" style="background-image: url(/static/index/image/m-price-1.jpg)">
- <div class="tit"><?php echo IN_NAME;?>价格与服务</div>
- <p>开启高效的移动APP解决方案,全程<br>自助服务</p>
- </div>
- </div>
- </div>
- </div>
- <div class="container">
- <div class="new-price-con">
- <div class="tab-4" style="display: block;">
- <div class="m-price-common m-publish">
- <div class="tit-wrap">
- <ul class="tit clearfix">
- <li class="left"><img src="/static/index/image/m-price-4.png"></li>
- <li class="center">应用分发套餐</li>
- <li class="right"><img src="/static/index/image/m-price-5.png"></li>
- </ul>
- <div class="p2">
- 实名认证后,每天免费赠送<span><?php echo IN_LOGINPOINTS;?></span><?php echo IN_POINTNAME;?>
- </div>
- </div>
- <div class="row">
- <?php
- $item = db('item')->where('type', '1')->where('status', 1)->order('price asc')->limit(3)->select();
- foreach ($item as $k => $v) {
- ?> <div class="col-xs-4">
- <div class="con con<?php echo $k;?>">
- <div class="level"><?php echo $v['number'];?>
- <span><?php echo IN_POINTNAME;?></span>
- </div>
- <div class="msggg">套餐<?php echo array('一', '二', '三')[$k];?></div>
- <div class="num"><span><?php echo intval($v['price']);?></span>元</div>
- <?php
- if ($v['recommended']) {
- ?> <span class="recommended">推荐</span>
- <?php
- }
- ?>
- </div>
- </div>
- <?php
- }
- ?> </div>
- </div>
- <br>
- <br>
- <div class="m-publish-buy clearfix">
- <a href="/index/item_price?id=10" class="small1"><span
- class="iconfont icon-gouwuche"></span>购买套餐一</a>
- <a href="/index/item_price?id=11" class="big1"><span
- class="iconfont icon-gouwuche"></span>购买套餐二</a>
- <a href="/index/item_price?id=12" class="big2"><span
- class="iconfont icon-gouwuche"></span>购买套餐三</a>
- </div>
- </div>
- <div class="tab-5">
- <div class="m-price-common m-pack-price">
- <div class="tit-wrap">
- <ul class="tit clearfix">
- <li class="left"><img src="/static/index/image/m-price-4.png"></li>
- <li class="center">应用签名</li>
- <li class="right"><img src="/static/index/image/m-price-5.png"></li>
- </ul>
- </div>
- <div class="row">
- <div class="con con1">
- <h4>企业签名</h4>
- <p class="p1">选择最适合您的服务套餐</p>
- <div class="table-responsive" style="border:0;margin-bottom:0;">
- <table class="table table-bordered">
- <tr>
- <th>
- <center>套餐</center>
- </th>
- <th>
- <center>基础版</center>
- </th>
- <th>
- <center><span class="badge-basis">稳定版<span
- class="badge">推荐</span></span></center>
- </th>
- </tr>
- <?php
- $item = db('item')->where('type', '3')->where('status', 1)->where('recommended', '0')->order('price asc')->limit(3)->select();
- $item1 = db('item')->where('type', '3')->where('status', 1)->where('recommended', '1')->order('price asc')->limit(3)->select();
- foreach ($item as $k => $v) {
- ?> <tr>
- <td><?php echo $v['number'];?>个月
- <!-- <span class="badge-basis">-->
- <!-- <span class="badge">-->
- <!--</span>-->
- <!-- </span>-->
- </td>
- <td><span class="font20"><?php echo intval($v['price']);?></span>元
- </td>
- <td>
- <span
- class="font20"><?php echo intval($item1[$k]['price']);?></span>元
- </td>
- </tr>
- <?php
- }
- ?> <tr>
- <td>更新<span class="badge-basis"><span
- class="badge">活动价</span></span></td>
- <td><span class="free">每月补签<?php echo IN_RESIGN;?>次</span></td>
- <td><span class="free">每月补签<?php echo IN_RESIGN;?>次</span></td>
- </tr>
- </table>
- </div>
- </div>
- <div class="con con2" style="margin-top:20px;">
- <h4>超级签名</h4>
- <p class="p1">选择最适合您的服务套餐</p>
- <div class="table-responsive" style="border:0;margin-bottom:0;">
- <table class="table table-bordered">
- <tbody>
- <tr>
- <th>套餐</th>
- <th>私有池</th>
- <th>
- <span class="badge-basis">
- 公有池
- <span class="badge">推荐</span>
- </span>
- </th>
- </tr>
- <?php
- $item = db('item')->where('type', '4')->where('status', 1)->order('price asc')->limit(3)->select();
- $prv_item = db('item')->where('type', '5')->where('status', 1)->order('price asc')->limit(3)->select();
- foreach ($item as $k => $v) {
- ?> <tr>
- <td><?php echo $v['number'];?>个设备
- <!-- <span class="badge-basis">-->
- <!-- <span class="badge">-->
- <!--</span>-->
- <!-- </span>-->
- </td>
- <td>
- <span
- class="font20"><?php echo intval($prv_item[$k]['price']);?></span>元
- </td>
- <td><span
- class="font20"><?php echo intval($v['price']);?></span>元
- </td>
- </tr>
- <?php
- }
- ?> <tr>
- <td>开发者证书<span class="badge-basis"></span></td>
- <td><span class="free">私有证书</span></td>
- <td><span class="free">平台证书</span></td>
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="tab-6" style="display: none;">
- <div class="m-price-common m-publish">
- <div class="tit-wrap">
- <ul class="tit clearfix">
- <li class="left"><img src="/static/index/image/m-price-4.png"></li>
- <li class="center">会员套餐</li>
- <li class="right"><img src="/static/index/image/m-price-5.png"></li>
- </ul>
- <div class="p2">
- 实名认证后,每天免费赠送<span><?php echo IN_LOGINPOINTS;?></span><?php echo IN_POINTNAME;?>
- </div>
- </div>
- <div class="row">
- <?php
- $item = db('item')->where('type', '1')->where('status', 1)->order('price asc')->limit(3)->select();
- $CAPACITY = array(IN_PVIPCAPACITY, IN_IVIPCAPACITY, IN_SVIPCAPACITY);
- $UPLOAD = array(IN_PVIPUPLOAD, IN_IVIPUPLOAD, IN_SVIPUPLOAD);
- foreach ($item as $k => $v) {
- ?> <div class="col-xs-4">
- <div class="con con<?php echo $k;?>">
- <div class="level"><?php echo $v['number'];?>
- <span><?php echo IN_POINTNAME;?></span>
- </div>
- <div class="img-wrap">
- <img src="/static/index/image/m-price-7.png">
- </div>
- <div class="msggg"><?php echo $CAPACITY[$k];?>M存储容量</div>
- <div class="msggg">可上传<?php echo formatsize($UPLOAD[$k] * 1024 * 1024);?>应用
- </div>
- <div class="msggg">下载页无广告</div>
- <div class="msggg">CDN加速下载</div>
- <div class="num"><span><?php echo intval($v['price']);?></span>元</div>
- <?php
- if ($v['recommended']) {
- ?> <span class="recommended">限时特惠</span>
- <?php
- }
- ?>
- </div>
- </div>
- <?php
- }
- ?> </div>
- </div>
- <div class="m-publish-buy clearfix">
- <a href="/index/item_price?type=2&id=20" class="small1"><span
- class="iconfont icon-gouwuche"></span>购买初级会员</a>
- <a href="/index/item_price?type=2&id=21" class="big1"><span
- class="iconfont icon-gouwuche"></span>购买中级会员</a>
- <a href="/index/item_price?type=2&id=22" class="big2"><span
- class="iconfont icon-gouwuche"></span>购买高级会员</a>
- </div>
- </div>
- </div>
- </div>
- </div>
- <?php
- include 'footer.php';
- ?>
- </body>
- </html>
- <?php
- }
- }
|