优化代码

This commit is contained in:
wuxw 2024-05-12 01:03:17 +08:00
parent 82e1ac61c6
commit 2aac2633fc
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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",