diff --git a/components/vc-recommend/vc-recommend.vue b/components/vc-recommend/vc-recommend.vue index 95b8833..57d6c99 100644 --- a/components/vc-recommend/vc-recommend.vue +++ b/components/vc-recommend/vc-recommend.vue @@ -93,7 +93,7 @@ let _that = this; _that.communityId = getMallCommunityId(); let _data = { - page: this.pagefrom+1, + page: 1, row: this.pagesize, communityId: _that.communityId, mainCategoryId: _that.curCategoryId diff --git a/constant/url.js b/constant/url.js index 64fbf7f..75fcf88 100644 --- a/constant/url.js +++ b/constant/url.js @@ -135,7 +135,7 @@ export default { queryQuestionAnswerTitle: baseUrl + "app/question.listQuestionTitle", saveUserQuestionAnswerValue: baseUrl + "app/question.saveOwnerQuestionAnswer", listMachineTranslates: baseUrl + "app/machineTranslate.listMachineTranslates", - generatorHcCode: baseUrl + "app/userLogin/generatorHcCode", + generatorHcCode: baseUrl + "app/login.generatorHcCode", queryApplyRoomDiscount: baseUrl + "app/applyRoomDiscount/queryApplyRoomDiscount", querySetting: baseUrl + "app/reportInfoSetting/queryReportInfoSetting", saveReportInfoBackCity: baseUrl + "app/reportInfoBackCity/saveReportInfoBackCity",