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
2317375d
Commit
2317375d
authored
Jan 05, 2024
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
个人中心图标删除
parent
529804ff
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
43 deletions
+12
-43
distributionCombiChoose.vue
...ation/distributionCombiChoose/distributionCombiChoose.vue
+10
-3
center.vue
pages/indexs/center/center.vue
+2
-2
scenicCombiOrder-old.vue
pages/scenic/scenicCombiOrder/scenicCombiOrder-old.vue
+0
-38
No files found.
pages/combination/distributionCombiChoose/distributionCombiChoose.vue
View file @
2317375d
...
@@ -608,10 +608,17 @@ export default {
...
@@ -608,10 +608,17 @@ export default {
return
item
.
id
return
item
.
id
})
})
let
query
=
'?productIdList='
+
JSON
.
stringify
(
productIdList
)
+
'&groupId='
+
this
.
groupId
+
'&groupChannelId='
+
this
.
groupChannelId
+
'&orderSource=3'
let
query
=
'?productIdList='
+
JSON
.
stringify
(
productIdList
)
+
'&groupId='
+
this
.
groupId
+
'&groupChannelId='
+
this
.
groupChannelId
+
'&orderSource=3'
//如果有联票
if
(
this
.
chooseProduct
.
find
(
item
=>
item
.
ticketType
==
2
)){
uni
.
navigateTo
({
url
:
'/pages/combination/combiOrder/combiOrder'
+
query
})
}
else
{
uni
.
navigateTo
({
uni
.
navigateTo
({
url
:
'/pages/scenic/scenicCombiOrder/scenicCombiOrder'
+
query
url
:
'/pages/scenic/scenicCombiOrder/scenicCombiOrder'
+
query
})
})
}
}
}
},
},
//---跳转影集页面
//---跳转影集页面
goAlbum
(
index
){
goAlbum
(
index
){
...
...
pages/indexs/center/center.vue
View file @
2317375d
...
@@ -134,14 +134,14 @@
...
@@ -134,14 +134,14 @@
我的影集
我的影集
</view>
</view>
</view>
</view>
<view
class=
"middle3-list"
@
click=
"goshopping()"
>
<
!--
<
view
class=
"middle3-list"
@
click=
"goshopping()"
>
<view>
<view>
<image
src=
"@/static/img/my/center/shopping.png"
></image>
<image
src=
"@/static/img/my/center/shopping.png"
></image>
</view>
</view>
<view>
<view>
购物车
购物车
</view>
</view>
</view>
</view>
-->
<view
class=
"middle3-list"
@
click=
"goTravelList()"
>
<view
class=
"middle3-list"
@
click=
"goTravelList()"
>
<view>
<view>
<image
src=
"@/static/img/my/center/schedule.png"
></image>
<image
src=
"@/static/img/my/center/schedule.png"
></image>
...
...
pages/scenic/scenicCombiOrder/scenicCombiOrder-old.vue
deleted
100644 → 0
View file @
529804ff
<
template
>
<view>
<web-view
:src=
"outUrl"
></web-view>
</view>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
enterUrl
:
''
,
//进入页面路由
outUrl
:
''
,
//跳出页面路由
}
},
onLoad
(
option
){
let
groupId
=
option
.
groupId
||
''
let
groupChannelId
=
option
.
groupChannelId
||
''
let
companyId
=
option
.
companyId
||
''
let
productIdList
=
option
.
productIdList
||
''
let
orderSource
=
option
.
orderSource
||
''
let
ifyukuaiCode
=
option
.
ifyukuaiCode
||
''
//是否是渝快码跳入,渝快码跳入需要在H5端另外走流程
let
pdOpenid
=
uni
.
getStorageSync
(
'openid'
)
//胖丁小程序openid,临时用,当公众号授权做好之后可以删除
let
pdToken
=
uni
.
getStorageSync
(
'token'
)
let
pdCreateUserId
=
uni
.
getStorageSync
(
'createUserId'
)
let
pdUserId
=
uni
.
getStorageSync
(
'userId'
)
let
baseUrl
=
this
.
$wxurl
+
'combiOrder?pdOpenid='
+
pdOpenid
+
'&pdToken='
+
pdToken
+
'&pdCreateUserId='
+
pdCreateUserId
+
'&pdUserId='
+
pdUserId
let
url
=
'&groupId='
+
groupId
+
'&groupChannelId='
+
groupChannelId
+
'&productIdList='
+
productIdList
+
'&orderSource='
+
orderSource
+
'&companyId='
+
companyId
+
'&ifyukuaiCode='
+
ifyukuaiCode
this
.
outUrl
=
baseUrl
+
url
},
methods
:
{
}
}
</
script
>
<
style
>
</
style
>
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