xiaoe_mp_npm 1.0.14-test01 → 1.0.14-test02
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -48,9 +48,7 @@
|
|
|
48
48
|
<!-- 领取次日x天内有效 / 自领取起x天内有效-->
|
|
49
49
|
<text wx:if="{{couponInfo.valid_day}}">{{ getCouponValidInfo }}</text>
|
|
50
50
|
<!-- 有效期至 -->
|
|
51
|
-
<text wx:if="{{!couponInfo.valid_day && couponInfo.valid_at && couponInfo.invalid_at}}">
|
|
52
|
-
有效期至:{{ price.formatDateToMinte(couponInfo.invalid_at) }}
|
|
53
|
-
</text>
|
|
51
|
+
<text wx:if="{{!couponInfo.valid_day && couponInfo.valid_at && couponInfo.invalid_at}}">有效期至:{{ price.formatDateToMinte(couponInfo.invalid_at) }}</text>
|
|
54
52
|
</view>
|
|
55
53
|
<view class="receive-container-new__btn_box" wx:if="{{!isGiftCoupon}}">
|
|
56
54
|
<view class="receive-container-new__coupon_btn" catchtap="goMyCoupons">去查看</view>
|
package/package.json
CHANGED
|
@@ -48,9 +48,7 @@
|
|
|
48
48
|
<!-- 领取次日x天内有效 / 自领取起x天内有效-->
|
|
49
49
|
<text wx:if="{{couponInfo.valid_day}}">{{ getCouponValidInfo }}</text>
|
|
50
50
|
<!-- 有效期至 -->
|
|
51
|
-
<text wx:if="{{!couponInfo.valid_day && couponInfo.valid_at && couponInfo.invalid_at}}">
|
|
52
|
-
有效期至:{{ price.formatDateToMinte(couponInfo.invalid_at) }}
|
|
53
|
-
</text>
|
|
51
|
+
<text wx:if="{{!couponInfo.valid_day && couponInfo.valid_at && couponInfo.invalid_at}}">有效期至:{{ price.formatDateToMinte(couponInfo.invalid_at) }}</text>
|
|
54
52
|
</view>
|
|
55
53
|
<view class="receive-container-new__btn_box" wx:if="{{!isGiftCoupon}}">
|
|
56
54
|
<view class="receive-container-new__coupon_btn" catchtap="goMyCoupons">去查看</view>
|