1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <view class="details">
- <view class="address">
- <van-cell-group inset>
- <van-cell title="哈尔滨师范大学第一公寓2门321" label="姓名:吴迪(先生)" />
- </van-cell-group>
- </view>
- <view class="products">
- <van-cell-group inset>
- <view class="products-top">
- <van-cell border="{{false}}">
- <image class='img-1' src='./images/malatang.png' slot="icon"></image>
- <text class="text1">老式麻辣烫(微辣)</text>
- <text class="text2">¥9.9+20积分</text>
- <text class="text3">*2</text>
- <text class="text4">¥15.9</text>
- </van-cell>
- </view>
- <view class="products-content">
- <van-cell value="¥0" label="包装费:" false value-class="cell-value1" />
- </view>
- <view class="products-bottom">
- <van-cell value="¥3" label="配送费:" value-class="cell-value1" />
- </view>
- </van-cell-group>
- </view>
- <view class="remark">
- <van-cell-group inset>
- <van-cell title="" value="" label="备注" />
- <van-cell title="" value="" label="不要香菜,不要蒜" />
- </van-cell-group>
- </view>
- <view class="message">
- <van-cell-group inset>
- <van-cell value="989898989898989" label="订单编号:" value-class="cell-value2" />
- <van-cell value="2023-04-26 10:43:21" label="交易时间:" value-class="cell-value2" />
- <van-cell value="30积分" label="积分抵扣:" value-class="cell-value2" />
- <van-cell value="¥21.98" label="实付金额:" value-class="cell-value1" />
- </van-cell-group>
- </view>
- <view class="refund">
- <van-row custom-class="refund-1">
- <van-col offset="2" span="9">
- <van-button color="#ccc" round block> 退款 </van-button>
- </van-col>
- <van-col offset="2" span="9">
- <van-button color="rgb(247, 153, 47)" round block>重新打印</van-button>
- </van-col>
- </van-row>
- </view>
- </view>
|