Compare commits
3 Commits
086d61a587
...
V1.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
14945914ea | ||
|
|
35654194d8 | ||
|
|
38d26477ec |
@@ -4,8 +4,8 @@
|
|||||||
box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.12);
|
box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.12);
|
||||||
margin: 12px;
|
margin: 12px;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
mask: radial-gradient(circle at 0 57px, #0000 6px, red 0),
|
mask: radial-gradient(circle at 0 54px, #0000 6px, red 0),
|
||||||
radial-gradient(circle at right 57px, #0000 6px, red 0);
|
radial-gradient(circle at right 54px, #0000 6px, red 0);
|
||||||
mask-size: 50%;
|
mask-size: 50%;
|
||||||
mask-position: 0, 100%;
|
mask-position: 0, 100%;
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
@@ -47,11 +47,6 @@
|
|||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.arrow-icon {
|
|
||||||
width: 24px;
|
|
||||||
height: 24px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.status-tag {
|
.status-tag {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 6px 16px;
|
padding: 6px 16px;
|
||||||
|
|||||||
@@ -127,7 +127,7 @@ const goodsInfo = async (params) => {
|
|||||||
if (goodsData.value.commodityStatus !== "1") {
|
if (goodsData.value.commodityStatus !== "1") {
|
||||||
uni.showModal({
|
uni.showModal({
|
||||||
title: "温馨提示",
|
title: "温馨提示",
|
||||||
content: "商品已下架,是否返回上一页?",
|
content: "您选的商品暂不可预订,请重新选择。",
|
||||||
success: (res) => {
|
success: (res) => {
|
||||||
if (res.confirm) {
|
if (res.confirm) {
|
||||||
uni.navigateBack({ delta: 1 });
|
uni.navigateBack({ delta: 1 });
|
||||||
|
|||||||
Reference in New Issue
Block a user