123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <view style="background: #f5f5f5; padding: 20rpx 0;">
- <view class="container">
- <view class="top_boxs">
- <view class="displayboxs">
- <view class="left">
- <image src="{{yesbaoguo}}" alt=""/>
- </view>
- <view class="right">您的快件已签收</view>
- </view>
- <view class="displayboxs" style="margin-top: 10rpx;">
- <view class="left">
- <image src="{{dingwei}}" alt=""/>
- </view>
- <view class="right">
- <view>苏州市姑苏区江平路186号枕河人家小区</view>
- <view>周白芷 153***0508</view>
- </view>
- </view>
- </view>
- <view class="list_boxs">
- <view class="title">商品信息</view>
- <!-- 商品信息 -->
- <view class="product_info">
- <image src="https://img1.baidu.com/it/u=2052658756,3021621759&fm=253&fmt=auto&app=120&f=JPEG?w=500&h=500" alt="" class="product_image"/>
- <view class="product_details">
- <view class="product_name">幼儿启蒙绘本10册套装</view>
- <view class="product_description">适合3-6岁儿童,培养创造力</view>
- <view class="product_quantity">数量: 1套</view>
- </view>
- <view class="product_price">¥134.00</view>
- </view>
- <view class="order_info">
- <view class="order_item">
- <text>订单编号</text>
- <view>
- <text>20231115143012345</text>
- <image style="width: 35rpx; height: 35rpx;margin-left: 16rpx;" src="{{fuzhi}}" alt=""/></view>
- </view>
- <view class="order_item">
- <text>下单时间</text>
- <text>2023-11-15 14:30:22</text>
- </view>
- <view class="order_item">
- <text>支付金额</text>
- <text>¥134.00</text>
- </view>
- <view class="order_item">
- <text>邮寄方式</text>
- <text>自提</text>
- </view>
- <view class="order_item">
- <view>物流单号</view>
- <view>
- <text>SF123123123123</text>
- <image style="width: 35rpx; height: 35rpx;margin-left: 16rpx;" src="{{fuzhi}}" alt=""/>
- </view>
- </view>
- </view>
- </view>
- <!-- 底部栏 -->
- <view class="button_boxs">
- <button class="buttons">申请售后</button>
- <button class="buttons2">再次购买</button>
- </view>
- </view>
- </view>
|