Commit 60e35311 authored by 潘永坪's avatar 潘永坪

参数增加

parent 4bedcc85
...@@ -86,6 +86,7 @@ export default { ...@@ -86,6 +86,7 @@ export default {
productName:'',//产品名称 productName:'',//产品名称
thirdOrderId:'',//三方订单Id thirdOrderId:'',//三方订单Id
orderId:'',//订单Id orderId:'',//订单Id
ticketPhone:'',//联系人电话
} }
}, },
onLoad(option) { onLoad(option) {
...@@ -109,6 +110,7 @@ export default { ...@@ -109,6 +110,7 @@ export default {
this.merchantCode=list[0].merchantCode this.merchantCode=list[0].merchantCode
this.channelName=list[0].channelName this.channelName=list[0].channelName
this.productName=list[0].productName this.productName=list[0].productName
this.ticketPhone=list[0].ticketPhone
this.getNumberInfo() this.getNumberInfo()
}else{ }else{
uni.showToast({ uni.showToast({
...@@ -155,7 +157,9 @@ export default { ...@@ -155,7 +157,9 @@ export default {
merchantCode:this.merchantCode,//商户编号 merchantCode:this.merchantCode,//商户编号
areaCode:this.chooseArea.projectIds,//站点编号 areaCode:this.chooseArea.projectIds,//站点编号
thirdId:this.thirdOrderId,//三方订单id thirdId:this.thirdOrderId,//三方订单id
userId:uni.getStorageSync('openid')||'' userId:uni.getStorageSync('openid')||'',
ticketPhone:this.ticketPhone,//电话号码
orderId:this.orderId,//订单Id
} }
uni.showLoading({ uni.showLoading({
title:'加载中' title:'加载中'
......
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