|
|
<view class="personalContainer">
|
|
|
<view class="user-section">
|
|
|
<image class="bg" src="/static/images/bgImg.jpg" style="height: 500rpx;"></image>
|
|
|
<view class="user-info-box" bindtap="toLogin">
|
|
|
<view class="portrait-box">
|
|
|
<image class="portrait" src='/static/images/face.png'></image>
|
|
|
</view>
|
|
|
<view class="info-box">
|
|
|
<text class="username">ID:{{id}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
<view class="vip-card-box">
|
|
|
<!-- <image class="card-bg" src="/static/images/personal/vip-card-bg.png" mode=""></image> -->
|
|
|
<view class="b-btn" wx:if="{{pay_status===1}}" bind:tap="topupHandle">
|
|
|
充 值
|
|
|
</view>
|
|
|
|
|
|
<!-- <view class="tit">
|
|
|
<text class="iconfont icon-huiyuan-">11</text>
|
|
|
Geogre会员
|
|
|
</view> -->
|
|
|
<text class="e-m">剩余 {{jd_count}} 金豆</text>
|
|
|
<text class="e-b"></text>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
|
|
|
<view class="cover-container">
|
|
|
<!-- <image class="arc" src="/static/images/personal/arc.png"></image> -->
|
|
|
<!-- 个人中心导航 -->
|
|
|
<!-- <view class="nav-section">
|
|
|
<view class="nav-item" hover-class="common-hover" hover-stay-time="50" bind:tap="testHandle">
|
|
|
<text class="iconfont icon-xiaoxi"></text>
|
|
|
<text>写作神器</text>
|
|
|
</view>
|
|
|
<view class="nav-item" hover-class="common-hover" hover-stay-time="50">
|
|
|
<text class="iconfont icon-myRecommender"></text>
|
|
|
<text>AI音乐</text>
|
|
|
</view>
|
|
|
<view class="nav-item" hover-class="common-hover" hover-stay-time="50">
|
|
|
<text class="iconfont icon-gerenzhuye"></text>
|
|
|
<text>AI视频</text>
|
|
|
</view>
|
|
|
</view> -->
|
|
|
|
|
|
<!-- 个人中心列表 -->
|
|
|
<view class="personalContent">
|
|
|
|
|
|
<view class="cardList">
|
|
|
<!-- <view class="card-item">
|
|
|
<text class="title">已上传图片</text>
|
|
|
<text class="more"> > </text>
|
|
|
</view> -->
|
|
|
|
|
|
<view class="card-item" bind:tap="clickHandAITxt">
|
|
|
<image src="/static/images/new.png" class="new_img1"></image>
|
|
|
<text class="title">AI写作</text>
|
|
|
<text class="more"> > </text>
|
|
|
</view>
|
|
|
<view class="card-item" bind:tap="clickHandAIMuc">
|
|
|
<image src="/static/images/new.png" class="new_img2"></image>
|
|
|
<text class="title">AI音乐</text>
|
|
|
<text class="more"> > </text>
|
|
|
</view>
|
|
|
<view class="card-item" bind:tap="clickHandAIVid">
|
|
|
<image src="/static/images/new.png" class="new_img3"></image>
|
|
|
<text class="title">AI视频</text>
|
|
|
<text class="more"> > </text>
|
|
|
</view>
|
|
|
<view class="card-item" bind:tap="clickHandjl">
|
|
|
<text class="title">金豆变更记录</text>
|
|
|
<text class="more"> > </text>
|
|
|
</view>
|
|
|
<view class="card-item" bind:tap="clickHandlezf" wx:if="{{pay_status===1}}">
|
|
|
<text class="title">支付协议</text>
|
|
|
<text class="more"> > </text>
|
|
|
</view>
|
|
|
<view class="card-item" bind:tap="clickHandle">
|
|
|
<text class="title">隐私协议</text>
|
|
|
<text class="more"> > </text>
|
|
|
</view>
|
|
|
<view class="card-item" bind:tap="testHandle">
|
|
|
<text class="title">测试</text>
|
|
|
<text class="more"> > </text>
|
|
|
</view>
|
|
|
<view class="card-item" bind:tap="exitHandle">
|
|
|
<text class="title">退出</text>
|
|
|
<text class="more"> > </text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
|
|
|
</view> |