Преглед изворни кода

修改:1.登录文字修改;2.首页导航调换位置;3.个人页面字体大小修改

littleblue55 пре 1 недеља
родитељ
комит
6c20eda6e8
3 измењених фајлова са 13 додато и 12 уклоњено
  1. 11 10
      pages/index/index.vue
  2. 1 1
      pages/initial/initial.vue
  3. 1 1
      pages/personalCenter/personalCenter.vue

+ 11 - 10
pages/index/index.vue

@@ -225,14 +225,15 @@
 			otherAppId: '其他小程序的appid'
 		},
 		{
-			id: 'guide',
-			title: '办事指引',
-			isLogin: false,
-			icon: 'icon-caidanguanli',
-			url: '/pages/guide/guide/guide',
+			id: 'report',
+			title: '研究报告',
+			isLogin: true,
+			icon: 'icon-circular',
+			url: '/pages/researchReport/reportHome/reportHome',
 			toOtherApp: false,
 			otherAppId: '其他小程序的appid'
 		},
+		
 		{
 			id: 'edu',
 			title: '行业培训',
@@ -252,11 +253,11 @@
 			otherAppId: 'wx050c17d8b239da86'
 		},
 		{
-			id: 'report',
-			title: '研究报告',
-			isLogin: true,
-			icon: 'icon-circular',
-			url: '/pages/researchReport/reportHome/reportHome',
+			id: 'guide',
+			title: '办事指引',
+			isLogin: false,
+			icon: 'icon-caidanguanli',
+			url: '/pages/guide/guide/guide',
 			toOtherApp: false,
 			otherAppId: '其他小程序的appid'
 		},

+ 1 - 1
pages/initial/initial.vue

@@ -6,7 +6,7 @@
 					mode="aspectFit" style="height: 80rpx;"></image>
 			</view>
 			<view class="app-title u-m-b-60">
-				欢迎使用会员中心系统小程序
+				欢迎使用会员服务中心
 			</view>
 			<view style="height: 25vh;">
 				<u-button v-if="userBook" open-type="getPhoneNumber" @getphonenumber="decryptPhoneNumber" class="custom-button" style="width: 40px;" plain :hair-line="false">

+ 1 - 1
pages/personalCenter/personalCenter.vue

@@ -615,7 +615,7 @@
 
 			.menu-item-box {
 				height: 100rpx;
-				font-size: $uni-font-size-1;
+				font-size: 28rpx;
 				padding:  10rpx;
 				display: flex;
 				gap: 10rpx;