2025-06-06 15:07:26 +08:00

51 lines
1.8 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="box">
<view class="payList">
<view class="payItem" wx:for="{{3}}">
<view class="payItem_tit">
<view class="payItem_tit_time">2024-12-20 10:31:48</view>
<view class="payItem_tit_state">未支付</view>
</view>
<view class="payItem_goods">
<view class="payItem_goods_img"><image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/water_filter/goods.png" mode="widthFix"/></view>
<view class="payItem_goods_msg">
<view class="payItem_goods_msg_orderNum">订单编号20250228150122105</view>
<view class="payItem_goods_msg_orderName">滤芯名称:后置活性炭</view>
<view class="payItem_goods_msg_orderPrice">价格58</view>
</view>
</view>
<view class="rows">
<view class="rows_tit">实付款</view>
<view class="rows_con">58</view>
</view>
<view class="rows">
<view class="rows_tit">支付方式</view>
<view class="rows_con">微信</view>
</view>
<view class="rows">
<view class="rows_tit">收货人名称</view>
<view class="rows_con">杜胜男</view>
</view>
<view class="rows">
<view class="rows_tit">收货人手机</view>
<view class="rows_con">15901518415</view>
</view>
<view class="rows">
<view class="rows_tit">收货人地址</view>
<view class="rows_con">河北省衡水市桃城区信合荣景园6号楼</view>
</view>
<view class="buybox">
<view class="buy">
去支付
</view>
</view>
</view>
</view>
</view>
<cover-view style="position: fixed;">
<import src="/pages/public/footer.wxml" />
<template is="footer-nav" data="{{nav_list:nav_list,foot_width:foot_width}}" />
</cover-view>