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

参数增加

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