deguodaigou/pages/receiving/receiving.wxml

4 lines
375 B
Plaintext
Raw Normal View History

2019-12-14 15:32:50 +08:00
<view class="box">
2019-12-24 14:08:26 +08:00
<orderchooseaddr name="{{list.consignee}}" addr="{{list.address}}" phone="{{list.mobile}}"></orderchooseaddr>
2020-01-14 15:25:22 +08:00
<content num="{{list.num}}" ziti="{{list.is_ziti}}" price="{{list.goods_price}}" cprice="{{list.integral_money}}" number="{{list.order_sn}}" time="{{list.add_time}}" goods="{{list.goods_list}}" text="{{list.user_note}}"></content>
2019-12-14 15:32:50 +08:00
</view>