소스 검색

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

1004749546@qq.com 4 년 전
부모
커밋
fd584607ab
2개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  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;