Quellcode durchsuchen

修改: 首页功能导航中继续教育修改成行业培训

littleblue55 vor 3 Tagen
Ursprung
Commit
c3901c2660
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      pages/goOnEdu/index.vue
  2. 1 1
      pages/index/index.vue

+ 1 - 1
pages/goOnEdu/index.vue

@@ -2,7 +2,7 @@
 	<view>
 		<view class="main-btn" @click="toPage(courseUrl)">
 			<image :src="`${FILE_URL}/edu-icon/course.png`"></image>
-			<text>行业培训</text>
+			<text>培训课程</text>
 		</view>
 		<view class="main-btn" @click="toOtherApp">
 			<image :src="`${FILE_URL}/edu-icon/net.png`"></image>

+ 1 - 1
pages/index/index.vue

@@ -236,7 +236,7 @@ import { msg, msgSuccess } from '../../utils/common'
 		},
 		{
 			id: 'edu',
-			title: '继续教育',
+			title: '行业培训',
 			isLogin: true,
 			icon: 'icon-xueshimao1',
 			url: '/pages/goOnEdu/index',