@ -51,7 +51,7 @@
<view class="btns-box flex">
<view class="btn cancel btn1" hover-class="hover" @click="closeConfirm">我再想想</view>
<view class="primary btn btn1" hover-class="hover">确认预约</view>
<view class="primary btn btn1" hover-class="hover" @click="submitConfim">确认预约</view>
</view>
</slider-box>
@ -92,6 +92,11 @@
},
showConfirm() {
this.$refs.sliderbox.showConfirm()
submitConfim(){
uni.navigateTo({
url:"/pages/index/index"
})
}