提交代码

This commit is contained in:
duan
2025-01-13 15:25:30 +08:00
parent 0b8e005140
commit cbfde6822c

View File

@@ -97,11 +97,11 @@
</view> </view>
</view> </view>
<!-- 激励视频广告 --> <!-- 激励视频广告 -->
<ad-rewarded-video v-if="adRewardedVideo" ref="adRewardedVideo" adpid="1531580352" :loadnext="true" <!-- <ad-rewarded-video v-if="adRewardedVideo" ref="adRewardedVideo" adpid="1531580352" :loadnext="true"
v-slot:default="{ loading, error }" :url-callback="urlCallback" @load="onadload" @close="onadclose" v-slot:default="{ loading, error }" :url-callback="urlCallback" @load="onadload" @close="onadclose"
@error="onaderror"> @error="onaderror">
<view class="ad-error" v-if="error">{{ error }}</view> <view class="ad-error" v-if="error">{{ error }}</view>
</ad-rewarded-video> </ad-rewarded-video> -->
</view> </view>
</template> </template>