Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
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
Mar 18, 2021
by
leiqingsong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_lqs' into 'master'
优化 See merge request
!108
parents
60b9baee
8affd0bd
Show 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) {
return
request
({
url
:
"/ZX/uploadImage"
,
method
:
"post"
,
params
,
data
:
file
});
}
H5/src/views/cashOut/cash-out-record.vue
View file @
730ddcb9
H5/src/views/cashOut/cash-out.vue
View file @
730ddcb9
...
...
@@ -152,7 +152,7 @@ export default {
// 点击提现
onCashOut
()
{
if
(
this
.
money
==
0
)
{
this
.
$toast
.
fail
(
'请输入正确金额'
);
this
.
$toast
.
fail
(
"请输入正确金额"
);
return
;
}
if
(
!
this
.
money
)
{
...
...
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