hwb0 il y a 3 ans
Parent
commit
1037f7d485
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      src/packagePrize/rolling/index.vue

+ 0 - 2
src/packagePrize/rolling/index.vue

@@ -24,7 +24,6 @@
 								<view class="content-price" v-if="items.prizeType && items.prizeType.value != 'coin'">
 									¥{{ $numberFormat(items.value) }}</view>
 								<view class="content-price" v-else>{{ items.value }}个</view>
-								<view class="">{{ index }}</view>
 							</view>
 						</view>
 					</view>
@@ -40,7 +39,6 @@
 								<view class="content-price" v-if="items.prizeType && items.prizeType.value != 'coin'">
 									¥{{ $numberFormat(items.value) }}</view>
 								<view class="content-price" v-else>{{ items.value }}个</view>
-								<view class="">{{ index }}</view>
 							</view>
 						</view>
 					</view>