Commit 48a14b97 authored by 潘永坪's avatar 潘永坪

bug修复

parent 64c68248
......@@ -41,7 +41,7 @@
</view>
</view>
<!--需要排队并且为一个站点-->
<!-- <view class="list-place" v-if="item.isFetch == 1 && item.productAreaList.length == 1 &&item.areaUp" @click="getSortInfor()">
<!-- <view class="list-place" v-if="item.isFetch == 1 && item.productAreaList.length == 1 &&item.areaUp" @click="getSortInfo()">
<view> 获取排队信息 </view>
<view>
......@@ -654,7 +654,7 @@ export default {
this.sellTotal=parseFloat((sell+this.productDepositTotal-savedMoney).toFixed(2))||0
},
//---获取排号信息---暂时未使用
getSortInfor(merchantCode) {
getSortInfo(merchantCode) {
let data = {
merchantCode //商户code
}
......
......@@ -40,7 +40,7 @@
</view>
</view>
<!--需要排队并且为一个站点-->
<!-- <view class="middle-place" v-if="productIfo.isFetch == 1 && productIfo.productAreaList.length == 1 && areaUp" @click="getSortInfor()">
<!-- <view class="middle-place" v-if="productIfo.isFetch == 1 && productIfo.productAreaList.length == 1 && areaUp" @click="getSortInfo()">
<view> 获取排队信息 </view>
<view>
......@@ -715,7 +715,7 @@ export default {
})
},
//---获取排号信息
getSortInfor() {
getSortInfo() {
let data = {
areaCode: this.areaObj.areaCode,
merchantCode: this.merchantCode //商户code
......
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