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
904b4efc
Commit
904b4efc
authored
Aug 31, 2020
by
王建威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix
parent
19add907
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
applypage1.vue
pages/apply/applypage1.vue
+5
-5
applypage2.vue
pages/apply/applypage2.vue
+2
-2
No files found.
pages/apply/applypage1.vue
View file @
904b4efc
...
@@ -129,15 +129,15 @@
...
@@ -129,15 +129,15 @@
if
(
d
!==
null
)
{
if
(
d
!==
null
)
{
this
.
qualification_id
=
d
.
qualification_id
;
this
.
qualification_id
=
d
.
qualification_id
;
this
.
data
=
{
this
.
data
=
{
equipment_id
:
d
.
equipment_id
||
option
.
property_id
,
equipment_id
:
d
.
equipment_id
,
property_id
:
d
.
property_id
||
option
.
equipment_id
property_id
:
d
.
property_id
}
}
}
else
{
}
else
{
this
.
data
=
{
this
.
data
=
{
equipment_id
:
option
.
property
_id
,
equipment_id
:
option
.
equipment
_id
,
property_id
:
option
.
equipment
_id
property_id
:
option
.
property
_id
}
}
}
}
}
else
{
}
else
{
uni
.
getStorage
({
uni
.
getStorage
({
key
:
'installment'
,
key
:
'installment'
,
...
...
pages/apply/applypage2.vue
View file @
904b4efc
...
@@ -103,8 +103,8 @@
...
@@ -103,8 +103,8 @@
this
.
params
[
item
]
=
s
[
item
]
this
.
params
[
item
]
=
s
[
item
]
});
});
this
.
data
=
{
this
.
data
=
{
equipment_id
:
s
.
equipment_id
||
d
.
property
_id
,
equipment_id
:
s
.
equipment_id
||
d
.
equipment
_id
,
property_id
:
s
.
property_id
||
d
.
equipment
_id
property_id
:
s
.
property_id
||
d
.
property
_id
}
}
this
.
qualification_id
=
s
.
qualification_id
;
this
.
qualification_id
=
s
.
qualification_id
;
}
}
...
...
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