Browse Source

取消装车分页

xiaochengxu
qb 1 year ago
parent
commit
d0bbc2d509
  1. 4
      config/host.js
  2. 2
      pagesHome/pages/DeliveryCustomerScan/DeliveryCustomerScan.vue
  3. 2
      unpackage/dist/dev/mp-weixin/config/host.js
  4. 2
      unpackage/dist/dev/mp-weixin/pagesHome/pages/DeliveryCustomerScan/DeliveryCustomerScan.js
  5. 7
      unpackage/dist/dev/mp-weixin/project.config.json

4
config/host.js

@ -10,14 +10,14 @@
// zhy // zhy
// const devhost = 'http://192.168.10.48:13000/' // const devhost = 'http://192.168.10.48:13000/'
// tjj // tjj
const devhost = 'http://192.168.10.25:13000/' // const devhost = 'http://192.168.10.25:13000/'
// cyz // cyz
// const devhost = 'http://192.168.10.75:8777/' // const devhost = 'http://192.168.10.75:8777/'
// const devhost = 'http://192.168.6.141:8777/' // const devhost = 'http://192.168.6.141:8777/'
// 正式 // 正式
// const devhost = 'http://h5uapi.huitongys.com/' // const devhost = 'http://h5uapi.huitongys.com/'
// 小程序 // 小程序
// const devhost = 'https://h5uapi.huitongys.com/' const devhost = 'https://h5uapi.huitongys.com/'
// cg // cg
// const devhost = 'http://192.168.10.200:13000/' // const devhost = 'http://192.168.10.200:13000/'
/** /**

2
pagesHome/pages/DeliveryCustomerScan/DeliveryCustomerScan.vue

@ -293,7 +293,7 @@
let response = await deliverycustom(data) let response = await deliverycustom(data)
if (response.code !== 200) return if (response.code !== 200) return
console.log('response', response) console.log('response', response)
details.datalist = response.data.records details.datalist = response.data
} catch (e) { } catch (e) {
//TODO handle the exception //TODO handle the exception
} finally { } finally {

2
unpackage/dist/dev/mp-weixin/config/host.js vendored

@ -1,5 +1,5 @@
"use strict"; "use strict";
const devhost = "http://192.168.10.25:13000/"; const devhost = "https://h5uapi.huitongys.com/";
const imghost = ""; const imghost = "";
const host = devhost; const host = devhost;
const APPKEY = "h5u:h5u_secret"; const APPKEY = "h5u:h5u_secret";

2
unpackage/dist/dev/mp-weixin/pagesHome/pages/DeliveryCustomerScan/DeliveryCustomerScan.js vendored

@ -102,7 +102,7 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
if (response.code !== 200) if (response.code !== 200)
return; return;
console.log("response", response); console.log("response", response);
details.datalist = response.data.records; details.datalist = response.data;
} catch (e) { } catch (e) {
} finally { } finally {
return null; return null;

7
unpackage/dist/dev/mp-weixin/project.config.json vendored

@ -6,7 +6,7 @@
}, },
"setting": { "setting": {
"urlCheck": false, "urlCheck": false,
"es6": false, "es6": true,
"postcss": false, "postcss": false,
"minified": true, "minified": true,
"newFeature": true, "newFeature": true,
@ -17,11 +17,12 @@
"ignore": [], "ignore": [],
"disablePlugins": [], "disablePlugins": [],
"outputPath": "" "outputPath": ""
} },
"enhance": true
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "3.1.2", "libVersion": "3.1.2",
"appid": "wxedb0d10ea46a0113", "appid": "wx35c7fb77840097de",
"projectname": "货无忧", "projectname": "货无忧",
"condition": { "condition": {
"search": { "search": {

Loading…
Cancel
Save