Explorar el Código

[湖南同保楼项目发版]

tags/同保楼3.1.3
meo hace 6 años
padre
commit
393960f36d
Se han modificado 4 ficheros con 4 adiciones y 4 borrados
  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 Ver fichero

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


+ 1
- 1
config/config.js Ver fichero

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

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


+ 1
- 1
pages/user/index.wxml Ver fichero

@@ -57,7 +57,7 @@
</view>
</view>
</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>
<image class='icons' src="./../../assets/img/che.png" mode='widthFix'></image>智能停车</view>


+ 1
- 1
project.config.json Ver fichero

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


Cargando…
Cancelar
Guardar