chenkainan 7 months ago
parent
commit
b0fa7e10d9
  1. 4
      pages.json
  2. 3
      pages/map/map.vue
  3. 6
      subPackages/user/coupon.vue

4
pages.json

@ -16,14 +16,14 @@
{ {
"path": "pages/map/map", "path": "pages/map/map",
"style": { "style": {
"navigationStyle": "custom", // "navigationStyle": "custom",
"navigationBarTitleText": "智游常熟" "navigationBarTitleText": "智游常熟"
} }
}, },
{ {
"path": "pages/login/login", "path": "pages/login/login",
"style": { "style": {
"navigationBarTitleText": "常熟文旅" "navigationBarTitleText": "智游常熟"
} }
} }
], ],

3
pages/map/map.vue

@ -1,4 +1,7 @@
<template> <template>
<view class="" style="text-align: center;padding-top: 50rpx;">
开发中
</view>
</template> </template>
<script> <script>

6
subPackages/user/coupon.vue

@ -59,7 +59,7 @@
</view> </view>
<view v-else class="noCoupon"> <view v-else class="noCoupon">
<img src="https://static.ticket.sz-trip.com/yandu/images/user/couponNo.png" class="no-couPon"> <!-- <img src="https://static.ticket.sz-trip.com/yandu/images/user/couponNo.png" class="no-couPon"> -->
<view>暂无优惠券</view> <view>暂无优惠券</view>
</view> </view>
@ -230,8 +230,8 @@
} }
.nav-list .nav-item.active { .nav-list .nav-item.active {
color: #71B580; color: #00AEA0;
border-bottom: 7rpx solid #71B580; border-bottom: 7rpx solid #00AEA0;
} }
.coupon-list{ .coupon-list{

Loading…
Cancel
Save