优化图片加载

This commit is contained in:
xiaoaojiao
2025-09-18 00:00:13 +08:00
parent 3d75028615
commit 5f63d4bd1a
4 changed files with 20 additions and 7 deletions

View File

@@ -59,7 +59,7 @@ const handleItemBtn = (id, event) => {
}
</script>
<style scoped>
<style>
.prizelist {
position: relative;
width: 100vw;
@@ -139,15 +139,19 @@ const handleItemBtn = (id, event) => {
background-repeat: no-repeat;
background-size: 100%;
}
wx-open-launch-weapp{
width: 100%;
height: 100%;
}
.btn-goto wx-open-launch-weapp {
display: block;
}
wx-open-launch-weapp,
.btn-goto.noaddress wx-open-launch-weapp {
display: none;
}
.btn-goto wx-open-launch-weapp {
display: block;
}
.btn-goto.noaddress {
background-image: url("../assets/images/btn-address.webp");