hookehuyr

fix 警告提示

<!--
* @Date: 2022-09-26 16:10:35
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-10-28 15:45:35
* @LastEditTime: 2022-11-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>
......
<!--
* @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>
......