You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <view class='order'>
- <view class='tips'>
- <text class='iconfont icon-choose'></text>
- <text wx:if="{{data.orderStatus==1}}">付款成功,请尽快到门店使用</text>
- </view>
- <view class='section'>
- <view class='detail_msg'>
- <view class='logo'>
- <image src='{{data.coverImg}}'></image>
- </view>
- <view class='info'>
- <view>
- <text>{{data.subTitle}}</text>
- </view>
- <view>
- <text>{{data.title}}</text>
- </view>
- <!-- <view>
- <text>购买数量:</text>1件
- </view> -->
- <view>
- <text>下单时间:</text>{{createDate}}</view>
- </view>
- </view>
-
- </view>
- <view class='classif'>
- <view class="clearfix">
- <text>适用门店</text>
- <text class="fr">{{data.merchantName}}</text>
- </view>
- <view wx:if="{{data.orderStatus==1}}" data-quancode="{{data.id}}" bindtap="powerDrawer" data-statu="open">
- <view>
- <text>兑换码:</text>
- <text>{{data.id}}</text>
- </view>
- <view>
- <image class="spcode" src="./../../../assets/img/spcode.png" mode="widthFix"></image>
- </view>
- </view>
- <view>
- <text>下单时间</text>
- <text>{{createDate}}</text>
- </view>
- <view>
- <text>订单编号</text>
- <text>{{data.orderNumber}}</text>
- </view>
- <view>
- <text>订单金额</text>
- <text class="jine">¥{{data.salePrice/100}}</text>
- </view>
- </view>
- </view>
-
-
- <!--mask-->
- <view class="drawer_screen" data-quancode="{{data.id}}" wx:if="{{showModalStatus}}" bindtap="powerDrawer" data-statu="close"></view>
- <view animation="{{animationData}}" class="drawer_box" wx:if="{{showModalStatus}}">
- <view class="panel">
- <view class="barcode">
- <canvas canvas-id="barcode{{flag+1}}" />
- </view>
- <view class="qrcode">
- <canvas canvas-id="qrcode{{flag+1}}" />
- </view>
- <view class="barnum"><text>兑换码:</text>{{data.id}}</view>
- </view>
- </view>
|