Commit 33598bf2 authored by 王炽's avatar 王炽

666666

parent d0a7dc2b
......@@ -198,6 +198,8 @@ onMounted(async () => {
hasBaby.value = false;
return;
}
// hasBaby.value = false;
// return;
showLoading();
const data = await fetchBirthdayGiftJSON();
......
......@@ -2,13 +2,13 @@
<view class="popup-tip" >
<view class="tip-panel-modal"
:style="{
background: `url(${$baseUrl}integral/1021/addTipsPanalBg${bgIndex}.png) no-repeat center/contain`
background: `url(${$baseUrl}integral/1022/addTipsPanalBg${bgIndex}.png) no-repeat center/contain`
}"
@click.stop>
<!-- 弹窗背景 -->
<!-- <image
class="modal-bg"
:src="`${$baseUrl}integral/1021/addTipsPanalBg${bgIndex}.png`"
:src="`${$baseUrl}integral/1022/addTipsPanalBg${bgIndex}.png`"
mode="aspectFit"
/> -->
......@@ -19,7 +19,7 @@
<view
class="add-button"
:style="{
background: `url(${$baseUrl}integral/1021/shengriliBtnBg${bgIndex}.png) no-repeat center/contain`
background: `url(${$baseUrl}integral/1022/shengriliBtnBg${bgIndex}.png) no-repeat center/contain`
}"
@click="handleAddClick"
>
......@@ -28,7 +28,7 @@
</view>
<image
class="close-button"
:src="`${$baseUrl}integral/1021/closeBtn.png`"
:src="`${$baseUrl}integral/1022/closeBtn.png`"
mode="aspectFit"
@click="handleOverlayClick"
/>
......
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