Browse Source

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

李妹妹 3 weeks ago
parent
commit
299ebb63fe
3 changed files with 4 additions and 1 deletions
  1. 1 1
      pages/home/newindex.vue
  2. 1 0
      pages/home/productList.vue
  3. 2 0
      pages_course/videovip.vue

+ 1 - 1
pages/home/newindex.vue

@@ -239,7 +239,7 @@ export default {
 			if (this.goodsLoading || !this.goodsHasMore) return
 			this.goodsLoading = true
 			const id = this.activeGoodsNavId === 'all' || this.activeGoodsNavId === '' ? 0 : this.activeGoodsNavId
-			getHomeGoods({ id, pageNum: this.goodsPageNum, pageSize: 10 }).then(res => {
+			getHomeGoods({ id, position:2,pageNum: this.goodsPageNum, pageSize: 10 }).then(res => {
 				this.goodsLoading = false
 				if (res.code == 200 && res.data) {
 					const list = Array.isArray(res.data.list) ? res.data.list : []

+ 1 - 0
pages/home/productList.vue

@@ -72,6 +72,7 @@
 					// newOrder:null,
 					// priceOrder:null,
 					// salesOrder:null,
+					position:1,
 					keyword:"",
 				},
 				mescroll:null,

+ 2 - 0
pages_course/videovip.vue

@@ -801,6 +801,8 @@
 					"videoId": this.videoId,
 					"fsUserId": userId,
 					"courseId": this.courseId,
+					"projectId":this.projectId,
+					"periodId":this.periodId,
 					"companyUserId": this.companyUserId
 				}
 				getRemainTime(data).then(res => {