@@ -1,6 +1,6 @@
<template>
<view class="app-content">
- <view class="header"><view class="log" @tap="clickOrder"></view>{{ navname }}<view class="up">完成</view></view>
+ <view class="header"><view class="log" @tap="fall"></view>{{ navname }}<view class="up">完成</view></view>
<view class="content">
<view class="list">
<p>行李编号</p>
@@ -75,7 +75,7 @@
},
methods: {
fall () {
- uni.switchTab({
+ uni.redirectTo({
url: "/pages/sorting/index"
})
@@ -122,12 +122,11 @@
uppop () {
- uni.hideTabBar()
+ uni.hideTabBar({})
this.all = true
selectup (index) {
this.action = index
- console.log(this.action)
topup () {
this.all = false
@@ -44,7 +44,7 @@
<view class="delete"><view class="log" @click="()=>checkMore(item)"></view></view>
</view>
</scroll-view>
- <view class="but">手动登记</view>
+ <view class="but" @tap="clickOrder">手动登记</view>
@@ -145,6 +145,11 @@
Nav
+ clickOrder () {
+ url: "/pages/baggagecheck/index"
+ })
+ },
uni.switchTab({
url: "/pages/index/index"
@@ -249,6 +249,7 @@
.popup_view_bottom {
align-items: flex-end;
justify-content: center;
+ bottom: 0 !important;
}
.popup_view_top {
align-items: flex-start;