Browse Source

upload

packages
HolyKnightIX 2 years ago
parent
commit
37ff7fa343
4 changed files with 13 additions and 16 deletions
  1. +10
    -13
      ext.json
  2. +1
    -1
      pages/setUserInfo/index.js
  3. +1
    -1
      pages/theme/index1/index.js
  4. +1
    -1
      project.private.config.json

+ 10
- 13
ext.json View File

@@ -1,14 +1,7 @@
{ {
"ext": { "ext": {
"attr": { "attr": {
"car": {
"etcp": {
"etcpAppId": "wx192b7d2e8dcbefd0",
"etcpVersion": "release",
"etcpCallbackUrl": "https://admintest.malls.iformall.com/api/carCallback/etcpPaidCallback"
}
},
"mchId": "1604439800",
"mchId": "1602801645",
"imgProxy": [ "imgProxy": [
{ {
"newUrl": "https://ctest.malls.iformall.com/img", "newUrl": "https://ctest.malls.iformall.com/img",
@@ -24,12 +17,16 @@
} }
], ],
"configUrl": "https://ctest.malls.iformall.com/C/api", "configUrl": "https://ctest.malls.iformall.com/C/api",
"etcpAppId": "wx219a81b9c87aa4f7",
"etcpVersion": "release",
"businessSwitch": "1", "businessSwitch": "1",
"businessVersion": "1",
"etcpCallbackUrl": "https://admintest.malls.iformall.com/api/carCallback/etcpPaidCallback",
"ifHaveWebSocket": "0", "ifHaveWebSocket": "0",
"ifHaveCarModular": "1" "ifHaveCarModular": "1"
}, },
"name": "金泸商务",
"weappId": "wx649b3be73c1afe47",
"name": "富茂光谷测试版",
"weappId": "wx219a81b9c87aa4f7",
"appVersion": "C.test.5.2.0" "appVersion": "C.test.5.2.0"
}, },
"debug": false, "debug": false,
@@ -77,15 +74,15 @@
}, },
"plugins": { "plugins": {
"auto-points-plugin": { "auto-points-plugin": {
"version": "1.3.0",
"version": "2.4.0",
"provider": "wxfab2bf944bfc4da6" "provider": "wxfab2bf944bfc4da6"
}, },
"live-player-plugin": { "live-player-plugin": {
"version": "1.3.4",
"version": "1.2.5",
"provider": "wx2b03c6e691cd7370" "provider": "wx2b03c6e691cd7370"
} }
}, },
"extAppid": "wx649b3be73c1afe47",
"extAppid": "wx219a81b9c87aa4f7",
"extEnable": true, "extEnable": true,
"permission": { "permission": {
"scope.userLocation": { "scope.userLocation": {


+ 1
- 1
pages/setUserInfo/index.js View File

@@ -70,7 +70,7 @@ Page({
gender: res.data.sex, gender: res.data.sex,
sexFlag: 2, sexFlag: 2,
date: util.fmtDate(parseInt(res.data.birthdate)), date: util.fmtDate(parseInt(res.data.birthdate)),
dateFlag: 2,
dateFlag: res.data.birthdate ? 2 : 1,
height: res.data.height, height: res.data.height,
weight: res.data.weight, weight: res.data.weight,
address: adress ? adress.name + '(' + adress.address + ')' : '' address: adress ? adress.name + '(' + adress.address + ')' : ''


+ 1
- 1
pages/theme/index1/index.js View File

@@ -12,7 +12,7 @@ const config = require("../../../config/config");
const QR = require("../../../utils/memberqrcode.js"); const QR = require("../../../utils/memberqrcode.js");
const util = require("../../../utils/util"); const util = require("../../../utils/util");
const bgColor = require("../../../utils/bgColor.js") const bgColor = require("../../../utils/bgColor.js")
// const myPluginInterface = requirePlugin('auto-points-plugin')
const myPluginInterface = requirePlugin('auto-points-plugin') || ''
let app = getApp(); let app = getApp();
Page({ Page({
data: { data: {


+ 1
- 1
project.private.config.json View File

@@ -5,5 +5,5 @@
"compileHotReLoad": true, "compileHotReLoad": true,
"urlCheck": true "urlCheck": true
}, },
"libVersion": "2.27.0"
"libVersion": "2.27.1"
} }

Loading…
Cancel
Save