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
7871ffca
Commit
7871ffca
authored
Apr 23, 2020
by
郑秀明
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop'
parents
b1e5ea2c
6971e853
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
6 deletions
+11
-6
certification.vue
pages/certification/certification.vue
+1
-1
checkstand.vue
pages/checkstand/checkstand.vue
+1
-1
installmentinfo.vue
pages/installment/installmentinfo.vue
+9
-4
No files found.
pages/certification/certification.vue
View file @
7871ffca
...
...
@@ -175,12 +175,12 @@
data
:
this
.
params
,
method
:
'POST'
,
success
:
(
res
)
=>
{
this
.
submitFlag
=
true
;
if
(
res
.
data
.
code
===
0
)
{
uni
.
navigateTo
({
url
:
'/pages/apply/choosetype'
});
}
else
{
this
.
submitFlag
=
true
;
uni
.
hideToast
();
uni
.
showToast
({
icon
:
'none'
,
...
...
pages/checkstand/checkstand.vue
View file @
7871ffca
...
...
@@ -279,7 +279,7 @@
line-height: 76rpx;
border-radius: 16rpx;
background-color: #FFCD00;
margin:
206
rpx auto 22rpx;
margin:
100
rpx auto 22rpx;
color: #212121;
font-size: 28rpx;
text-align: center;
...
...
pages/installment/installmentinfo.vue
View file @
7871ffca
...
...
@@ -215,10 +215,15 @@
...
this
.
data
,
...
res
.
data
.
data
}
res
.
data
.
data
.
Equipmentproperty
.
forEach
((
item
,
index
)
=>
{
if
(
item
.
is_def
==
1
)
{
this
.
e_info
=
{
...
this
.
e_info
,
...
res
.
data
.
data
.
Equipmentproperty
[
0
]
...
item
}
this
.
periodTab
=
index
}
});
this
.
equipment_detail
=
res
.
data
.
data
.
EquipmentInfo
.
equipment_details
?
res
.
data
.
data
.
EquipmentInfo
.
equipment_details
.
replace
(
/\<img/g
,
`<image style="max-width: 100%;width: auto !important;height: auto !important"`
)
:
''
;
this
.
isLogin
=
res
.
data
.
login_flg
;
this
.
contract_no
=
res
.
data
.
data
.
contract_no
;
...
...
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