Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
shop_mobile_uni
Project
Project
Details
Activity
Releases
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
郑秀明
shop_mobile_uni
Commits
dbef3541
Commit
dbef3541
authored
Apr 13, 2020
by
王建威
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix
parent
e5f6d550
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
2 deletions
+21
-2
applypage1.vue
pages/apply/applypage1.vue
+5
-0
applypage2.vue
pages/apply/applypage2.vue
+5
-0
applypage3.vue
pages/apply/applypage3.vue
+5
-0
certification.vue
pages/certification/certification.vue
+5
-1
installmentinfo.vue
pages/installment/installmentinfo.vue
+1
-1
No files found.
pages/apply/applypage1.vue
View file @
dbef3541
...
...
@@ -258,6 +258,10 @@
this
.
submitFlag
=
false
;
const
methond
=
this
.
qualification_id
?
'PUT'
:
'POST'
;
const
url
=
this
.
qualification_id
?
'/uni/api/userqualification/EditUserQualification/first'
:
'/uni/api/userqualification/AddUserQualification'
;
uni
.
showToast
({
title
:
'提交中'
,
icon
:
'none'
})
uni
.
request
({
url
:
url
,
method
:
methond
,
...
...
@@ -281,6 +285,7 @@
})
}
else
{
this
.
submitFlag
=
true
;
uni
.
hideToast
();
uni
.
showToast
({
icon
:
'none'
,
title
:
res
.
message
...
...
pages/apply/applypage2.vue
View file @
dbef3541
...
...
@@ -218,6 +218,10 @@
return
}
this
.
submitFlag
=
false
;
uni
.
showToast
({
title
:
'提交中'
,
icon
:
'none'
})
uni
.
request
({
url
:
'/uni/api/userqualification/EditUserQualification/second'
,
method
:
'PUT'
,
...
...
@@ -232,6 +236,7 @@
});
}
else
{
this
.
submitFlag
=
true
;
uni
.
hideToast
();
uni
.
showToast
({
icon
:
'none'
,
title
:
'提交失败请重试'
...
...
pages/apply/applypage3.vue
View file @
dbef3541
...
...
@@ -112,6 +112,10 @@
submit
()
{
if
(
!
this
.
submitFlag
)
return
this
.
submitFlag
=
false
;
uni
.
showToast
({
title
:
'提交中'
,
icon
:
'none'
})
uni
.
request
({
url
:
'/uni/api/userqualification/EditUserQualification/second'
,
method
:
'PUT'
,
...
...
@@ -126,6 +130,7 @@
});
}
else
{
this
.
submitFlag
=
true
;
uni
.
hideToast
();
uni
.
showToast
({
icon
:
'none'
,
title
:
'提交失败请重试'
...
...
pages/certification/certification.vue
View file @
dbef3541
...
...
@@ -117,7 +117,6 @@
},
submit
()
{
if
(
!
this
.
submitFlag
)
return
console
.
log
(
this
.
params
)
if
(
!
this
.
params
.
enterprise_name
)
{
uni
.
showToast
({
title
:
'请填写企业名称'
,
...
...
@@ -161,6 +160,10 @@
return
}
this
.
submitFlag
=
false
;
uni
.
showToast
({
title
:
'提交中'
,
icon
:
'none'
})
uni
.
request
({
url
:
'/uni/api/certification/AddRealnameAuth'
,
data
:
this
.
params
,
...
...
@@ -172,6 +175,7 @@
});
}
else
{
this
.
submitFlag
=
true
;
uni
.
hideToast
();
uni
.
showToast
({
icon
:
'none'
,
title
:
res
.
data
.
message
...
...
pages/installment/installmentinfo.vue
View file @
dbef3541
...
...
@@ -112,7 +112,7 @@
<view
class=
"tool_title"
>
购物车
</view>
</view>
<!--
<view
class=
"bottom_btn join_cart"
>
加入购物车
</view>
-->
<view
class=
"bottom_btn join_buy"
@
click=
"open()"
>
购买
</view>
<view
class=
"bottom_btn join_buy"
@
click=
"open()"
>
立即分期
</view>
</view>
<uni-popup
ref=
"popup"
type=
"bottom"
>
<view
class=
"poupp_content"
>
...
...
郑秀明
@zhengxiuming
mentioned in commit
2bdc780f
·
Apr 13, 2020
mentioned in commit
2bdc780f
mentioned in commit 2bdc780f3919ef099089b17d895977f8c1602090
Toggle commit list
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