Browse Source

commit -m 修改

zhengjinyi 4 years ago
parent
commit
e49f9a36a6
1 changed files with 2 additions and 1 deletions
  1. 2 1
      services/common.service.js

+ 2 - 1
services/common.service.js

@@ -143,9 +143,10 @@ export default class CommonService {
 	/*活动页面获取楼层*/
 	/*活动页面获取楼层*/
 	GetActivityFloorData (data = {}) {
 	GetActivityFloorData (data = {}) {
 		return this.AjaxService.get({ 
 		return this.AjaxService.get({ 
-			url:'/home/activity/data', 
+			url:'/commodity/page/floor', 
 			data, 
 			data, 
 			isLoading: false ,
 			isLoading: false ,
+			isHost:true
 		})
 		})
 	}
 	}
 }
 }