twt 1 年之前
父节点
当前提交
d5f793f73a

+ 4 - 4
common/request.js

@@ -1,8 +1,8 @@
  //测试地址
-const baseURL = 'http://api.dms.66km.com.cn/' 
- const burl2='http://api.dms.66km.com.cn/' 
-/*  const baseURL = 'http://192.168.0.147:20189/'
- const burl2='http://192.168.0.147:20189/' */
+/* const baseURL = 'http://api.dms.66km.com.cn/' 
+ const burl2='http://api.dms.66km.com.cn/' */
+ const baseURL = 'http://192.168.0.132:20189/'
+ const burl2='http://192.168.0.132:20189/' 
 //66正式
 /* const baseURL = 'https://apidms.66km.com/' 
  const burl2='https://apidms.66km.com/' */

+ 2 - 2
components/pcNav/pcNav.vue

@@ -73,7 +73,7 @@
 				}); 
 			},
 			getInfo(){
-				this.$http('/trainingOpenApi/getInfo', {}, 'GET').then(res => {
+				this.$http('/trainingOpenApiV2/getInfo', {}, 'GET').then(res => {
 					this.info = res.data
 				})
 			},
@@ -84,7 +84,7 @@
 				this.$emit("getIndexList",1);
 			},
 			getallCategory(){
-				this.$http('/trainingOpenApi/allCategory', {}, 'GET').then(res => {
+				this.$http('/trainingOpenApiV2/allCategory', {}, 'GET').then(res => {
 					this.allCategory = res.data
 				})
 			},

+ 4 - 4
pages/mobile/detail.vue

@@ -109,7 +109,7 @@
 					title: '加载中'
 				})
 
-				let url = '/trainingOpenApi/articleDetail',
+				let url = '/trainingOpenApiV2/articleDetail',
 					params = {
 						id: this.id,
 					}
@@ -301,8 +301,8 @@
 		font-size: 28rpx;
 		color: #333333;
 		width: 100%;
-		word-break: break-all;
-		text-decoration:underline;
+		word-break: break-all;
+		text-decoration:underline;
 		
 	}
 
@@ -362,4 +362,4 @@
 		cursor: pointer;
 		z-index: 999;
 	}
-</style>
+</style>

+ 3 - 3
pages/mobile/index.vue

@@ -211,7 +211,7 @@
 				uni.showLoading({
 					title: '加载中'
 				})
-				let url = '/trainingOpenApi/indexData',
+				let url = '/trainingOpenApiV2/indexData',
 					params = {
 
 					}
@@ -239,7 +239,7 @@
 				uni.showLoading({
 					title: '加载中'
 				})
-				let url = '/trainingOpenApi/allCategory',
+				let url = '/trainingOpenApiV2/allCategory',
 					params = {
 
 					}
@@ -506,4 +506,4 @@
 		bottom: 100rpx;
 		cursor: pointer;
 	}
-</style>
+</style>

+ 67 - 67
pages/mobile/list.vue

@@ -35,11 +35,11 @@
 		<!-- 上拉 加载更多 -->
 		<view class="noMore" v-if="noMoreShow">没有更多数据</view>
 		<!-- 无数据空白页 -->
-		<nodata v-if="itemArr.length==0"></nodata>
-		
-		<view class="gotop" @click="gotoTop">
-			<image src="../../static/pcimg/btn_top@2x.png" mode="" class="gotopImg"></image>
-		</view>
+		<nodata v-if="itemArr.length==0"></nodata>
+		
+		<view class="gotop" @click="gotoTop">
+			<image src="../../static/pcimg/btn_top@2x.png" mode="" class="gotopImg"></image>
+		</view>
 		
 
 	</view>
@@ -75,23 +75,23 @@
 			// 	title: this.topName
 			// })
 		},
-		methods: {
-			gotoTop(){
-				uni.pageScrollTo({ 
-				      scrollTop: 0, duration: 300 
-				    }); 
-			},
-			goDetail(item){
-				uni.navigateTo({
-					url:'detail?id=' + item.ID
-				})
+		methods: {
+			gotoTop(){
+				uni.pageScrollTo({ 
+				      scrollTop: 0, duration: 300 
+				    }); 
+			},
+			goDetail(item){
+				uni.navigateTo({
+					url:'detail?id=' + item.ID
+				})
 			},
 			getItemData() {
 				uni.showLoading({
 					title: '加载中'
 				})
 
-				let url = 'trainingOpenApi/groupPageData',
+				let url = 'trainingOpenApiV2/groupPageData',
 					params = {
 						page: this.page,
 						limit: 10,
@@ -224,17 +224,17 @@
 
 	}
 
-	.top {
-		
-		background-color: #FFFFFF;
-		
-		padding: 40rpx 74rpx;
-		
-		
-		color: #999999;
-		font-size: 24rpx;
-		text-align: center;
-	
+	.top {
+		
+		background-color: #FFFFFF;
+		
+		padding: 40rpx 74rpx;
+		
+		
+		color: #999999;
+		font-size: 24rpx;
+		text-align: center;
+	
 	}
 
 
@@ -254,42 +254,42 @@
 		background-color: #FFFFFF;
 		padding: 30rpx 0;
 		
-	}
-	.line {
-		border-top: #eeeeee 2rpx solid;
+	}
+	.line {
+		border-top: #eeeeee 2rpx solid;
 	}
 
-	.title {
-		font-size: 28rpx;
-		font-weight: bold;
-		color: #3c3c3c;
-		
-		/* 隐藏文字显示 ...不换行 */
-		overflow: hidden;
-		text-overflow: ellipsis;
-		white-space: nowrap;
-	}
-	
-	.title2 {
-	
-		font-size: 24rpx;
-		color: #999999;
-	
-		//超过固定行数 隐藏
-		display: -webkit-box;
-		overflow: hidden;
-		text-overflow: ellipsis;
-		word-wrap: break-word;
-		white-space: normal !important;
-		-webkit-line-clamp: 3;
-		-webkit-box-orient: vertical;
-		margin: 14rpx 0;
+	.title {
+		font-size: 28rpx;
+		font-weight: bold;
+		color: #3c3c3c;
+		
+		/* 隐藏文字显示 ...不换行 */
+		overflow: hidden;
+		text-overflow: ellipsis;
+		white-space: nowrap;
+	}
+	
+	.title2 {
+	
+		font-size: 24rpx;
+		color: #999999;
+	
+		//超过固定行数 隐藏
+		display: -webkit-box;
+		overflow: hidden;
+		text-overflow: ellipsis;
+		word-wrap: break-word;
+		white-space: normal !important;
+		-webkit-line-clamp: 3;
+		-webkit-box-orient: vertical;
+		margin: 14rpx 0;
 	}
 
 
 	.img2 {
 		width: 240rpx;
-		height: 135rpx;
+		height: 135rpx;
 		border-radius: 10rpx;
 	}
 
@@ -303,15 +303,15 @@
 		line-height: 50rpx;
 		color: #999999;
 		font-size: 28rpx;
-	}
-	.gotopImg{
-		width: 100rpx;
-		height: 100rpx;
-	}
-	.gotop{
-		position: fixed;
-		right: 15rpx;
-		bottom: 100rpx;
-		cursor: pointer;
 	}
-</style>
+	.gotopImg{
+		width: 100rpx;
+		height: 100rpx;
+	}
+	.gotop{
+		position: fixed;
+		right: 15rpx;
+		bottom: 100rpx;
+		cursor: pointer;
+	}
+</style>

+ 10 - 10
pages/mobile/search.vue

@@ -65,7 +65,7 @@
 				page: 1,
 				itemArr: [],
 				TotalSize: '',
-				noMoreShow: false,
+				noMoreShow: false,
 				isFirst:true,
 			}
 		},
@@ -90,7 +90,7 @@
 				})
 			},
 			search(val) {
-				console.log(val);
+				console.log(val);
 				this.isFirst = false
 				this.searchValue = val
 				if (this.searchValue.length != 0) {
@@ -107,7 +107,7 @@
 					title: '加载中'
 				})
 
-				let url = 'trainingOpenApi/searchPageData',
+				let url = 'trainingOpenApiV2/searchPageData',
 					params = {
 						page: this.page,
 						limit: 10,
@@ -236,17 +236,17 @@
 		padding: 30rpx 0;
 		
 	}
-	.line{
-		border-top: #eeeeee 2rpx solid;
+	.line{
+		border-top: #eeeeee 2rpx solid;
 	}
 	.title {
 		font-size: 28rpx;
 		font-weight: bold;
 		color: #3c3c3c;
-		
-		/* 隐藏文字显示 ...不换行 */
-		overflow: hidden;
-		text-overflow: ellipsis;
+		
+		/* 隐藏文字显示 ...不换行 */
+		overflow: hidden;
+		text-overflow: ellipsis;
 		white-space: nowrap;
 	}
 
@@ -295,4 +295,4 @@
 		bottom: 100rpx;
 		cursor: pointer;
 	}
-</style>
+</style>

+ 29 - 29
pages/mobile/topTab.vue

@@ -90,12 +90,12 @@
 			// 	title: this.topName
 			// })
 		},
-		methods: {
-			gotoTop() {
-				uni.pageScrollTo({
-					scrollTop: 0,
-					duration: 300
-				});
+		methods: {
+			gotoTop() {
+				uni.pageScrollTo({
+					scrollTop: 0,
+					duration: 300
+				});
 			},
 			onPageScroll(e) {
 
@@ -138,7 +138,7 @@
 				} else {
 					parentCode = this.bannerArr[this.tabIndex].code
 				}
-				let url = '/trainingOpenApi/categoryPageData',
+				let url = '/trainingOpenApiV2/categoryPageData',
 					params = {
 						page: this.page,
 						limit: 10,
@@ -294,8 +294,8 @@
 		padding: 0 24rpx;
 	}
 
-	.guding {
-		padding: 0 24rpx;
+	.guding {
+		padding: 0 24rpx;
 		background-color: #FFFFFF;
 		position: fixed;
 		left: 0;
@@ -344,19 +344,19 @@
 		background-color: #FFFFFF;
 		padding: 30rpx 0;
 		
-	}
-	.line {
-		border-top: #eeeeee 2rpx solid;
+	}
+	.line {
+		border-top: #eeeeee 2rpx solid;
 	}
 
 	.title {
 		font-size: 28rpx;
 		font-weight: bold;
-		color: #3c3c3c;
+		color: #3c3c3c;
 		
-		/* 隐藏文字显示 ...不换行 */
-		overflow: hidden;
-		text-overflow: ellipsis;
+		/* 隐藏文字显示 ...不换行 */
+		overflow: hidden;
+		text-overflow: ellipsis;
 		white-space: nowrap;
 	}
 
@@ -393,17 +393,17 @@
 		line-height: 50rpx;
 		color: #999999;
 		font-size: 28rpx;
-	}
-	.gotopImg {
-		width: 100rpx;
-		height: 100rpx;
-	}
-	
-	.gotop {
-		position: fixed;
-		right: 15rpx;
-		bottom: 100rpx;
-		cursor: pointer;
-		z-index: 99999;
 	}
-</style>
+	.gotopImg {
+		width: 100rpx;
+		height: 100rpx;
+	}
+	
+	.gotop {
+		position: fixed;
+		right: 15rpx;
+		bottom: 100rpx;
+		cursor: pointer;
+		z-index: 99999;
+	}
+</style>

+ 1 - 1
pages/pc/detail.vue

@@ -81,7 +81,7 @@
 				uni.showLoading({
 					title: '加载中'
 				})
-				let url = '/trainingOpenApi/articleDetail',
+				let url = '/trainingOpenApiV2/articleDetail',
 					params = {
 						id: this.id,
 					}

+ 1 - 1
pages/pc/groupingList.vue

@@ -159,7 +159,7 @@
 				uni.showLoading({
 					title: '加载中'
 				})
-				this.$http('/trainingOpenApi/categoryPageData', params, 'GET').then(res => {
+				this.$http('/trainingOpenApiV2/categoryPageData', params, 'GET').then(res => {
 					uni.hideLoading();
 					this.list=res.data.Items;
 					this.TotalSize=res.data.TotalSize;

+ 1 - 1
pages/pc/index.vue

@@ -156,7 +156,7 @@
 				uni.showLoading({
 					title: '加载中'
 				})
-				this.$http('/trainingOpenApi/indexData', {}, 'GET').then(res => {
+				this.$http('/trainingOpenApiV2/indexData', {}, 'GET').then(res => {
 					uni.hideLoading();
 					this.indexData = res.data;
 					this.recommendList=this.indexData.recommendList

+ 4 - 4
pages/pc/indexNew.vue

@@ -446,7 +446,7 @@
 				uni.showLoading({
 					title: '加载中'
 				})
-				this.$http('/trainingOpenApi/indexData', {}, 'GET').then(res => {
+				this.$http('/trainingOpenApiV2/indexData', {}, 'GET').then(res => {
 					uni.hideLoading();
 					this.indexData = res.data;
 					this.recommendList=this.indexData.recommendList
@@ -486,7 +486,7 @@
 							limit:this.pageSize,
 							page:this.page,
 						}
-						var url='trainingOpenApi/categoryPageDataNew'
+						var url='trainingOpenApiV2/categoryPageDataNew'
 						this.$http(url, params, 'GET').then(res => {
 							uni.hideLoading();
 							this.list=res.data.Items;
@@ -505,7 +505,7 @@
 								limit: 10,
 								parentCode: this.topCode,
 							}
-							var url='trainingOpenApi/groupPageData'
+							var url='trainingOpenApiV2/groupPageData'
 							this.$http(url, params, 'GET').then(res => {
 								uni.hideLoading();
 								this.list=res.data.Items;
@@ -517,7 +517,7 @@
 					uni.showLoading({
 						title: '加载中'
 					})
-					//trainingOpenApi/categoryPageData
+					//trainingOpenApiV2/categoryPageData
 					
 				}
 			}

+ 1 - 1
pages/pc/list.vue

@@ -152,7 +152,7 @@
 				uni.showLoading({
 					title: '加载中'
 				})
-				this.$http('/trainingOpenApi/categoryPageDataNew', params, 'GET').then(res => {
+				this.$http('/trainingOpenApiV2/categoryPageDataNew', params, 'GET').then(res => {
 					uni.hideLoading();
 					this.list=res.data.Items;
 					this.TotalSize=res.data.TotalSize;

+ 1 - 1
pages/pc/newDetail.vue

@@ -119,7 +119,7 @@
 				uni.showLoading({
 					title: '加载中'
 				})
-				let url = '/trainingOpenApi/articleDetail',
+				let url = '/trainingOpenApiV2/articleDetail',
 					params = {
 						id: this.id,
 					}

+ 1 - 1
pages/pc/newgroupingList.vue

@@ -196,7 +196,7 @@
 				uni.showLoading({
 					title: '加载中'
 				})
-				this.$http('/trainingOpenApi/categoryPageData', params, 'GET').then(res => {
+				this.$http('/trainingOpenApiV2/categoryPageData', params, 'GET').then(res => {
 					uni.hideLoading();
 					this.list=res.data.Items;
 					this.TotalSize=res.data.TotalSize;

+ 2 - 2
pages/pc/newsearchlist.vue

@@ -85,7 +85,7 @@
 				uni.showLoading({
 					title: '加载中'
 				})
-				this.$http('/trainingOpenApi/searchPageData', params, 'GET').then(res => {
+				this.$http('/trainingOpenApiV2/searchPageData', params, 'GET').then(res => {
 					this.sstitle=this.title;
 					this.sstype=true;
 					uni.hideLoading();
@@ -147,7 +147,7 @@
 				uni.showLoading({
 					title: '加载中'
 				})
-				this.$http('/trainingOpenApi/categoryPageData', params, 'GET').then(res => {
+				this.$http('/trainingOpenApiV2/categoryPageData', params, 'GET').then(res => {
 					uni.hideLoading();
 					this.list=res.data.Items;
 					this.TotalSize=res.data.TotalSize;

+ 2 - 2
pages/pc/searchlist.vue

@@ -86,7 +86,7 @@
 				uni.showLoading({
 					title: '加载中'
 				})
-				this.$http('/trainingOpenApi/searchPageData', params, 'GET').then(res => {
+				this.$http('/trainingOpenApiV2/searchPageData', params, 'GET').then(res => {
 					this.sstitle=this.title;
 					this.sstype=true;
 					uni.hideLoading();
@@ -136,7 +136,7 @@
 				uni.showLoading({
 					title: '加载中'
 				})
-				this.$http('/trainingOpenApi/categoryPageData', params, 'GET').then(res => {
+				this.$http('/trainingOpenApiV2/categoryPageData', params, 'GET').then(res => {
 					uni.hideLoading();
 					this.list=res.data.Items;
 					this.TotalSize=res.data.TotalSize;