mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-12 10:00:57 +08:00
优化代码
This commit is contained in:
parent
82e1ac61c6
commit
2aac2633fc
@ -93,7 +93,7 @@
|
|||||||
let _that = this;
|
let _that = this;
|
||||||
_that.communityId = getMallCommunityId();
|
_that.communityId = getMallCommunityId();
|
||||||
let _data = {
|
let _data = {
|
||||||
page: this.pagefrom+1,
|
page: 1,
|
||||||
row: this.pagesize,
|
row: this.pagesize,
|
||||||
communityId: _that.communityId,
|
communityId: _that.communityId,
|
||||||
mainCategoryId: _that.curCategoryId
|
mainCategoryId: _that.curCategoryId
|
||||||
|
|||||||
@ -135,7 +135,7 @@ export default {
|
|||||||
queryQuestionAnswerTitle: baseUrl + "app/question.listQuestionTitle",
|
queryQuestionAnswerTitle: baseUrl + "app/question.listQuestionTitle",
|
||||||
saveUserQuestionAnswerValue: baseUrl + "app/question.saveOwnerQuestionAnswer",
|
saveUserQuestionAnswerValue: baseUrl + "app/question.saveOwnerQuestionAnswer",
|
||||||
listMachineTranslates: baseUrl + "app/machineTranslate.listMachineTranslates",
|
listMachineTranslates: baseUrl + "app/machineTranslate.listMachineTranslates",
|
||||||
generatorHcCode: baseUrl + "app/userLogin/generatorHcCode",
|
generatorHcCode: baseUrl + "app/login.generatorHcCode",
|
||||||
queryApplyRoomDiscount: baseUrl + "app/applyRoomDiscount/queryApplyRoomDiscount",
|
queryApplyRoomDiscount: baseUrl + "app/applyRoomDiscount/queryApplyRoomDiscount",
|
||||||
querySetting: baseUrl + "app/reportInfoSetting/queryReportInfoSetting",
|
querySetting: baseUrl + "app/reportInfoSetting/queryReportInfoSetting",
|
||||||
saveReportInfoBackCity: baseUrl + "app/reportInfoBackCity/saveReportInfoBackCity",
|
saveReportInfoBackCity: baseUrl + "app/reportInfoBackCity/saveReportInfoBackCity",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user