Explorar o código

Signed-off-by: 1004749546@qq.com <1004749546@qq.com>
下单修改

1004749546@qq.com %!s(int64=4) %!d(string=hai) anos
pai
achega
fd584607ab
Modificáronse 2 ficheiros con 2 adicións e 4 borrados
  1. 1 3
      pages/getOrder/getOrder.vue
  2. 1 1
      pages/store/storeList.vue

+ 1 - 3
pages/getOrder/getOrder.vue

@@ -209,9 +209,7 @@
 					deviceNo: bizId
 				}).then(res => {
 					uni.hideLoading()
-					if(res.status == 200) {
-						
-					} else {
+					if(res.status != 200) {
 						this.toashMsg(res.message)
 						setTimeout(()=>{
 							uni.reLaunch({

+ 1 - 1
pages/store/storeList.vue

@@ -163,7 +163,7 @@
 					flex: 1;
 					flex-direction: column;
 					justify-content: space-between;
-					padding: 0 20rpx;
+					padding: 20rpx;
 					.name {
 						font-size: 32rpx;
 						color: #000;