@@ -111,6 +111,17 @@
}
+ ,{
+ "path" : "pages/index/vipCard",
+ "style" :
+ {
+ "navigationBarTitleText": "会员卡",
+ "navigationBarBackgroundColor": "#171723",
+ "navigationBarTextStyle": "white"
+
+ }
],
"tabBar": {
"color": "#8a8a8a",
@@ -111,7 +111,7 @@
</view>
- <view class="rowBox" @click="gonavigateTo('discountCard')">
+ <view class="rowBox" @click="gonavigateTo('../index/vipCard')">
<view class="leftView">
<image src="../../static/img/icon_me2.png" mode="" class="liftIcon"></image>
<view class="rowTitle">我的车库</view>