@@ -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": "停车" | ||||
@@ -166,7 +166,7 @@ var config = { | |||||
}, | }, | ||||
weapp: { | weapp: { | ||||
AppId: "wx0d61e1d3a179a34e" | |||||
AppId: "wx30caec1cc16c4634" | |||||
}, | }, | ||||
ErrorCode: { | ErrorCode: { | ||||
NICK_NOT_AUTH: 11004, | NICK_NOT_AUTH: 11004, | ||||
@@ -1,6 +1,6 @@ | |||||
<view class="login-body"> | <view class="login-body"> | ||||
<view class="login-logo"> | <view class="login-logo"> | ||||
<image src="{{mallImgUrl}}"></image> | |||||
<image src="{{mallImgUrl}}" mode='widthFix'></image> | |||||
<text class='txt'>我们需要获取您的授权 | <text class='txt'>我们需要获取您的授权 | ||||
以关联您的账号</text> | 以关联您的账号</text> | ||||
</view> | </view> | ||||
@@ -8,12 +8,12 @@ | |||||
.login-logo { | .login-logo { | ||||
width: 320rpx; | width: 320rpx; | ||||
height: 320rpx; | |||||
/* height: 320rpx; */ | |||||
} | } | ||||
.login-logo>image { | .login-logo>image { | ||||
width: 100%; | |||||
height: 100%; | |||||
display: block; | |||||
width: 320rpx; | |||||
} | } | ||||
.login-btn { | .login-btn { | ||||
@@ -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> | ||||
@@ -12,7 +12,7 @@ | |||||
}, | }, | ||||
"compileType": "miniprogram", | "compileType": "miniprogram", | ||||
"libVersion": "2.0.9", | "libVersion": "2.0.9", | ||||
"appid": "wx0d61e1d3a179a34e", | |||||
"appid": "wx30caec1cc16c4634", | |||||
"projectname": "C", | "projectname": "C", | ||||
"isGameTourist": false, | "isGameTourist": false, | ||||
"condition": { | "condition": { | ||||