zs 2 years ago
parent
commit
59ec361ba7
1 changed files with 1 additions and 10 deletions
  1. 1 10
      pagesHome/order/detail.vue

+ 1 - 10
pagesHome/order/detail.vue

@@ -441,12 +441,7 @@
 						if (user) that.$set(that, `user`, user);
 						that.searchOther();
 					},
-					fail: function(err) {
-						// uni.showToast({
-						// 	title: '无用户登录无法查看收藏信息',
-						// 	icon: 'none'
-						// })
-					}
+					fail: function(err) {}
 				});
 				let res = await that.$api(`/viewGoods/goodsDetail`, `POST`, {
 					id: that.id
@@ -863,11 +858,7 @@
 
 			.button2 {
 				width: 50vw;
-				padding: 4vw 0;
 				background-color: #FF8A18;
-				text-align: center;
-				font-size: var(--font18Szie);
-				color: var(--mainColor);
 			}
 		}