|
@@ -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);
|
|
|
}
|
|
|
}
|
|
|
|