From ac9330c1d12b013f2e063a439a3a6de8150a650a Mon Sep 17 00:00:00 2001 From: yibo <361071264@qq.com> Date: Tue, 4 Dec 2018 15:40:17 +0800 Subject: [PATCH] . --- pages/outStore/query/query.js | 2 +- project.config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": [] },