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",
"style": {
"navigationStyle": "custom",
// "navigationStyle": "custom",
"navigationBarTitleText": "智游常熟"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "常熟文旅"
"navigationBarTitleText": "智游常熟"
}
}
],

3
pages/map/map.vue

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

6
subPackages/user/coupon.vue

@ -59,7 +59,7 @@
</view>
<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>
@ -230,8 +230,8 @@
}
.nav-list .nav-item.active {
color: #71B580;
border-bottom: 7rpx solid #71B580;
color: #00AEA0;
border-bottom: 7rpx solid #00AEA0;
}
.coupon-list{

Loading…
Cancel
Save