|
- <navbar home back text="使用消费卡" color="#000" background="#ffff"></navbar>
- <view style="height:{{navigationBarHeight}} "></view>
- <view class='box'>
- <view class="container page" wx:if="{{data.merchantVoList}}">
- <view class="coupon_detail clearfix">
- <view class="fl wmfl">
- <image src="{{data.coverImg}}" mode='aspectFill' />
- </view>
- <view class="fr">
- <text class="title">{{data.title}}</text>
- <view class="time">{{data.subTitle}}</view>
- <view class="money">
- <text wx:if="{{data.type == 8&&data.price == data.couponPrice}}">余额:<text style="color: red;">{{data.remainingAmount/100}}</text>元</text>
- <text wx:if="{{data.type == 8&&data.price != data.remainingAmount/100}}">余额:<text style="color: red;">{{data.salePrice/100}}</text>元</text>
- <text wx:if="{{data.type != 8}}">余额:<text style="color: red;">{{data.remainingAmount/100}}</text>元</text>
- <!-- <del>¥{{data.price/100}}</del> -->
- <text class="refund" wx:if="{{data.autoRefund == 1}}">
- <text>过期不退款</text>
- </text>
- </view>
- </view>
- </view>
- <view class="timevalidity" wx:if="{{!data.validStatus}}">
- <text>有效期至:</text>
- <text>{{data.expiredTime}}</text>
- </view>
- <view class="timevalidity" wx:if="{{data.validStatus == 0}}">
- <text>有效期:</text>
- <text>{{data.type==10 ? validStartDate : soldStartTime}}</text>
- <i>至</i>
- <text>{{data.type==10 ? validEndDate: soldEndTime}}</text>
- </view>
- <view></view>
- <view wx:if="{{data.usePrice!=undefined}}" class="manjian">满{{data.usePrice/100}}元可用</view>
- <!-- <view wx:if="{{data.usePrice==undefined}}" class="manjian">仅限本店使用</view> -->
- <image class='line' mode="widthFix" src="{{topLine}}"></image>
- <view class="zhuangtai">
- <image wx:if="{{data.couponOrderStatus==1}}" src="{{wm01Url}}" mode='widthFix'></image>
- <image wx:if="{{data.couponOrderStatus==2}}" src="{{wm02Url}}" mode='widthFix'></image>
- <image wx:if="{{data.couponOrderStatus==3}}" src="{{wm03Url}}" mode='widthFix'></image>
- <image wx:if="{{data.couponOrderStatus==0&&data.validStatus==0}}" src="{{wm04Url}}" mode='widthFix'></image>
- <view class="panel" wx:if="{{true}}">
- <!-- <view class="qrcode">
- <canvas canvas-id="qrcode" />
- </view> -->
-
- <!-- 正常显示二维码 -->
- <view wx:if="{{showImg=='1'}}">
- <view class="canWrap" wx:if="{{isShowQR}}">
- <canvas canvas-id="qrcode" style="width: 1200rpx; height: 800rpx;" />
- </view>
- <image wx:if="{{isShowQR}}" src="{{tempFilePath}}" mode="aspectFit" />
- </view>
-
- <!-- 二维码已停用 -->
- <view wx:if="{{showImg=='1'}}">
- <view class="canWrap" wx:if="{{!isShowQR }}">
- <canvas canvas-id="qrcode" style="width: 1200rpx; height: 800rpx;" />
- </view>
- <image wx:if="{{!isShowQR}}" src="https://formall.oss-accelerate.aliyuncs.com/cimg/stoped.png" mode="aspectFit" />
- </view>
-
- <!-- 二维码已失效 -->
- <view wx:if="{{showImg=='0'}}">
- <view class="canWrap">
- <canvas canvas-id="qrcode" style="width: 1200rpx; height: 800rpx;" />
- </view>
- <image src="../../../assets/images/negatived.png" mode="aspectFit" />
- </view>
-
-
- <view class="closeRq" wx:if="{{showhieRq && (showImg=='1')}}" bindtap="reQR">
- <image class="updataRqCode" mode='widthFix' src="{{upDataRqUrlF}}"></image>
- <view class="upDataRq">点一点刷新二维码</view>
- </view>
-
- <view class="coedTiem" wx:if="{{!showhieRq && (expiredSeconds>0) && (showImg=='1')}}">二维码在
- <text style="color:red">{{expiredSeconds}}s</text>
- 后失效
- </view>
-
- <view class="barnum">
- <view class="barnumtext">{{showIdFalg?code:codeS}}</view>
- <image class="barnumImg" src="../../../assets/images/password.png" bindtap="showId"></image>
- </view>
- </view>
- </view>
- <!-- 适用门店 -->
- <store merchantVoList="{{data.merchantVoList}}"></store>
- <!-- <shop wx:if="{{mallList.length>0}}" mallList="{{mallList}}"></shop> -->
- <!-- <view class='applyshop'>适用门店</view>
- <view class='posi' style='overflow:{{hidden}};height:{{height}}'>
- <view class='posi_logo' wx:for="{{data.merchantVoList}}" wx:key="index">
- <view bindtap='gotoDetail' data-id='{{item.id}}'>
- <image src='{{item.merchantImgUrl}}'></image>
- </view>
- <view bindtap='gotoDetail' data-id='{{item.id}}'>
- <view class='name'>{{item.merchantName}}</view>
- <view class='shopVoList'>
- <view wx:for="{{item.shopVoList}}" wx:key="index" wx:for-item="itemName">
- <text>{{itemName.buildingName}}{{itemName.floorName}}--{{itemName.shopNumber}}</text>
- <text class='douhao' wx:if="{{item.shopVoList.length>1}}">,</text>
- </view>
- </view>
- </view>
- <image wx:if="{{item.linkLinePhone}}" bindtap='phone' data-merchantLinkPhone='{{item.linkLinePhone}}' class="tel" src="{{teljpgUrl}}" mode="widthFix" />
- </view>
- </view>
- <view class='bottom' bindtap='more' wx:if="{{showMore}}">{{more}}</view> -->
-
- <image class='line' mode="widthFix" src="{{btomLine}}"></image>
- <!-- <view class='note'>
- <view style='height:60rpx;line-height:60rpx;'>
- <text class="shiji">实付金额:</text>
- <text class='moneys'>{{data.couponPrice/100}}</text>
- <text style='font-size:24rpx;text-align:right;color: #FF4949;'>元</text>
- </view>
- <view wx:if="{{data.couponOrderStatus==0}}">
- <text>下单时间:</text>
- <text>{{createDate}}</text>
- </view>
- <view wx:if="{{data.couponOrderStatus==1}}">
- <text>核销时间:</text>
- <text>{{updateDate}}</text>
- </view>
- <view wx:if="{{data.couponOrderStatus==2}}">
- <text>过期时间:</text>
- <text>{{updateDate}}</text>
- </view>
- <view wx:if="{{data.couponOrderStatus==3}}">
- <text>退款时间:</text>
- <text>{{updateDate}}</text>
- </view>
- <view>
- <text>订单编号:</text>
- <text>{{data.orderId}}</text>
- </view>
- <view><text>手机号</text><text>2018.05.25</text></view>
- </view> -->
- <!-- <view class='notes' style="border-bottom:0">
- <view>
- <text>购买须知</text>
- </view>
- <view wx:if="{{data.contentType==0}}">
- <text><text class='spot'></text>{{data.remark}}</text>
- </view>
- <view wx:if="{{data.contentType==1}}">
- <rich-text nodes="{{curHtml}}"></rich-text>
- </view>
- </view> -->
- <view class="bottomBtn">
- <!-- wx:if="{{showImg=='0'}}" -->
- <button class="btn" bindtap='goSetSecurity'>支付安全设置</button>
- <button class="btn" bindtap='goCheck'>查看交易记录</button>
- <button wx:if="{{isShowQR && showImg=='1'}}" class="btn" bindtap='gotoPay'>扫一扫付款</button>
- <button wx:if="{{(data.supportTransfer==1) && showImg=='1'}}" class="btn" bindtap="goGive">转送给微信好友</button>
- <!-- <button wx:else class="btnGrey" bindtap="goGiveNone">转送给微信好友</button> -->
- </view>
- </view>
- </view>
-
- <view class='game' bindtap="gotogame" wx-if="{{showIf}}">
- <view class='game-entry'>
- <image src="{{newUrl}}" class='gameimg' mode='widthFix'></image>
- </view>
-
- </view>
|