|
|
@ -16,7 +16,7 @@ |
|
|
|
<view class="right-section"> |
|
|
|
<view class="avatar-container" @click="toWebView"> |
|
|
|
<image class="avatar" |
|
|
|
src="https://epic.js-dyyj.com/uploads/20250728/7d9ba1fe109643681396cb03f60f3218.png" |
|
|
|
src="https://epic.js-dyyj.com/uploads/20250826/92b0a21e9125fc21ca294a408bf3508f.png" |
|
|
|
mode="aspectFill"></image> |
|
|
|
</view> |
|
|
|
<view class="" style="display: flex;flex-direction: column;justify-content: space-between;height: 100%;"> |
|
|
@ -36,7 +36,7 @@ |
|
|
|
<!-- 左侧:欢迎信息 --> |
|
|
|
<view class="left-section"> |
|
|
|
<view class="welcome-message"> |
|
|
|
<view class="welcome-text">Hi!{{ |
|
|
|
<view class="welcome-text">Hi! {{ |
|
|
|
userInfo && userInfo.token ? userInfo.nickname : "用户" |
|
|
|
}}欢迎回来~</view> |
|
|
|
</view> |
|
|
@ -46,14 +46,14 @@ |
|
|
|
<view class="" style="display: flex;align-items: flex-end;justify-content: space-between;"> |
|
|
|
<view class="" @click="toOrder"> |
|
|
|
<view class="stats-info"> |
|
|
|
<text class="stats-number">2</text> |
|
|
|
<text class="stats-number">{{userInfo&&userInfo.unUseOrderQuantity||0}}</text> |
|
|
|
<text class="stats-unit">个</text> |
|
|
|
</view> |
|
|
|
<view class="stats-label">数字权益行</view> |
|
|
|
</view> |
|
|
|
<div @click="toTime"> |
|
|
|
<view class="stats-info" > |
|
|
|
<text class="stats-number">2</text> |
|
|
|
<text class="stats-number">{{userInfo&&userInfo.ipQuantity||0}}</text> |
|
|
|
<text class="stats-unit">个</text> |
|
|
|
</view> |
|
|
|
<view class="stats-label">数字资产行</view> |
|
|
@ -98,7 +98,7 @@ |
|
|
|
</view> |
|
|
|
<view class="time-reward-label" |
|
|
|
style="margin-top: 15rpx;font-weight: bold;font-size: 26rpx;"> |
|
|
|
积分:999<text |
|
|
|
积分:0<text |
|
|
|
style="color: #999999;font-size: 22rpx;margin-left: 10rpx;">积分获取规则</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -125,7 +125,8 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<image class="avatar" |
|
|
|
src="https://epic.js-dyyj.com/uploads/20250728/7d9ba1fe109643681396cb03f60f3218.png" |
|
|
|
@click="toWebView" |
|
|
|
src="https://epic.js-dyyj.com/uploads/20250826/92b0a21e9125fc21ca294a408bf3508f.png" |
|
|
|
mode="aspectFill"></image> |
|
|
|
</view> |
|
|
|
</template> |
|
|
@ -136,7 +137,7 @@ |
|
|
|
<view v-else class="compact-content"> |
|
|
|
<text class="compact-name">{{ getCompactName() }}</text> |
|
|
|
<image class="compact-avatar" |
|
|
|
src="https://epic.js-dyyj.com/uploads/20250728/7d9ba1fe109643681396cb03f60f3218.png" |
|
|
|
src="https://epic.js-dyyj.com/uploads/20250826/92b0a21e9125fc21ca294a408bf3508f.png" |
|
|
|
mode="aspectFill"></image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|