yibo 7 years ago
parent
commit
ac9330c1d1
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      pages/outStore/query/query.js
  2. +1
    -1
      project.config.json

+ 1
- 1
pages/outStore/query/query.js View File

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


+ 1
- 1
project.config.json View File

@ -13,7 +13,7 @@
"compileType": "miniprogram",
"libVersion": "2.3.1",
"appid": "wx1a89a89a80318160",
"projectname": "XuSaleEmployee",
"projectname": "畜业务员易",
"debugOptions": {
"hidedInDevtools": []
},


Loading…
Cancel
Save