zs 2 年之前
父節點
當前提交
59ec361ba7
共有 1 個文件被更改,包括 1 次插入10 次删除
  1. 1 10
      pagesHome/order/detail.vue

+ 1 - 10
pagesHome/order/detail.vue

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