|
|
@ -17,12 +17,23 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="complete-info" bindtap="navigateToComplete"> |
|
|
|
<image class="complete-image" src="../../images/mine/wanshanxinxi.png" /> |
|
|
|
<view class="complete-content"> |
|
|
|
<view wx:if="{{changeName}}" class="tip">完善信息</view> |
|
|
|
<view wx:else class="tip">更改信息</view> |
|
|
|
<image class="rightsword" src="../../images/mine/mine-rightsword.png" /> |
|
|
|
<view class="right-enter"> |
|
|
|
<view class="complete-info" bindtap="navigateToComplete"> |
|
|
|
<image class="complete-image" src="../../images/mine/wanshanxinxi.png" /> |
|
|
|
<view class="complete-content"> |
|
|
|
<view wx:if="{{changeName}}" class="tip">完善信息</view> |
|
|
|
<view wx:else class="tip">更改信息</view> |
|
|
|
<image class="rightsword" src="../../images/mine/mine-rightsword.png" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="complete-info"> |
|
|
|
<image class="complete-image" src="../../images/mine/signup.png" wx:if="{{userInfo.isSignUp == 0}}" bindtap="toSignUp"/> |
|
|
|
<image class="complete-image" src="../../images/mine/signedup.png" wx:else/> |
|
|
|
<!-- <view class="complete-content"> |
|
|
|
<view wx:if="{{changeName}}" class="tip">完善信息</view> |
|
|
|
<view wx:else class="tip">更改信息</view> |
|
|
|
<image class="rightsword" src="../../images/mine/mine-rightsword.png" /> |
|
|
|
</view> --> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -31,7 +42,8 @@ |
|
|
|
|
|
|
|
<text class="text2" bindtap="navigateToIntegralCentre" data-points="{{userInfo.points}}">积分:{{userInfo.points}}</text> |
|
|
|
|
|
|
|
<text class="text3" bindtap="jqqd">积分兑换</text> |
|
|
|
<text class="text3"></text> |
|
|
|
<!-- <text class="text3" bindtap="jqqd">积分兑换</text> --> |
|
|
|
</view> |
|
|
|
<!-- <view class="bottom"> |
|
|
|
<view class="operation" bindtap="navigateToInviteRecord"> |
|
|
@ -118,3 +130,8 @@ |
|
|
|
|
|
|
|
<completeInfo-dialog completeInfoDialogVisible="{{completeInfoDialogVisible}}"> |
|
|
|
</completeInfo-dialog> |
|
|
|
|
|
|
|
<!-- 签到后提醒 --> |
|
|
|
<wux-popup visible="{{visible}}" title="{{signCode === 0 ? '签到成功' : '签到失败'}}" content="{{signMsg}}" bind:close="onClose"> |
|
|
|
<view slot="footer" class="popup__button" bindtap="onClose">确定</view> |
|
|
|
</wux-popup> |