|
|
@ -10,7 +10,10 @@ |
|
|
|
<view class="text-xl">{{ userInfo.nickName }}</view> |
|
|
|
<view class="text-df padding-top-xs description">{{ userInfo.classes }}</view> |
|
|
|
</view> |
|
|
|
<view :style="{'color':userInfo.healthyCodeColor}" class="iconfont icon-qrcode healthy-coad"></view> |
|
|
|
<view |
|
|
|
:style="{ color: userInfo.healthyCodeColor }" |
|
|
|
class="iconfont icon-qrcode healthy-coad" |
|
|
|
></view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- 列表 --> |
|
|
@ -28,14 +31,13 @@ |
|
|
|
<view class="text-lg">我的行程</view> |
|
|
|
<view class="iconfont icon-right more"></view> |
|
|
|
</view> |
|
|
|
<view class="cu-item"> |
|
|
|
<view class="cu-item" @tap="openPage('/pages/my-signs/my-signs')"> |
|
|
|
<view class="text-lg">我的校园打卡</view> |
|
|
|
<view class="iconfont icon-right more"></view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
</template> |
|
|
|
|
|
|
|
<script> |
|
|
@ -47,7 +49,7 @@ export default { |
|
|
|
avatarUrl: '../../../static/head-portrait.jpg', |
|
|
|
nickName: '丁菲菲', |
|
|
|
classes: '计算机19级软工二班', |
|
|
|
healthyCodeColor: '#11A20D' |
|
|
|
healthyCodeColor: '#11A20D', |
|
|
|
}, |
|
|
|
}; |
|
|
|
}, |
|
|
|