- <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>{{data.paymentTime}}</view>
- </view>
- </view>
-
- </view>
- <view class='classif'>
- <view>
- <text>有效期:</text>
- <text>2018-07-10 至 2018-07-10</text>
- </view>
- <view>
- <text>适用门店</text>
- <text class='iconfont icon-right'></text>
- </view>
- <view wx:if="{{data.orderStatus==1}}" data-quancode="{{data.id}}" bindtap="couponorderdetail">
- <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>{{data.paymentTime}}</text>
- </view>
- <view>
- <text>订单编号</text>
- <text>{{data.orderNumber}}</text>
- </view>
- <view>
- <text>订单金额</text>
- <text>¥{{data.salePrice/100}}</text>
- </view>
- </view>
- </view>
|