wpfw_ewei_wxapp/pages/integral/order/detail/index.wxml
2023-02-26 08:10:18 +08:00

79 lines
3.4 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="page navbar">
<view class="fui-list bg">
<view class="row" style="font-size: 34rpx;">
<view>等待付款</view>
</view>
<view class="order-price">订单金额(含运费):¥<text>6.66</text>
</view>
</view>
<view class="fui-list-group" hoverClass="none">
<navigator class="fui-list">
<view class="fui-list-media">
<view class="fui-list-icon">
<i class="icox icox-dingwei1"></i>
</view>
</view>
<view class="fui-list-inner">
<view style="font-size:14px;line-height: 1.2rem;height: 1.2rem;">小花花 15888888888</view>
<view style="font-size:13px;color:#666">山东省青岛市市北区 101</view>
</view>
</navigator>
</view>
<view class="fui-list-group" style="padding-bottom: 20rpx;">
<view class="fui-list-group-title">
<view class="fui-list-icon">
<i class="icox icox-dianpu1"></i>
</view>
<view class="text">店铺名</view>
</view>
<navigator class="fui-list goods-item">
<view class="fui-list-media">
<image class="goods_img" src="https://api.clubmall.cn/attachment/images/7/2017/11/qg6S1Gb6DKM4I16KW4NMGDCkdcko1B.jpg"></image>
</view>
<view class="fui-list-inner" style="height: 140rpx;padding-right: 20rpx;">
<view class="text">商品标题商品标题商品标题商品标题</view>
</view>
<view class="price text-right" style="height: 140rpx;">
<view class="text-right">
<text>价格</text>
</view>
<view class="text-right" style="color: #999;">x<text>1</text>
</view>
</view>
</navigator>
</view>
<view class="fui-cell-group price-cell-group">
<view class="fui-cell">
<view class="fui-cell-label">商品小计</view>
<view class="fui-cell-info"></view>
<view class="fui-cell-remark noremark">¥0.00</view>
</view>
<view class="fui-cell">
<view class="fui-cell-label">运费</view>
<view class="fui-cell-info"></view>
<view class="fui-cell-remark noremark">¥0.00</view>
</view>
<view class="fui-cell">
<view class="fui-cell-label" style="width: 300rpx">实付款(含运费)</view>
<view class="fui-cell-info"></view>
<view class="fui-cell-remark noremark" style="color: #ff5555;">¥0.00</view>
</view>
</view>
<view class="fui-cell-group">
<view class="order-info">
<view class="fui-cell-label" style="font-size:12px;color:#999">
<text class="fui-cell-label">订单编号SH20180123091357834266</text>
</view>
<view class="fui-cell-label" style="font-size:12px;color:#999">
<text class="fui-cell-label">订单编号SH20180123091357834266</text>
</view>
<view class="fui-cell-label" style="font-size:12px;color:#999">
<text class="fui-cell-label">订单编号SH20180123091357834266</text>
</view>
</view>
</view>
<view class="fui-footer">
<button class="btn btn-default btn-default-o pull-left">返回首页</button>
</view>
</view>