From 2aac2633fcf7fec3eb9fdb6c5a2487ac087eadcf Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Sun, 12 May 2024 01:03:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/vc-recommend/vc-recommend.vue | 2 +- constant/url.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",