Commit d0dca527 by chenyu

update: update

parent 55b2775f
......@@ -71,10 +71,10 @@
<span>吊牌价总额:</span>¥{{orderInfo.totalAmount|fomatFloat}}
</p>
<p class="amount-line">
<span>订单应收:</span>¥{{orderInfo.totalAmount|fomatFloat}}
<span>订单应收:</span>¥{{orderInfo.paidAmount|fomatFloat}}
</p>
<p class="amount-line">
<span>订单实付:</span>¥{{orderInfo.paidAmount|fomatFloat}}
<span>订单实付:</span>¥{{orderInfo.actualAmount|fomatFloat}}
</p>
</div>
<div class="bottom">
......@@ -304,7 +304,7 @@ export default {
},
getOrderDetail(orderId) {
this.orderLoading = true;
doFetch(url.orderDetail, {
doFetch(url.orderDetailNew, {
memberId: this.memberId,
orderId: orderId
})
......@@ -326,7 +326,6 @@ export default {
}
this.orderInfo = Object.assign({}, orderInfo);
this.payInfo = Object.assign({}, payInfo);
console.log(orderInfo);
} else {
checkFalse(res.data.message);
}
......
......@@ -52,6 +52,7 @@ const urlConfig = {
ajaxMembersInfo: '/api-member/ajax-members-info',//会员消费统计信息
memberOrderPage: '/api-member/member-order-page',///会员order列表
orderDetail: '/api-member/member-order-detail',//会员order-查看详情(订单详情+评价+回复)
orderDetailNew: '/api-member/member-order-amount',//会员order-查看详情(订单详情+评价+回复)11月迭代新增
infoMall: '/api-member/ajax-members-info-mall',//微信商城 - 会员消费统计信息
ajaxWechatMembers: '/api-member/ajaxMembers',//会员微信商城order列表
getWMList: '/api-member/query-member-eorder',//微盟订单order列表
......
......@@ -3,8 +3,8 @@
<head>
<meta charset="utf-8"/>
<title>IconFont Demo</title>
<link rel="shortcut icon" href="https://img.alicdn.com/imgextra/i2/O1CN01ZyAlrn1MwaMhqz36G_!!6000000001499-73-tps-64-64.ico" type="image/x-icon"/>
<link rel="icon" type="image/svg+xml" href="https://img.alicdn.com/imgextra/i4/O1CN01EYTRnJ297D6vehehJ_!!6000000008020-55-tps-64-64.svg"/>
<link rel="shortcut icon" href="//img.alicdn.com/imgextra/i2/O1CN01ZyAlrn1MwaMhqz36G_!!6000000001499-73-tps-64-64.ico" type="image/x-icon"/>
<link rel="icon" type="image/svg+xml" href="//img.alicdn.com/imgextra/i4/O1CN01EYTRnJ297D6vehehJ_!!6000000008020-55-tps-64-64.svg"/>
<link rel="stylesheet" href="https://g.alicdn.com/thx/cube/1.3.2/cube.min.css">
<link rel="stylesheet" href="demo.css">
<link rel="stylesheet" href="iconfont.css">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment