71 lines
		
	
	
		
			3.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			71 lines
		
	
	
		
			3.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|   | <view class="center"> | ||
|  |     <view class="blue-top"> | ||
|  |         <view class="user-card"> | ||
|  |             <view class="card-top"> | ||
|  |                 <view class="user-top"> | ||
|  |                     <view class="user-vip" style="position:relative;"> | ||
|  |                         <image class="user-pic" src="/images/老师教师男人.png"></image> | ||
|  |                     </view> | ||
|  |                     <view class="user-board"> | ||
|  |                         <button bindgetuserinfo="getUserInfo" class="user-name" openType="getUserInfo" wx:if="{{!hasUserInfo}}">点击登陆</button> | ||
|  |                         <view class="user-name" userSelect="true" wx:if="{{hasUserInfo}}">ID:{{uuid}}</view> | ||
|  |                     </view> | ||
|  |                 </view> | ||
|  |             </view> | ||
|  |             <view class="card-bottom"> | ||
|  |                 <view class="left"> | ||
|  |                     <view class="count"> | ||
|  |                         <text class="num">{{defaultDailyFreeParseNum}} </text> | ||
|  |                     </view> | ||
|  |                     <!-- <text bindtap="opennum" class="txt">创意点</text> --> | ||
|  |                     <text class="txt">创意点</text> | ||
|  |                 </view> | ||
|  |                 <view class="right"> | ||
|  |                     <view class="count"> | ||
|  |                         <text class="num" style="color:rgb(253, 217, 10)" wx:if="{{isVip}}">{{formattedEndTime}}</text> | ||
|  |                         <text class="num"  bindtap="openvip" wx:else>开通会员</text> | ||
|  |                         <!-- <text  class="num" wx:else>Null</text> --> | ||
|  |                     </view> | ||
|  |                     <text class="txt" style="color:rgb(253, 217, 10)" wx:if="{{isVip}}">尊贵VIP</text> | ||
|  |                     <text class="txt" wx:else>您还不是会员</text> | ||
|  |                 </view> | ||
|  |             </view> | ||
|  |         </view> | ||
|  |     </view>   | ||
|  |     <!-- <navigator class="center-list-item" url="/pages/vip_recharge/vip_recharge"> --> | ||
|  | 
 | ||
|  |  <view class="center-list">  | ||
|  |           <navigator class="center-list-item" url="/pages/vip_recharge/vip_recharge"> | ||
|  |             <image class="icon1" src="../../images/huiyuan.png" style="width: 30px; height: 30px;"></image> | ||
|  |             <text class="list-text">开通会员</text> | ||
|  |         </navigator> | ||
|  | 
 | ||
|  |         <navigator class="center-list-item" url="/pages/details/details"> | ||
|  |             <image class="icon1" src="../../icons/lw.png" style="width: 30px; height: 30px;"></image> | ||
|  |             <text class="list-text">新人礼包</text> | ||
|  |         </navigator> | ||
|  |         <view bindtap="showExchangeModal" class="center-list-item"> | ||
|  |             <image class="icon1" src="../../images/兑换码.png" style="width: 30px; height: 30px;"></image> | ||
|  |             <text class="list-text">卡密兑换</text> | ||
|  |         </view> | ||
|  |         <navigator class="center-list-item" url="/pages/invite_incentive/invite_incentive"> | ||
|  |             <image class="icon1" src="../../images/人民币.png" style="width: 30px; height: 30px;"></image> | ||
|  |             <text class="list-text">分享奖励</text> | ||
|  |         </navigator> | ||
|  |         <!-- <navigator class="center-list-item" url="/pages/business_cooperation/business_cooperation"> | ||
|  |             <image class="icon1" src="../../images/代理商.png" style="width: 30px; height: 30px;"></image> | ||
|  |             <text class="list-text">商业合作</text> | ||
|  |         </navigator> --> | ||
|  |         <button class="center-list-item" openType="contact"> | ||
|  |             <image class="icon1" src="../../images/客服.png" style="width: 30px; height: 30px;"></image> | ||
|  |             <text class="list-text">联系客服</text> | ||
|  |         </button> | ||
|  |         <navigator class="center-list-item" url="/pages/faq/faq"> | ||
|  |             <image class="icon1" src="../../images/帮助.png" style="width: 30px; height: 30px;"></image> | ||
|  |             <text class="list-text">使用教程</text> | ||
|  |         </navigator> | ||
|  |     </view> | ||
|  |     <view class="relief">© 2024 创作者服务</view> | ||
|  |     <view class="buttom" style="height: 65px;"></view> | ||
|  | </view> |