52 lines
1.7 KiB
Plaintext
52 lines
1.7 KiB
Plaintext
<!--pages/member/member.wxml-->
|
|
<view class="member-page">
|
|
<navBar filled="{{false}}">开通年费会员</navBar>
|
|
<image class="bg" src="https://chrivc.obs.cn-north-4.myhuaweicloud.com/68a423ea6a5a47df89377115791dbe12:HTAr4uskKoy39c1544ea6082be1b230c9a64772ff502.png" />
|
|
<view class="title-container">
|
|
<image src="/assets/images/inspected/title-icon.png" />
|
|
<view class="title-box">
|
|
会员特权
|
|
</view>
|
|
<image src="/assets/images/inspected/title-icon.png" />
|
|
</view>
|
|
<view class="description">
|
|
<view class="line"></view>
|
|
开通年费会员享受4大黄金权限
|
|
<view class="line"></view>
|
|
</view>
|
|
<view class="grid-box">
|
|
<view class="grid-item">
|
|
<image src="/assets/images/inspected/icon1.png" />
|
|
<text >可生成电子证书{{info.electronicCertificateTimes}}次</text>
|
|
</view>
|
|
<view class="grid-item">
|
|
<image src="/assets/images/inspected/icon2.png" />
|
|
<text >查验他人\n{{info.inspectionTimes}}次</text>
|
|
</view>
|
|
<view class="grid-item">
|
|
<image src="/assets/images/inspected/icon3.png" />
|
|
<text >设置查验申请应答模板</text>
|
|
</view>
|
|
<view class="grid-item">
|
|
<image src="/assets/images/inspected/icon4.png" />
|
|
<text >批量处理\n查验应答</text>
|
|
</view>
|
|
</view>
|
|
|
|
<!-- <view class="btn-container">
|
|
<view class="btn-box">
|
|
<view class="price-btn">
|
|
<view class="tag">超值</view>
|
|
<text >¥</text>
|
|
<text class="price">{{info.annualFee / 100}}</text>
|
|
<text >/年</text>
|
|
</view>
|
|
<view class="buy-btn" bind:tap="buy">
|
|
<view >
|
|
立即开通
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view> -->
|
|
</view>
|