- <template name="4a369d3d"><view id="order_list_container" class="_div data-v-8f511d8c"><van-card wx:key="index" key="{{index}}" wx:for="{{orders}}" wx:for-index="index" wx:for-item="order" class="_van-card data-v-8f511d8c"><view slot="title" class="_div data-v-8f511d8c flex justify-between"><view class="_div data-v-8f511d8c"><text class="_text data-v-8f511d8c text-gray">订单号 </text> <text class="_text data-v-8f511d8c">{{ order.sn }}</text></view> <view class="_div data-v-8f511d8c"><text class="_text data-v-8f511d8c text-gray">{{ order.create_time }}</text> <view class="_view data-v-8f511d8c text-right"><text class="_text data-v-8f511d8c">交易成功</text></view></view></view> <view slot="thumb" class="_div data-v-8f511d8c thumb_container"><image src="https://img.shuimuai.com/web/icon_dingdan.png" class="_img data-v-8f511d8c order_icon" alt></image></view> <view slot="desc" class="_div data-v-8f511d8c"><view class="_div data-v-8f511d8c"><text class="_text data-v-8f511d8c text-gray">消费产品 </text> <text class="_text data-v-8f511d8c">{{ order.goods_name }} x 1</text></view> <view class="_div data-v-8f511d8c padding-tb-lg flex justify-between align-center"><view class="_div data-v-8f511d8c"><text class="_text data-v-8f511d8c text-gray">付款方式 </text> <text class="_text data-v-8f511d8c text-bold">微信支付</text></view> <view class="_div data-v-8f511d8c"><text class="_text data-v-8f511d8c text-gray">实付款 </text> <text class="_text data-v-8f511d8c text-gray text-xxl">{{ order.price }}</text></view></view></view> <view slot="price" class="_div data-v-8f511d8c"><button class="_button data-v-8f511d8c cu-btn" open-type="contact">联系客服</button></view></van-card></view></template>
|