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
f6d947fb
Commit
f6d947fb
authored
Apr 15, 2024
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
外国人身份证优化
parent
575f943a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
scenicSingleOrder.vue
pages/scenic/scenicSingleOrder/scenicSingleOrder.vue
+8
-4
No files found.
pages/scenic/scenicSingleOrder/scenicSingleOrder.vue
View file @
f6d947fb
...
...
@@ -961,8 +961,10 @@ export default {
//---初始化联系人列表
getContactList
()
{
let
data
=
{
openid
:
this
.
openid
,
credentialTypes
:
this
.
productIfo
.
credential
.
split
(
','
)
openid
:
this
.
openid
}
if
(
this
.
productIfo
.
credential
){
data
.
credentialTypes
=
this
.
productIfo
.
credential
.
split
(
','
)
}
this
.
$request
(
'wechatUser/contact/findContactList'
,
data
).
then
(
res
=>
{
if
(
res
.
code
==
'00'
)
{
...
...
@@ -1007,8 +1009,10 @@ export default {
//---添加并选中联系人--用于添加联系人之后直接从联系人列表选出需要填写的几位联系人
addChoose
()
{
let
data
=
{
openid
:
this
.
openid
,
credentialTypes
:
this
.
productIfo
.
credential
.
split
(
','
)
openid
:
this
.
openid
}
if
(
this
.
productIfo
.
credential
){
data
.
credentialTypes
=
this
.
productIfo
.
credential
.
split
(
','
)
}
this
.
$request
(
'wechatUser/contact/findContactList'
,
data
).
then
(
res
=>
{
if
(
res
.
code
==
'00'
)
{
...
...
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