Browse Source

抽奖转盘

常志远 8 tháng trước cách đây
mục cha
commit
da32fb46ce
2 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      components/lottery/index.vue
  2. BIN
      components/lottery/national-2024-1.png

+ 4 - 1
components/lottery/index.vue

@@ -6,7 +6,10 @@
 		<view v-if="options.length>0" class="canvas-container">
 			<canvas canvas-id="canvas" id="canvas" :style="canvasStyle" />
 			
-		</view>
+		</view>
+		<!-- <image src="./national-2024-1.png"
+		style="width: 560rpx; height: 560rpx;z-index: 999; margin-top: -560rpx;"
+		></image> -->
 		<image src="./national-2024-7.png"
 		style="width: 660rpx; height: 640rpx;z-index: 999; margin-top: -600rpx;"
 		></image>

BIN
components/lottery/national-2024-1.png