Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
X
XiTianSenMall
Project
Project
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
leiqingsong
XiTianSenMall
Commits
730ddcb9
Commit
730ddcb9
authored
4 years ago
by
leiqingsong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_lqs' into 'master'
优化 See merge request
!108
parents
60b9baee
8affd0bd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
base.js
H5/src/api/base.js
+1
-0
cash-out-record.vue
H5/src/views/cashOut/cash-out-record.vue
+1
-1
cash-out.vue
H5/src/views/cashOut/cash-out.vue
+1
-1
No files found.
H5/src/api/base.js
View file @
730ddcb9
...
@@ -26,6 +26,7 @@ export function uploadImage(params, file) {
...
@@ -26,6 +26,7 @@ export function uploadImage(params, file) {
return
request
({
return
request
({
url
:
"/ZX/uploadImage"
,
url
:
"/ZX/uploadImage"
,
method
:
"post"
,
method
:
"post"
,
params
,
data
:
file
data
:
file
});
});
}
}
This diff is collapsed.
Click to expand it.
H5/src/views/cashOut/cash-out-record.vue
View file @
730ddcb9
...
@@ -53,7 +53,7 @@ export default {
...
@@ -53,7 +53,7 @@ export default {
this
.
maxDate
=
new
Date
();
this
.
maxDate
=
new
Date
();
this
.
minDate
=
new
Date
(
this
.
currentDate
.
getFullYear
(),
0
);
this
.
minDate
=
new
Date
(
this
.
currentDate
.
getFullYear
(),
0
);
this
.
selected
=
`
${
this
.
currentDate
.
getFullYear
()}
年
${
this
.
currentDate
.
getMonth
()
+
this
.
selected
=
`
${
this
.
currentDate
.
getFullYear
()}
年
${
this
.
currentDate
.
getMonth
()
+
1
}
月`
;
1
}
月`
;
const
time
=
this
.
currentDate
.
toLocaleDateString
().
replace
(
/
\/
/g
,
"-"
);
const
time
=
this
.
currentDate
.
toLocaleDateString
().
replace
(
/
\/
/g
,
"-"
);
this
.
getRecordList
(
time
);
this
.
getRecordList
(
time
);
},
},
...
...
This diff is collapsed.
Click to expand it.
H5/src/views/cashOut/cash-out.vue
View file @
730ddcb9
...
@@ -152,7 +152,7 @@ export default {
...
@@ -152,7 +152,7 @@ export default {
// 点击提现
// 点击提现
onCashOut
()
{
onCashOut
()
{
if
(
this
.
money
==
0
)
{
if
(
this
.
money
==
0
)
{
this
.
$toast
.
fail
(
'请输入正确金额'
);
this
.
$toast
.
fail
(
"请输入正确金额"
);
return
;
return
;
}
}
if
(
!
this
.
money
)
{
if
(
!
this
.
money
)
{
...
...
This diff is collapsed.
Click to expand it.
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