浏览代码

修改首页提示

zhangwf 3 年之前
父节点
当前提交
9d69d8a368
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      pages/homePage/homePage.vue

+ 2 - 1
pages/homePage/homePage.vue

@@ -5,7 +5,7 @@
 			<view class="liveContent">
 				<view class="backDiv"></view>
 				<view class="title">分享好房 · 躺平赚钱</view>
-				<view class="subTitle" @click="setEnv">新手赚钱帮助 ></view>
+				<view class="subTitle"></view>
 				<view class="levelDiv"
 					style="background: url('https://dm.static.elab-plus.com/yezhu/h5/icon_line_back.png') center/100% 100% no-repeat;">
 					<view class="" v-if="userInfo.userId">
@@ -606,6 +606,7 @@
 				text-align: left;
 				color: #ffffff;
 				margin-top: 20rpx;
+				height: 40rpx;
 				z-index: 2;
 			}