Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
swx_weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2022-11-01 17:47:22 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
38c1c0cbf0d0bd0ca967c05ec7423c911632954c
38c1c0cb
1 parent
b38a9998
fix 警告提示
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
src/components/activity-bar.vue
src/pages/my/index.vue
src/components/activity-bar.vue
View file @
38c1c0c
<!--
* @Date: 2022-09-26 16:10:35
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-1
0-28 15:45:35
* @LastEditTime: 2022-1
1-01 17:46:29
* @FilePath: /swx/src/components/activity-bar.vue
* @Description: 活动详情页底部导航栏
-->
<template>
<view class="activity-bar-page">
<van-row>
<van-col span="5">
<van-col span="5"
offset="0"
>
<view @tap="goTo('home')" class="home">
<view style="height: 1.75rem;">
<van-icon :name="icon_home1" size="1.75rem" color="" />
...
...
@@ -16,7 +16,7 @@
<view><text class="home-text">首页</text></view>
</view>
</van-col>
<van-col span="19">
<van-col span="19"
offset="0"
>
<!-- <view v-if="isEnd == 1">
<view class="activity-close">
<view class="button">活动结束</view>
...
...
src/pages/my/index.vue
View file @
38c1c0c
<!--
* @Date: 2022-09-21 14:51:44
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-11-01 17:
38:01
* @LastEditTime: 2022-11-01 17:
43:48
* @FilePath: /swx/src/pages/my/index.vue
* @Description: 我的页面
-->
...
...
@@ -10,16 +10,16 @@
<view style="width: 100%; background-image: url(http://gyzs.onwall.cn/userinfo_bg-top%402x.png); background-size: contain; background-repeat: no-repeat;">
<view style="height: 4rem; padding: 1rem;">
<van-row>
<van-col span="18">
<van-col span="18"
offset="0"
>
<view @tap="editUser" style="position: relative;">
<van-image :round="true" width="4rem" height="4rem" :src="avatar" />
<van-image :round="true" width="4rem" height="4rem" :src="avatar"
fit=""
/>
<view style="display: inline-block; position: absolute; top: 30%; left: 30%;">
<text style="font-size: 1.15rem;">{{ nickname }}</text>
<!-- <van-icon :name="icon_vip" size="1rem" color="" class="vip-icon" /> -->
</view>
</view>
</van-col>
<van-col span="6">
<van-col span="6"
offset="0"
>
<view @tap="myProject()" style="background-color: #DABE73; color: white; padding: 0.5rem 0; border-radius: 1rem; text-align: center; font-size: 0.9rem;margin-top: 1rem;">我的主办方</view>
</van-col>
</van-row>
...
...
Please
register
or
login
to post a comment