You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xzjl-ui/pages/home/me/member/member.wxml

59 lines
2.3 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<view class="member-container">
<!--头部-->
<view class="header">
<view class="reback" bindtap="go2Reback"></view>
<view class="title">VIP会员</view>
</view>
<view class="main">
<!--上方图片-->
<view class="sftp"></view>
<!--皇冠图标-->
<view class="hgpng">
<!--问号图标-->
<view class="question" bindtap="tQuest"></view>
</view>
<view class="hydqr" wx:if="{{!isChatVip}}">即刻解锁无限次星座精灵AI无限畅聊</view>
<view class="hydqr" wx:else>您的会员将于{{deadline}}到期</view>
<view class="member-btn">
<view class="member-btn-left">
<view class="{{yhy ? 'week1' : 'month1'}}" bindtap="go2Month">
<text class="text1">¥29</text>
<text class="text2"> / 周</text>
</view>
<view class="zhytxt">周会员</view>
</view>
<view class="member-btn-right">
<view class="{{yhy ? 'month1' : 'week1'}}" bindtap="go2Month">
<text class="text1">¥69</text>
<text class="text2"> / 月</text>
</view>
<view class="yhytxt">月会员</view>
</view>
</view>
<view class="viphyqy">VIP会员权益</view>
<view class="introd">
<view>1、星座精灵AI服务无限次畅聊</view>
<view>2、不定期商品及新品折扣优惠</view>
<view>3、其他权益陆续增加中......</view>
</view>
<view class="hybtn" bindtap="doKtHy">{{isChatVip ? '续费会员' : '开通会员'}}</view>
<!--底部图片-->
<view class="hybt"></view>
<!-- 提示 -->
<view class="bgc" bindtap="closeTaost" wx:if="{{showToast}}">
<view class="toast">
星座精灵AI的付费会员服务基于OpenAI的GPT-3.5 Turbo模型为您提供高智能情感咨询服务以及星座、
星骰和塔罗牌等娱乐服务。利用人工智能技术和高质量的自然语言响应星座精灵AI可以更好的帮助您深入探
索内心世界。</view>
</view>
</view>
</view>