Browse Source

抽奖页面

DESKTOP-O04BTUJ\muzen 3 years ago
parent
commit
a001dc30f6
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/pages/lottery/index.vue

+ 0 - 4
src/pages/lottery/index.vue

@@ -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 = []