This commit is contained in:
weipengfei 2024-02-21 14:31:02 +08:00
parent ac6d0f8858
commit 978766ca4e
2 changed files with 4 additions and 3 deletions

View File

@ -72,7 +72,6 @@
<view class="locationb"> 用于向你推荐最近门店 </view>
<view class="locationx" @click.stop="isshow=false">x</view>
</view>
<!-- <view>sss</view> -->
<u-picker :defaultIndex="[0, 0]" :show="showPicker" ref="uPicker" :columns="columnData" @confirm="confirm"
@cancel="showPicker = false" @change="changeHandler" keyName="name"></u-picker>
<!-- <m-tabbar native>

View File

@ -1787,8 +1787,10 @@
},
//
openTipsRef(){
if(this.source!=103&&this.source!=105&&this.totalPrice>=100) this.$refs.tipsRef.open();
else this.SubOrder();
// 100
// if(this.source!=103&&this.source!=105&&this.totalPrice>=100) this.$refs.tipsRef.open();
// else this.SubOrder();
this.SubOrder();
},
//
closeAndSubOrder(){