|
@@ -7,7 +7,6 @@
|
|
|
|
|
|
<!-- 每次消耗多少积分 -->
|
|
|
<view class="every">{{lotteryConsumePoint}}积分/次</view>
|
|
|
- <button @click="get">按钮</button>
|
|
|
|
|
|
<!-- 转盘 -->
|
|
|
<LuckyWheel class="lucky" ref="lucky" width="568rpx" height="568rpx" :prizes="prizes" :buttons="buttons"
|
|
@@ -82,9 +81,6 @@ export default {
|
|
|
this.getList()
|
|
|
},
|
|
|
methods: {
|
|
|
- get() {
|
|
|
- window.location.href = "http://10.0.1.30:8080/pages/lottery/index"
|
|
|
- },
|
|
|
// 获取页面信息
|
|
|
getList() {
|
|
|
this.prizes = []
|