Commit 4a0ac41c authored by 潘永坪's avatar 潘永坪

参数增加

parent 392c5dbb
......@@ -55,7 +55,9 @@ export default {
let data={
search:this.search,//输入框的值
userId:uni.getStorageSync('openid')||'',
merchantCode:this.merchantCode
merchantCode:this.merchantCode,
startPlayDate:new Date().Format('yyyy-MM-dd')+' 00:00:00',//开始日期
endPlayDate:new Date().Format('yyyy-MM-dd')+' 23:59:59',//结束日期
}
uni.showLoading({
title:'加载中'
......
......@@ -604,11 +604,11 @@ export default {
success:res=>{
if (this.companyAttribute == 5) {
//出租车跳转分销组合票页面
uni.navigateTo({
uni.reLaunch({
url: this.paydJumpUrl
})
} else {
uni.navigateTo({
uni.reLaunch({
url: '/pages/payment/paySuccess/paySuccess?orderId=' + this.orderId
})
}
......@@ -629,11 +629,11 @@ export default {
success:res=>{
if (this.companyAttribute == 5) {
//出租车跳转分销组合票页面
uni.navigateTo({
uni.reLaunch({
url: this.paydJumpUrl
})
} else {
uni.navigateTo({
uni.reLaunch({
url: '/pages/payment/paySuccess/paySuccess?orderId=' + this.orderId
})
}
......
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