|
@@ -1,9 +1,9 @@
|
|
|
<!--nova-tourism/pages/my/my-card/index.wxml-->
|
|
|
-<nav type="back" background-color="#ffffff" frontColor="#000000" title="卡卷包" />
|
|
|
+<nav type="back" background-color="#ffffff" frontColor="#000000" title="卡券包" />
|
|
|
<view class="all" style="height: {{contentHeight}}rpx;">
|
|
|
<view class="tab-bar">
|
|
|
<view class="tab-item {{currentTab == 0? 'active' : ''}}" bindtap="switchTab" data-index="0">
|
|
|
- 优惠卷
|
|
|
+ 优惠券
|
|
|
</view>
|
|
|
<view style="margin-left: 60rpx;" class="tab-item {{currentTab == 1? 'active' : ''}}" bindtap="switchTab" data-index="1">
|
|
|
会员卡
|
|
@@ -25,7 +25,7 @@
|
|
|
<view class="num-tex">元</view>
|
|
|
</view>
|
|
|
<view class="textbox">
|
|
|
- <view class="text1">民宿住宿现金卷</view>
|
|
|
+ <view class="text1">民宿住宿现金券</view>
|
|
|
<view class="text2">2024.11.11-2025.11.11</view>
|
|
|
</view>
|
|
|
<view class="bottom">使用</view>
|
|
@@ -48,7 +48,7 @@
|
|
|
<view class="num-tex">元</view>
|
|
|
</view>
|
|
|
<view class="textbox">
|
|
|
- <view class="text1">民宿住店带金卷</view>
|
|
|
+ <view class="text1">民宿住宿现金券</view>
|
|
|
<view class="text2">2024.11.11-2025.11.11</view>
|
|
|
</view>
|
|
|
<view class="bottom">使用</view>
|
|
@@ -60,6 +60,6 @@
|
|
|
</view>
|
|
|
|
|
|
<view wx:if="{{currentTab == 1}}">
|
|
|
-
|
|
|
+
|
|
|
</view>
|
|
|
</view>
|