Browse Source

用户页面字眼修改

dev
396316021 1 year ago
parent
commit
7d3571ffa4
  1. 2
      pages/Index/components/UserPage/index.vue
  2. 2
      pages/Project/index.vue

2
pages/Index/components/UserPage/index.vue

@ -108,7 +108,7 @@
<view class="card-container" :style="{backgroundImage:'url('+staticImage.userAdvisorBg+')'}">
<view class="top-container row">
<view class="title">
<u-text :text="'我的顾问积分'" size="32rpx" color="#fff" line-height="48rpx"></u-text>
<u-text :text="'我的积分'" size="32rpx" color="#fff" line-height="48rpx"></u-text>
</view>
<view @click="navTo('/pages/Integral/detail',true)" class="text-btn row col" style="flex: 0 0 160rpx;">
<u-text :text="'积分明细'" size="32rpx" color="#fff" line-height="48rpx"></u-text>

2
pages/Project/index.vue

@ -9,7 +9,7 @@
></u-navbar>
<view class="body-background"></view>
<view class="wallpaper-container border-box">
<view class="top-image">
<view class="top-image" v-if="detail.banner">
<u-image radius="20" :src="detail.banner" width="100%" height="240" mode="widthFix"></u-image>
</view>
<view class="time-container" v-if="detail.status === 0 || detail.status === 1">

Loading…
Cancel
Save