Commit a2983ae5 authored by 王炽's avatar 王炽

66666

parent 5db185f3
...@@ -10,9 +10,9 @@ ...@@ -10,9 +10,9 @@
<!-- 邀请奖品弹窗 --> <!-- 邀请奖品弹窗 -->
<InvitePrizePanel <InvitePrizePanel
:visible="globalStore.isShowInvitePrizePanel" :visible="globalStore.isShowInvitePrizePanel"
:inviteCount="1" :inviteCount="globalStore.inviteCount"
:prizeName="'奖品名称奖品名称'" :prizeName="globalStore.prizeName"
:prizeImage="''" :prizeImage="globalStore.prizeImage"
@close="handleCloseInvitePrizePanel" @close="handleCloseInvitePrizePanel"
@record="handleInvitePrizePanelRecord" @record="handleInvitePrizePanelRecord"
@prize="handleInvitePrizePanelPrize" @prize="handleInvitePrizePanelPrize"
...@@ -194,7 +194,7 @@ onMounted(async () => { ...@@ -194,7 +194,7 @@ onMounted(async () => {
globalStore.isShowInvitePrizePanel = true; globalStore.isShowInvitePrizePanel = true;
globalStore.inviteCount = res.data?.invitedCount; globalStore.inviteCount = res.data?.invitedCount;
globalStore.prizeName = unclaimedPrize?.prizeName; globalStore.prizeName = unclaimedPrize?.prizeName;
globalStore.prizeImage = res.data?.prizeImageUrl; globalStore.prizeImage = unclaimedPrize?.prizeImageUrl;
} }
console.log('邀请活动首页数据:', res); console.log('邀请活动首页数据:', res);
}); });
......
...@@ -1813,6 +1813,7 @@ onShow(async () => { ...@@ -1813,6 +1813,7 @@ onShow(async () => {
onMounted(async () => { onMounted(async () => {
showLoading(); showLoading();
showSignedTips.value = true;
// maxVal.value = getHuangjinMaxVal(); // maxVal.value = getHuangjinMaxVal();
mdMap.value = []; mdMap.value = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment