fix: lock resousers
This commit is contained in:
@@ -384,7 +384,8 @@ onShareTimeline(() => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 15rpx;
|
margin-bottom: 40rpx;
|
||||||
|
margin-top: 40rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-left {
|
.header-left {
|
||||||
@@ -433,7 +434,7 @@ onShareTimeline(() => {
|
|||||||
/* Main Card */
|
/* Main Card */
|
||||||
.main-card-container {
|
.main-card-container {
|
||||||
padding: 0 40rpx;
|
padding: 0 40rpx;
|
||||||
margin-bottom: 60rpx;
|
margin-bottom: 80rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.quote-card {
|
.quote-card {
|
||||||
|
|||||||
@@ -565,7 +565,7 @@ const onOpenLucky = async () => {
|
|||||||
const luckRes = await getUserLuckInfo();
|
const luckRes = await getUserLuckInfo();
|
||||||
luckyPopupRef.value?.open(luckRes, false);
|
luckyPopupRef.value?.open(luckRes, false);
|
||||||
|
|
||||||
uni.showToast({ title: "获取40积分", icon: "none" });
|
uni.showToast({ title: "获取20积分", icon: "none" });
|
||||||
} else {
|
} else {
|
||||||
uni.showToast({ title: "签到失败", icon: "none" });
|
uni.showToast({ title: "签到失败", icon: "none" });
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user