Commit 1f1d835f647b6699e8960f61b6313ec8a6ffd16d
1 parent
438e8e43
卡券购买下单
Showing
1 changed file
with
7 additions
and
115 deletions
pages/businessCard/cardDetail.vue
| ... | ... | @@ -92,13 +92,16 @@ |
| 92 | 92 | <view class="uni-flex uni-space-between"> |
| 93 | 93 | <view> |
| 94 | 94 | <text class="color-red paddingRight">使用时间</text> |
| 95 | - <uni-dateformat v-if="i.isUesed=='1'" :date="i.usedDate" | |
| 96 | - format="yyyy-MM-dd hh:mm:ss"></uni-dateformat> | |
| 97 | - <uni-dateformat v-else :date="i.exp_data" | |
| 95 | + <!--<uni-dateformat v-if="i.isUesed=='1'" :date="i.usedDate"--> | |
| 96 | + <!--format="yyyy-MM-dd hh:mm:ss"></uni-dateformat>--> | |
| 97 | + <!--<uni-dateformat v-else :date="i.exp_data"--> | |
| 98 | + <!--format="yyyy-MM-dd hh:mm:ss"></uni-dateformat>--> | |
| 99 | + <uni-dateformat :date="i.usedDate" | |
| 98 | 100 | format="yyyy-MM-dd hh:mm:ss"></uni-dateformat> |
| 101 | + | |
| 99 | 102 | </view> |
| 100 | 103 | <view class="color-green"> |
| 101 | - {{i.fullCutValue}}元/张 | |
| 104 | + {{$common.moneyFormat(i.fullCutValue)}}元/张 | |
| 102 | 105 | </view> |
| 103 | 106 | </view> |
| 104 | 107 | </view> |
| ... | ... | @@ -111,117 +114,6 @@ |
| 111 | 114 | </view> |
| 112 | 115 | <uni-load-more :status="status"/> |
| 113 | 116 | |
| 114 | - <!--<uni-section title="8折(折扣券)" type="line">--> | |
| 115 | - <!--<uni-list>--> | |
| 116 | - <!--<uni-list-item>--> | |
| 117 | - <!--<template v-slot:body>--> | |
| 118 | - <!--<view class="slot-box uni-con-width">--> | |
| 119 | - <!--<view class="uni-flex uni-space-between ">--> | |
| 120 | - <!--<view class="color-blue">--> | |
| 121 | - <!--JE000100011--> | |
| 122 | - <!--</view>--> | |
| 123 | - <!--<view class="color-blue">--> | |
| 124 | - <!--京A123456--> | |
| 125 | - <!--</view>--> | |
| 126 | - <!--</view>--> | |
| 127 | - <!--<view class="uni-flex uni-space-between" style="padding: 10px 0">--> | |
| 128 | - <!--<view>--> | |
| 129 | - <!--<text class="color-blue paddingRight">领取时间</text>--> | |
| 130 | - <!--2020-11-01 01:01:01--> | |
| 131 | - <!--</view>--> | |
| 132 | - <!--<view class="color-green">--> | |
| 133 | - <!--已使用--> | |
| 134 | - <!--</view>--> | |
| 135 | - <!--</view>--> | |
| 136 | - <!--<view class="uni-flex uni-space-between">--> | |
| 137 | - <!--<view>--> | |
| 138 | - <!--<text class="color-red paddingRight">使用时间</text>--> | |
| 139 | - <!--2020-11-01 01:01:01--> | |
| 140 | - <!--</view>--> | |
| 141 | - <!--<view class="color-green">--> | |
| 142 | - <!--5元/张--> | |
| 143 | - <!--</view>--> | |
| 144 | - <!--</view>--> | |
| 145 | - <!--</view>--> | |
| 146 | - <!--</template>--> | |
| 147 | - <!--</uni-list-item>--> | |
| 148 | - <!--</uni-list>--> | |
| 149 | - <!--</uni-section>--> | |
| 150 | - | |
| 151 | - | |
| 152 | - <!--<uni-section title="8折(折扣券)" type="line">--> | |
| 153 | - <!--<uni-list>--> | |
| 154 | - <!--<uni-list-item>--> | |
| 155 | - <!--<template v-slot:body>--> | |
| 156 | - <!--<view class="slot-box uni-con-width">--> | |
| 157 | - <!--<view class="uni-flex uni-space-between ">--> | |
| 158 | - <!--<view class="color-blue">--> | |
| 159 | - <!--JE000100011--> | |
| 160 | - <!--</view>--> | |
| 161 | - <!--<view class="color-blue">--> | |
| 162 | - <!--京A123456--> | |
| 163 | - <!--</view>--> | |
| 164 | - <!--</view>--> | |
| 165 | - <!--<view class="uni-flex uni-space-between" style="padding: 10px 0">--> | |
| 166 | - <!--<view>--> | |
| 167 | - <!--<text class="color-blue paddingRight">领取时间</text>--> | |
| 168 | - <!--2020-11-01 01:01:01--> | |
| 169 | - <!--</view>--> | |
| 170 | - <!--<view class="color-red">--> | |
| 171 | - <!--已失效--> | |
| 172 | - <!--</view>--> | |
| 173 | - <!--</view>--> | |
| 174 | - <!--<view class="uni-flex uni-space-between">--> | |
| 175 | - <!--<view>--> | |
| 176 | - <!--<text class="color-red paddingRight">失效时间</text>--> | |
| 177 | - <!--2020-11-01 01:01:01--> | |
| 178 | - <!--</view>--> | |
| 179 | - <!--<view class="color-green">--> | |
| 180 | - <!--5元/张--> | |
| 181 | - <!--</view>--> | |
| 182 | - <!--</view>--> | |
| 183 | - <!--</view>--> | |
| 184 | - <!--</template>--> | |
| 185 | - <!--</uni-list-item>--> | |
| 186 | - <!--</uni-list>--> | |
| 187 | - <!--</uni-section>--> | |
| 188 | - | |
| 189 | - <!--<uni-section title="8折(折扣券)" type="line">--> | |
| 190 | - <!--<uni-list>--> | |
| 191 | - <!--<uni-list-item>--> | |
| 192 | - <!--<template v-slot:body>--> | |
| 193 | - <!--<view class="slot-box uni-con-width">--> | |
| 194 | - <!--<view class="uni-flex uni-space-between ">--> | |
| 195 | - <!--<view class="color-blue">--> | |
| 196 | - <!--JE000100011--> | |
| 197 | - <!--</view>--> | |
| 198 | - <!--<view class="color-blue">--> | |
| 199 | - <!--京A123456--> | |
| 200 | - <!--</view>--> | |
| 201 | - <!--</view>--> | |
| 202 | - <!--<view class="uni-flex uni-space-between" style="padding: 10px 0">--> | |
| 203 | - <!--<view>--> | |
| 204 | - <!--<text class="color-blue paddingRight">领取时间</text>--> | |
| 205 | - <!--2020-11-01 01:01:01--> | |
| 206 | - <!--</view>--> | |
| 207 | - <!--<view class="color-blue">--> | |
| 208 | - <!--未使用--> | |
| 209 | - <!--</view>--> | |
| 210 | - <!--</view>--> | |
| 211 | - <!--<view class="uni-flex uni-space-between">--> | |
| 212 | - <!--<view>--> | |
| 213 | - <!--<text class="color-green paddingRight">有效截止</text>--> | |
| 214 | - <!--2020-11-01 01:01:01--> | |
| 215 | - <!--</view>--> | |
| 216 | - <!--<view class="color-green">--> | |
| 217 | - <!--5元/张--> | |
| 218 | - <!--</view>--> | |
| 219 | - <!--</view>--> | |
| 220 | - <!--</view>--> | |
| 221 | - <!--</template>--> | |
| 222 | - <!--</uni-list-item>--> | |
| 223 | - <!--</uni-list>--> | |
| 224 | - <!--</uni-section>--> | |
| 225 | 117 | </view> |
| 226 | 118 | </template> |
| 227 | 119 | ... | ... |