diff --git a/pages/outStore/query/query.js b/pages/outStore/query/query.js index ab59cc2..676d889 100644 --- a/pages/outStore/query/query.js +++ b/pages/outStore/query/query.js @@ -3,7 +3,7 @@ var timechage = require("../../../utils/dateTimeUtil.js") var app = getApp() function GetCustomer(that, inputValue) { - let method = "/MainSystem/B3MiniProgramRpc/Rpcs/BaseInfoRpc/GetCustomerExt"; + let method = "/MainSystem/B3MiniProgramRpc/Rpcs/BaseInfoRpc/GetCustomer"; let params = [{ "InputValue": inputValue, "PageIndex": 0, diff --git a/project.config.json b/project.config.json index 98067e2..f6bbe80 100644 --- a/project.config.json +++ b/project.config.json @@ -13,7 +13,7 @@ "compileType": "miniprogram", "libVersion": "2.3.1", "appid": "wx1a89a89a80318160", - "projectname": "XuSaleEmployee", + "projectname": "畜业务员易", "debugOptions": { "hidedInDevtools": [] },