|
@@ -6,7 +6,7 @@ |
|
|
<view> |
|
|
<view> |
|
|
<view class="nocoupon" wx:if="{{list.length==0}}"> |
|
|
<view class="nocoupon" wx:if="{{list.length==0}}"> |
|
|
<image src="./../../../assets/img/cou.png" mode="widthFix" /> |
|
|
<image src="./../../../assets/img/cou.png" mode="widthFix" /> |
|
|
<text>暂无优惠券哦</text> |
|
|
|
|
|
|
|
|
<text>暂无优惠券可用</text> |
|
|
<navigator url="/pages/index/index" open-type="switchTab" hover-class="other-navigator-hover"> |
|
|
<navigator url="/pages/index/index" open-type="switchTab" hover-class="other-navigator-hover"> |
|
|
<button>去领券</button> |
|
|
<button>去领券</button> |
|
|
</navigator> |
|
|
</navigator> |
|
|