소스 검색

Signed-off-by: 李妹妹 <1639016684@qq.com>

李妹妹 1 주 전
부모
커밋
9182f3efb1
10개의 변경된 파일16개의 추가작업 그리고 16개의 파일을 삭제
  1. 1 1
      api/airClassroom.js
  2. 2 2
      api/index.js
  3. 1 1
      api/onlineLecture.js
  4. 4 4
      pages.json
  5. 2 2
      pages/home/index.vue
  6. 1 1
      pages/task/index.vue
  7. 1 1
      pages_echarts/statistics.vue
  8. 2 2
      pages_live/search.vue
  9. 1 1
      pages_task/shortVideo.vue
  10. 1 1
      pages_task/taskDetail.vue

+ 1 - 1
api/airClassroom.js

@@ -1,7 +1,7 @@
 import Request from '../common/request.js';
 let request = new Request().http
 
-// 获取空中课堂任务列表
+// 获取在线讲座任务列表
 export function getAirClassroomList(data) {
 	return request('/app/task/getTaskList', data, 'GET');
 }

+ 2 - 2
api/index.js

@@ -59,11 +59,11 @@ export function getCartCount() {
  export function getChineseMedicineById(data) {
  	 return request('/store/app/index/getChineseMedicineById',data,'GET');
  }
- // 空中课堂
+ // 在线讲座
  export function getClassroomList(data) {
  	return request('/app/index/getClassroomList', data, 'POST', 'application/json;charset=UTF-8');
  }
-// 空中课堂详情
+// 在线讲座详情
  export function getClassroomDetail(data) {
  	return request('/app/index/getClassroomDetail/'+data, 'GET');
  }

+ 1 - 1
api/onlineLecture.js

@@ -1,7 +1,7 @@
 import Request from '../common/request.js';
 let request = new Request().http
 
-// 获取空中课堂列表
+// 获取在线讲座列表
 export function getOnlineLectureList(data) {
 	return request('/app/liveBroadcast/list', data, 'GET');
 }

+ 4 - 4
pages.json

@@ -110,7 +110,7 @@
 				    "path" : "shortVideo",
 				    "style" :                                                                                    
 				    {
-				        "navigationBarTitleText": "空中课堂",
+				        "navigationBarTitleText": "在线讲座",
 						"app-plus": {
 							"titleNView": false
 						}
@@ -151,7 +151,7 @@
 				    "path" : "onlineLecture",
 				    "style" :                                                                                    
 				    {
-				        "navigationBarTitleText": "空中课堂",
+				        "navigationBarTitleText": "在线讲座",
 						"app-plus": {
 							"titleNView": false
 						}
@@ -379,7 +379,7 @@
 				{
 					"path": "lecture",
 					"style": {
-						"navigationBarTitleText": "空中课堂",
+						"navigationBarTitleText": "在线讲座",
 						// "enablePullDownRefresh": false,
 						"navigationBarBackgroundColor": "#fff",
 						"navigationBarTextStyle": "black",
@@ -391,7 +391,7 @@
 				{
 					"path": "lesson",
 					"style": {
-						"navigationBarTitleText": "空中课堂",
+						"navigationBarTitleText": "在线讲座",
 						//"enablePullDownRefresh": false,
 						"navigationBarBackgroundColor": "#fff",
 						"navigationBarTextStyle": "black",

+ 2 - 2
pages/home/index.vue

@@ -57,7 +57,7 @@
 		<!-- 养生讲堂 -->
 	<!-- 	<view class="doctor-articles">
 			<view class="box-title">
-				<view class="title-l">空中课堂</view>
+				<view class="title-l">在线讲座</view>
 				<view class="title-m" @click="navTo('/pages_live/lecture')">
 					查看更多
 					<image src="@/static/image/icon_more.png" mode=""></image>
@@ -152,7 +152,7 @@
 
 		<view class="doctor-articles">
 			<view class="box-title">
-				<view class="title-l">空中课堂</view>
+				<view class="title-l">在线讲座</view>
 				<view class="title-m" @click="navTo('/pages_live/lesson')">查看更多
 					<image src="@/static/image/icon_more.png" mode=""></image>
 				</view>

+ 1 - 1
pages/task/index.vue

@@ -30,7 +30,7 @@
 			return {
 				tabs:[
 					{name:'公开课',num:0,icon:'/static/image/icon_task_zxjz.png',url:'/pages_task/onlineLecture'},
-					{name:'空中课堂',num:0,icon:'/static/image/icon_task_kzkt.png',url:'/pages_task/shortVideo'},
+					{name:'在线讲座',num:0,icon:'/static/image/icon_task_kzkt.png',url:'/pages_task/shortVideo'},
 					{name:'病例征集',num:0,icon:'/static/image/icon_task_yydy.png',url:'/pages_task/medicationSurvey'},
 					{name:'问卷调查',num:0,icon:'/static/image/icon_task_wjdc.png',url:'/pages_task/questionnaire'},
 					{name:'科普创作',num:0,icon:'/static/image/icon_task_kpcz.png',url:'/pages_task/science'},

+ 1 - 1
pages_echarts/statistics.vue

@@ -184,7 +184,7 @@ export default {
 				// { label: '科普文章', value: 'popularScienceArticle' },
 				// { label: '科普短视频', value: 'popularScienceShortVideo' },
 				// { label: '科普长视频', value: 'popularScienceLongVideo' },
-				// { label: '空中课堂', value: 'airClassroom' },
+				// { label: '在线讲座', value: 'airClassroom' },
 				// { label: '用药调研', value: 'medicationSurvey' },
 				// { label: '问卷调研', value: 'questionnaireSurvey' },
 				// { label: '社群咨询', value: 'communityConsultation' },

+ 2 - 2
pages_live/search.vue

@@ -85,8 +85,8 @@
 		data() {
 			return {
 				cates: [
-					{cateName: '空中课堂',cateId:0},
-					{cateName:'空中课堂',cateId:1},
+					{cateName: '在线讲座',cateId:0},
+					{cateName:'在线讲座',cateId:1},
 				],
 				choseCateId: 1,
 				// 状态栏的高度

+ 1 - 1
pages_task/shortVideo.vue

@@ -33,7 +33,7 @@
 						<view class="tag-item video-tag" v-if="item.taskType">
 							<image class="w28 h28 mr10" src="@/static/image/icon_longvideo.png" mode=""></image>
 							<!-- <image class="w28 h28 mr10" src="@/static/image/icon_article.png" mode=""></image> -->
-							<text>空中课堂</text>
+							<text>在线讲座</text>
 							
 						</view>
 						<view class="tag-item category">

+ 1 - 1
pages_task/taskDetail.vue

@@ -25,7 +25,7 @@
 					<view class="tag-item video-tag">
 						<image v-if="taskData.taskType==4" class="w28 h28 mr10" src="@/static/image/icon_article.png" mode=""></image>
 						<image v-else class="w28 h28 mr10" src="@/static/image/icon_longvideo.png" mode=""></image>
-						<text>{{taskData.taskType==4?'文章':taskData.taskType==3?'空中课堂':taskData.taskType==5?'短视频':'长视频'}}</text>
+						<text>{{taskData.taskType==4?'文章':taskData.taskType==3?'在线讲座':taskData.taskType==5?'短视频':'长视频'}}</text>
 					</view>
 					<view class="tag-item category">学术</view>
 					</view>