Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
毕凯
2017-08-03 10:30:34 +0800
Commit
2cbf34871ad89ebcb616d36ea701f12f24836088
2 parents
76cecd05
cedd1148
Merge remote-tracking branch 'origin/feature/refund' into gray
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
public/js/plugin/util.js
public/vue/home/return/item.vue
public/js/plugin/util.js
View file @
2cbf348
...
...
@@ -51,12 +51,6 @@ const applySuccuss = function(type, applyId) {
styleClass
:
'return-success-modal'
,
title
:
`
$
{
kind
.
name
}
申请已提交
,
请等待审核
.....
`
,
buttons
:
[{
text
:
'返回订单'
,
handler
:
function
()
{
this
.
hide
();
history
.
go
(
-
1
);
}
},
{
text
:
'查看进度'
,
handler
:
function
()
{
this
.
hide
();
...
...
public/vue/home/return/item.vue
View file @
2cbf348
...
...
@@ -90,7 +90,8 @@
.info {
padding: 15px 0;
width: 520px;
width: 480px;
word-break: break-all;
.p-title {
color: #000;
...
...
Please
register
or
login
to post a comment