Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- <!-- banner活动详情页面 -->
- <view class='coupons'>
- <view class="coupons-body">
- <view class='banner'>
- <image src='./../../assets/img/timg.jpg' mode="widthFix"></image>
- </view>
- <view class='coupons_info'>
- <view>
- <text>大餐券<text>限购{{data.useLimitQuantity}}件</text></text>
- <text>剩余时间:<text>{{day}}天</text><text>{{hour}}小时</text><text>{{minute}}分钟</text></text>
- <text>剩余件数:<text>{{data.remainInventory}}件</text></text>
- </view>
- <view>
- <text>¥100</text>
- <text>¥10000</text>
- </view>
- </view>
-
- <!-- <view class='posi'>
- <view class='posi_logo'>
- <view>
- <image src='{{data.merChantImgUrl}}'></image>
- </view>
- <view>
- <text>{{data.merchantName}}</text>
- <text>{{data.addr}}{{data.buildingName}}{{data.floorName}}</text>
- </view>
- </view>
- </view> -->
- <view class='notes'>
- <view>
- <text>活动详情</text>
- </view>
- <view>
- <text><text class='spot'></text>有效期2018.01.16 至 2018.09.20的话不得不大半夜的吧大本营的被的夜班的不的夜班的也别的也好不到大本营</text>
- </view>
- </view>
- </view>
- <view class="buy-view app-border-top">
- <button bindtap='orderFunc' class='buy'>立即购买</button>
- </view>
- </view>
|