ソースを参照

1修改样式

306132416@qq.com 6 年 前
コミット
5e87ed2967
共有2 個のファイルを変更した8 個の追加2 個の削除を含む
  1. 1 1
      pages/index/index.vue
  2. 7 1
      pages/selfInfo/selfInfo.vue

+ 1 - 1
pages/index/index.vue

@@ -205,7 +205,7 @@ export default {
 		//this.getNowTime();
 		this.userHeadUrl = getApp().globalData.user_headUrl || '../../static/userDefault.png',
 		getApp().globalData.isAuth ? this.isAuth = true : this.isAuth = false ;
-		getApp().globalData.user_id ? this.getUserStorage(): this.isAuth = false ;
+		getApp().globalData.user_id ? this.getUserStorage(): this.title = 'RABOT' ;
 		getApp().globalData.isAuth ? this.getHistory() : this.isAuth = false ;
 	},
 	methods: {

+ 7 - 1
pages/selfInfo/selfInfo.vue

@@ -47,7 +47,7 @@
 			
 			<view class="setting-content-box" @click.stop="inviteFriend()">
 				<view class="setting-content-text">
-					<image src="../../static/icon/share-icon.png" mode="" class="askIcon"></image>
+					<image src="../../static/icon/share-icon.png" mode="" class="shareIcon"></image>
 				    <text>邀好友</text>
 				</view>
 				<view style="margin-right: 2%;margin-top:2%;display: flex;">
@@ -358,6 +358,12 @@
 		margin-left: 8%!important;
 		margin-right: 5%!important;
 	}
+	.shareIcon {
+		width: 50rpx!important;
+		height: 50rpx!important;
+		margin-left: 7%!important;
+		margin-right: 4%!important;
+	}
 	.setting-content-text text {
 		font-size:30rpx;
 	}