Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
member
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
member
member
Commits
d0dca527
Commit
d0dca527
authored
Nov 19, 2021
by
chenyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: update
parent
55b2775f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
consumption.vue
src/components/allCustomers/consumption.vue
+3
-4
url.js
src/components/axios/url.js
+1
-0
demo_index.html
static/font/demo_index.html
+2
-2
No files found.
src/components/allCustomers/consumption.vue
View file @
d0dca527
...
...
@@ -71,10 +71,10 @@
<span>
吊牌价总额:
</span>
¥
{{
orderInfo
.
totalAmount
|
fomatFloat
}}
</p>
<p
class=
"amount-line"
>
<span>
订单应收:
</span>
¥
{{
orderInfo
.
total
Amount
|
fomatFloat
}}
<span>
订单应收:
</span>
¥
{{
orderInfo
.
paid
Amount
|
fomatFloat
}}
</p>
<p
class=
"amount-line"
>
<span>
订单实付:
</span>
¥
{{
orderInfo
.
paid
Amount
|
fomatFloat
}}
<span>
订单实付:
</span>
¥
{{
orderInfo
.
actual
Amount
|
fomatFloat
}}
</p>
</div>
<div
class=
"bottom"
>
...
...
@@ -304,7 +304,7 @@ export default {
},
getOrderDetail
(
orderId
)
{
this
.
orderLoading
=
true
;
doFetch
(
url
.
orderDetail
,
{
doFetch
(
url
.
orderDetail
New
,
{
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
);
}
...
...
src/components/axios/url.js
View file @
d0dca527
...
...
@@ -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列表
...
...
static/font/demo_index.html
View file @
d0dca527
...
...
@@ -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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment