From 4de94b855e88ab9574e2ee75b867adae0be5a2b0 Mon Sep 17 00:00:00 2001 From: whycq <123456> Date: 星期六, 14 五月 2022 00:17:42 +0800 Subject: [PATCH] # --- pages/basics/outPakin.vue | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 deletions(-) diff --git a/pages/basics/outPakin.vue b/pages/basics/outPakin.vue index c7d713a..9a60db3 100644 --- a/pages/basics/outPakin.vue +++ b/pages/basics/outPakin.vue @@ -78,13 +78,15 @@ searchBox: 'hide', pick:'hide', matnr:'', - matList:[{matnr:'1101842-10000',batch:'22047515999'}], + // matList:[{matnr:'1101842-10000',batch:'22047515999'}], + matList:[], result: '', listLen:0, msgType: 'success', messageText: '杩欐槸涓�鏉℃垚鍔熸彁绀�', } }, + mounted(){ const UIP = uni.getStorageSync('UIP'); this.baseIP = UIP; @@ -237,9 +239,11 @@ url: '../login/login' }); }, 1000); + uni.hideLoading(); } else { that.messageToggle('error') that.messageText = res.msg + uni.hideLoading(); // uni.showToast({title: res.msg, icon: "none",position: 'top'}) } } @@ -375,7 +379,7 @@ } .data-list { border-bottom: 1px solid #d8d8d8; - height: 90rpx; + height: 130rpx; margin: 15rpx; border-radius: 20rpx; } @@ -397,7 +401,7 @@ display: inline-block; float: left; margin-left: 6%; - height: 100rpx; + height: 130rpx; /* line-height: 100rpx; */ color: #676767; } @@ -405,13 +409,13 @@ font-size: 14px; font-weight: 700; /* padding-top: 15rpx; */ - padding-top: 8rpx; + padding-top: 15rpx; } .data-list-right { display: inline-block; float: right; - height: 100rpx; - line-height: 100rpx; + height: 130rpx; + line-height: 130rpx; margin-right: 10%; } </style> \ No newline at end of file -- Gitblit v1.9.1