Browse Source

[同胞楼发版 3.1.4]

tags/同保楼3.1.4
meo 6 years ago
parent
commit
b3f3e3d46c
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      app.json
  2. +1
    -1
      config/config.js
  3. +1
    -1
      pages/user/index.wxml
  4. +1
    -1
      project.config.json

+ 1
- 1
app.json View File

@@ -49,7 +49,7 @@
"text": "首页" "text": "首页"
}, },
{ {
"pagePath": "pages/passCar/passCar",
"pagePath": "pages/cartest/cartest",
"iconPath": "assets/img/pass1.png", "iconPath": "assets/img/pass1.png",
"selectedIconPath": "assets/img/pass0.png", "selectedIconPath": "assets/img/pass0.png",
"text": "停车" "text": "停车"


+ 1
- 1
config/config.js View File

@@ -166,7 +166,7 @@ var config = {
}, },


weapp: { weapp: {
AppId: "wx026ee7f6290aa336"
AppId: "wx0d61e1d3a179a34e"
}, },
ErrorCode: { ErrorCode: {
NICK_NOT_AUTH: 11004, NICK_NOT_AUTH: 11004,


+ 1
- 1
pages/user/index.wxml View File

@@ -57,7 +57,7 @@
</view> </view>
</view> </view>
</navigator> </navigator>
<navigator url="/pages/passCar/passCar" open-type="switchTab">
<navigator url="/pages/cartest/cartest" open-type="switchTab">
<view class="user-btn app-border-bottom"> <view class="user-btn app-border-bottom">
<view> <view>
<image class='icons' src="./../../assets/img/che.png" mode='widthFix'></image>智能停车</view> <image class='icons' src="./../../assets/img/che.png" mode='widthFix'></image>智能停车</view>


+ 1
- 1
project.config.json View File

@@ -12,7 +12,7 @@
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "2.0.9", "libVersion": "2.0.9",
"appid": "wx026ee7f6290aa336",
"appid": "wx0d61e1d3a179a34e",
"projectname": "C", "projectname": "C",
"isGameTourist": false, "isGameTourist": false,
"condition": { "condition": {


Loading…
Cancel
Save