1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <!--pages/delails/details.wxml-->
- <!-- <text>pages/delails/details.wxml</text> -->
- <!-- 消息页————订单详情 -->
- <!-- 配送地址 -->
- <view class="address-box">
- <text class="address">
- <text class="address01">哈尔滨师范大学第一公寓2门321</text>
- <text class="address02">姓名:吴迪(先生)</text>
- </text>
- </view>
- <!-- 麻辣烫图片 -->
- <view class="container04">
- <view class="container03">
- <image class="img01" src="https://qcloud.dpfile.com/pc/3CTRFdje6AmTRDHb_eqJ2bj2z7l8HY9CpntkZEpyOBObQ3QAyS5ZgqVDp-olAAnOjoJrvItByyS4HHaWdXyO_DrXIaWutJls2xCVbatkhjUNNiIYVnHvzugZCuBITtvjski7YaLlHpkrQUr5euoQrg.jpg" mode="" />
- <view class="child">
- <view class="child01">
- <text class="ctx01">老式麻辣烫</text>
- <text class="ctx02">¥9.9+20积分</text>
- </view>
- <view class="child01">
- <text>*2</text>
- <text class="ctx03">¥15.9</text>
- </view>
- </view>
- </view>
- <view class="text01">
- <text>包装费:</text>
- <text class="copper">¥0</text>
- </view>
- <view class="text02">
- <text>配送费:</text>
- <text class="copper">¥3</text>
- </view>
- </view>
- <view class="container01">
- <text class="text01">备注</text>
- <text class="text02">不要香菜,不要蒜</text>
- </view>
- <view class="container02">
- <view class="text01">
- <text> 订单编号:</text>
- <text>88888888888</text>
- </view>
- <view class="text01">
- <text> 交易时间:</text>
- <text>2023-4-36 13:18:34</text>
- </view>
- <view class="text01">
- <text> 积分抵扣:</text>
- <text>30积分</text>
- </view>
- <view class="text02">
- <text>实付金额:</text>
- <text class="copper">¥21.98</text>
- </view>
- <view class="text03">
- <text>配送人:</text>
- <text>冯川宇</text>
- </view>
- </view>
|