Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
U
uni-pdtravel
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
panyongping
uni-pdtravel
Commits
f9d58e4c
Commit
f9d58e4c
authored
Apr 23, 2024
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改
parent
cbf32fcc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
scenicCombiOrder.vue
pages/scenic/scenicCombiOrder/scenicCombiOrder.vue
+0
-3
editContacts.vue
pages/scenic/scenicComponents/editContacts.vue
+6
-2
No files found.
pages/scenic/scenicCombiOrder/scenicCombiOrder.vue
View file @
f9d58e4c
...
@@ -1558,9 +1558,6 @@ export default {
...
@@ -1558,9 +1558,6 @@ export default {
border-radius
:
5rpx
;
border-radius
:
5rpx
;
position
:
relative
;
position
:
relative
;
margin
:
20rpx
15rpx
0
0
;
margin
:
20rpx
15rpx
0
0
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
}
}
.plus-list-last
{
.plus-list-last
{
color
:
$theme
;
color
:
$theme
;
...
...
pages/scenic/scenicComponents/editContacts.vue
View file @
f9d58e4c
...
@@ -118,8 +118,12 @@ export default {
...
@@ -118,8 +118,12 @@ export default {
this
.
credentialNumber
=
newValue
.
credentialNumber
||
''
this
.
credentialNumber
=
newValue
.
credentialNumber
||
''
this
.
reviseContactId
=
newValue
.
id
||
''
this
.
reviseContactId
=
newValue
.
id
||
''
this
.
phone
=
newValue
.
phone
||
''
this
.
phone
=
newValue
.
phone
||
''
// 不加双竖线的原因是,防止是0时,变成空
if
(
typeof
newValue
.
credentialType
===
'undefined'
){
this
.
credentialType
=
newValue
.
credentialType
//补充证件信息时,没有证件类型,直接置为空
this
.
credentialType
=
''
}
else
{
this
.
credentialType
=
newValue
.
credentialType
}
},
},
deep
:
true
,
deep
:
true
,
immediate
:
true
immediate
:
true
...
...
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