Commit 3d41bb19 authored by 潘永坪's avatar 潘永坪

组合票,联票增加

parent db348a45
......@@ -61,15 +61,6 @@
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/scenic/scenic",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/hotel/hotel",
......@@ -293,6 +284,24 @@
}
}
,{
"path" : "pages/combination/combiOrder/combiOrder",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/scenic/scenicJointOrder/scenicJointOrder",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
......
<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>
<template>
<view>
我前不久带妈妈去了一次,这些年一直很忙,没什么时间陪妈妈(我是单亲家庭),虽然她不说,但是每次春节过年回家,从她眼神里看到的期待开心,以及我离家出去工作的时候,她眼里的失落,我就特别难过。这一次休年假带她到一直心心念念的贵州旅游,算是圆了她一个念想,也算是我为人子女尽了一点应该的孝心,我和妈妈玩的很开心,而且特别省心省钱,5天只花了1000多,攻略给你分享一下咯。
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>
<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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment