Commit 36354329 authored by 潘永坪's avatar 潘永坪

参数增加

parent d1273bee
...@@ -36,8 +36,12 @@ export default { ...@@ -36,8 +36,12 @@ export default {
search:'',//输入框的值 search:'',//输入框的值
noNumberList:[],//未排号站点列表 noNumberList:[],//未排号站点列表
orderId:'',//订单Id orderId:'',//订单Id
merchantCode:''//商户码
} }
}, },
onLoad(option) {
this.merchantId=this.$commonjs.getKey(option,'merchantCode')
},
methods: { methods: {
//---查询订单 //---查询订单
query(){ query(){
...@@ -49,8 +53,9 @@ export default { ...@@ -49,8 +53,9 @@ export default {
return return
} }
let data={ let data={
search:this.search, search:this.search,//输入框的值
userId:uni.getStorageSync('openid')||'' userId:uni.getStorageSync('openid')||'',
merchantCode:this.merchantCode
} }
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