feat: deaw share
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
<button class="sec-btn" @tap="saveCard">
|
||||
<text class="icon">📥</text> 保存运势卡片
|
||||
</button>
|
||||
<button class="sec-btn" @tap="reset">
|
||||
<button class="sec-btn" @tap="goToRecord">
|
||||
<text class="icon">↺</text> 我的记录
|
||||
</button>
|
||||
</view>
|
||||
@@ -208,6 +208,12 @@ const goBack = () => {
|
||||
}
|
||||
};
|
||||
|
||||
const goToRecord = () => {
|
||||
uni.navigateTo({
|
||||
url: "/pages/fortune/record",
|
||||
});
|
||||
};
|
||||
|
||||
const startShake = async () => {
|
||||
if (!isLoggedIn.value) {
|
||||
loginPopupRef.value.open();
|
||||
|
||||
Reference in New Issue
Block a user