diff --git a/config/config.js b/config/config.js
index 6dce31a..a55403e 100755
--- a/config/config.js
+++ b/config/config.js
@@ -227,7 +227,7 @@ var config = {
cardAccept:'/couponOrder/cardAccept'
},
weapp: {
- AppId: "wxea71200db93d756b"
+ AppId: "wx453ae0d37f3550d0"
},
ErrorCode: {
NICK_NOT_AUTH: 11004,
diff --git a/ext.json b/ext.json
deleted file mode 100644
index 53f1d29..0000000
--- a/ext.json
+++ /dev/null
@@ -1,106 +0,0 @@
-{
- "extEnable": true,
- "extAppid": "wxea71200db93d756b",
- "ext": {
- "weappId": "wxea71200db93d756b",
- "name": "富茂客官开发",
- "attr": {
- /**
- 判断小程序的运行环境的标识
- 0.表示小程序是开发环境
- 1.表示小程序是测试环境
- 2.表示小程序是生产环境
- **/
- "appFlag":"0",
- /**
- 商场是否开通停车的标识
- 0.表示商场没有开通停车
- 1.表示商场开通停车
- **/
- "ifHaveCarModular":"1",
- "configUrl":[
- {
- "url01":"https://ciformall.youlane.cn/C/api"
- },
- {
- "url02": "https://ctest.malls.iformall.com/C/api"
- },
- {
- "url03": "https://c.malls.iformall.com/C/api"
- }
- ],
- /**
- 停车小程序的的appId
- releaseAppId:停车生产小程序
- developAppId:停车测试小程序
- **/
- "passCarAppId": [
- {"releaseAppId":"wxc07f9d67923d676d"},
- {"developAppId":"wx192b7d2e8dcbefd0"}
- ],
- /**
- 该商场是否开通停车
- haveCarModular:开通
- nothaveCarModular:不开通
- **/
- "passCarPath": [
- {
- "haveCarModular": "pages/passCar/passCar"
- },
- {
- "nothaveCarModular": "pages/cartest/cartest"
- }
- ],
- /**
- 停车的回调
- **/
- "passCarreturnUrl":[
- {
- "returnUrl1": "https://ciformall.youlane.cn/api/carCallback/etcpPaidCallback"
- },
- {
- "returnUrl2": "https://c.malls.iformall.com/api/carCallback/etcpPaidCallback",
- },
- {
- "returnUrl3": "https://ctest.malls.iformall.com/api/carCallback/etcpPaidCallback",
- },
- ],
- }
- },
- "directCommit": false,
- "tabBar": {
- "color": "#9F9F9F",
- "selectedColor": "#00C0FF",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "assets/images/home-n.png",
- "selectedIconPath": "assets/images/home-y.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/passCar/passCar",
- "iconPath": "assets/images/pass1.png",
- "selectedIconPath": "assets/images/pass0.png",
- "text": "停车"
- },
- {
- "pagePath": "pages/user/index",
- "iconPath": "assets/images/user-n.png",
- "selectedIconPath": "assets/images/user-y.png",
- "text": "我的"
- }
- ]
- },
- "window": {
- "backgroundTextStyle": "red",
- "navigationBarBackgroundColor": "#02C0FF",
- "navigationBarTitleText": "WeChat",
- "navigationBarTextStyle": "white"
- },
- "networkTimeout": {
- "request": 30000,
- "downloadFile": 10000
- },
- "debug": false
-}
\ No newline at end of file
diff --git a/pages/user/index.wxml b/pages/user/index.wxml
index 5363492..d9c90ff 100644
--- a/pages/user/index.wxml
+++ b/pages/user/index.wxml
@@ -74,13 +74,11 @@
-
- 版本号:3.3.4
+ 版本号:3.4.1
-
diff --git a/project.config.json b/project.config.json
index 4e30ca0..33eca38 100644
--- a/project.config.json
+++ b/project.config.json
@@ -13,7 +13,7 @@
},
"compileType": "miniprogram",
"libVersion": "2.0.9",
- "appid": "wxea71200db93d756b",
+ "appid": "wx453ae0d37f3550d0",
"projectname": "C",
"isGameTourist": false,
"condition": {