chenrui  1 vuosi sitten
vanhempi
commit
b1f0e52656

+ 2 - 2
pages/baggagecheck/index.vue

@@ -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"
 				})
 			},

+ 1 - 2
pages/mypage/index.vue

@@ -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

+ 6 - 1
pages/sorting/index.vue

@@ -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>
 			</view>
 		</view>
 	</view>
@@ -145,6 +145,11 @@
 			Nav
 		},
 		methods: {
+			clickOrder () {
+				uni.redirectTo({
+					url: "/pages/baggagecheck/index"
+				})
+			},
 			fall () {
 				uni.switchTab({
 					url: "/pages/index/index"

+ 1 - 0
uni_modules/z-popup/components/z-popup/z-popup.vue

@@ -249,6 +249,7 @@
 	.popup_view_bottom {
 		align-items: flex-end;
 		justify-content: center;
+		bottom: 0 !important;
 	}
 	.popup_view_top {
 		align-items: flex-start;