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
3d41bb19
Commit
3d41bb19
authored
Jan 20, 2022
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
组合票,联票增加
parent
db348a45
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
87 additions
and
31 deletions
+87
-31
pages.json
pages.json
+18
-9
combiOrder.vue
pages/combination/combiOrder/combiOrder.vue
+35
-0
scenic.vue
pages/scenic/scenic.vue
+0
-22
scenicJointOrder.vue
pages/scenic/scenicJointOrder/scenicJointOrder.vue
+34
-0
No files found.
pages.json
View file @
3d41bb19
...
@@ -61,15 +61,6 @@
...
@@ -61,15 +61,6 @@
"enablePullDownRefresh"
:
false
"enablePullDownRefresh"
:
false
}
}
}
,{
"path"
:
"pages/scenic/scenic"
,
"style"
:
{
"navigationBarTitleText"
:
""
,
"enablePullDownRefresh"
:
false
}
}
}
,{
,{
"path"
:
"pages/hotel/hotel"
,
"path"
:
"pages/hotel/hotel"
,
...
@@ -293,6 +284,24 @@
...
@@ -293,6 +284,24 @@
}
}
}
}
,{
"path"
:
"pages/combination/combiOrder/combiOrder"
,
"style"
:
{
"navigationBarTitleText"
:
""
,
"enablePullDownRefresh"
:
false
}
}
,{
"path"
:
"pages/scenic/scenicJointOrder/scenicJointOrder"
,
"style"
:
{
"navigationBarTitleText"
:
""
,
"enablePullDownRefresh"
:
false
}
}
],
],
"globalStyle"
:
{
"globalStyle"
:
{
"navigationBarTextStyle"
:
"white"
,
"navigationBarTextStyle"
:
"white"
,
...
...
pages/combination/combiOrder/combiOrder.vue
0 → 100644
View file @
3d41bb19
<
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
pdOpenid
=
uni
.
getStorageSync
(
"openid"
)
//胖丁小程序openid,临时用,当公众号授权做好之后可以删除
let
pdToken
=
uni
.
getStorageSync
(
"token"
)
let
pdCreateUserId
=
uni
.
getStorageSync
(
"createUserId"
)
let
pdUserId
=
uni
.
getStorageSync
(
"userId"
)
this
.
outUrl
=
"https://wx.pangdly.com/#/combiOrder?groupId="
+
groupId
+
"&orderSource"
+
orderSource
+
"&productIdList="
+
productIdList
+
"&groupChannelId="
+
groupChannelId
+
"&companyId="
+
companyId
+
"&pdOpenid="
+
pdOpenid
+
"&pdToken="
+
pdToken
+
"&pdCreateUserId="
+
pdCreateUserId
+
"&pdUserId="
+
pdUserId
},
methods
:
{
}
}
</
script
>
<
style
>
</
style
>
pages/scenic/scenic.vue
deleted
100644 → 0
View file @
db348a45
<
template
>
<view>
我前不久带妈妈去了一次,这些年一直很忙,没什么时间陪妈妈(我是单亲家庭),虽然她不说,但是每次春节过年回家,从她眼神里看到的期待开心,以及我离家出去工作的时候,她眼里的失落,我就特别难过。这一次休年假带她到一直心心念念的贵州旅游,算是圆了她一个念想,也算是我为人子女尽了一点应该的孝心,我和妈妈玩的很开心,而且特别省心省钱,5天只花了1000多,攻略给你分享一下咯。
</view>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
}
},
methods
:
{
}
}
</
script
>
<
style
>
</
style
>
pages/scenic/scenicJointOrder/scenicJointOrder.vue
0 → 100644
View file @
3d41bb19
<
template
>
<view>
<web-view
:src=
"outUrl"
></web-view>
</view>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
enterUrl
:
""
,
//进入页面路由
outUrl
:
""
,
//跳出页面路由
}
},
onLoad
(
option
){
let
merchantId
=
option
.
merchantId
let
productId
=
option
.
productId
let
companyId
=
option
.
companyId
let
orderSource
=
option
.
orderSource
let
pdOpenid
=
uni
.
getStorageSync
(
"openid"
)
//胖丁小程序openid,临时用,当公众号授权做好之后可以删除
let
pdToken
=
uni
.
getStorageSync
(
"token"
)
let
pdCreateUserId
=
uni
.
getStorageSync
(
"createUserId"
)
let
pdUserId
=
uni
.
getStorageSync
(
"userId"
)
this
.
outUrl
=
"https://wx.pangdly.com/#/scenicJointOrder?merchantId="
+
merchantId
+
"&orderSource"
+
orderSource
+
"&productId="
+
productId
+
"&companyId="
+
companyId
+
"&pdOpenid="
+
pdOpenid
+
"&pdToken="
+
pdToken
+
"&pdCreateUserId="
+
pdCreateUserId
+
"&pdUserId="
+
pdUserId
},
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