奖品记录
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<view class="t-fh-fs t-flex-row-sb">
|
||||
<view class="t-flex-row" @tap='goUrl("/pages/me/withdraw/index")' hover-class="t-click-class">红包
|
||||
{{totalMoney}}</view>
|
||||
<button open-type="share" @tap='goUrl("/pages/task/prizeList?source=2")'
|
||||
<button open-type="share" @tap='goUrl("/pages/index/prizeDraw/LotteryRecords")'
|
||||
class="t-share t-flex-row t-plain-btn" hover-class="t-click-class">我的奖品</button>
|
||||
</view>
|
||||
<view class="t-line"></view>
|
||||
@@ -38,11 +38,11 @@
|
||||
<view class="t-xxcy-ts t-flex-row">再努力努力肯定就会中哦~</view>
|
||||
</view> -->
|
||||
<view class="t-tk-zj t-flex-col-s">
|
||||
<image class="t-tk-zj-tip" src="./luck/wenzi.png"></image>
|
||||
<image class="t-tk-zj-tip" src="./luck/wenzi.png" ></image>
|
||||
<view class="t-tk-zj-desc t-flex-col">
|
||||
<image class="t-zj-jp" :src="selectData.img"></image>
|
||||
<image class="t-zj-jp" :src="selectData.img" mode="aspectFit"></image>
|
||||
<view class="t-zj-jp-desc">
|
||||
{{selectData.name}}
|
||||
{{selectData.name}} {{selectData.number}}
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -98,7 +98,7 @@
|
||||
})
|
||||
},
|
||||
onDone(index) {
|
||||
this.selectData = this.list[index]
|
||||
this.selectData.img = this.list[index].img
|
||||
this.isShowAwd = true
|
||||
},
|
||||
|
||||
@@ -111,6 +111,7 @@
|
||||
this.list.forEach((ele, index) => {
|
||||
if (ele.id == res.discSpinningId) {
|
||||
indexs = index
|
||||
this.selectData = res
|
||||
}
|
||||
})
|
||||
// 奖品的索引
|
||||
@@ -122,7 +123,6 @@
|
||||
const res = await drawCount({
|
||||
source: 1
|
||||
});
|
||||
// this.luckDrawTimes = 10;
|
||||
this.luckDrawTimes = res.count || 0;
|
||||
this.freeNumDay = res.sum || 0;
|
||||
},
|
||||
@@ -524,7 +524,7 @@
|
||||
}
|
||||
|
||||
.t-zj-jp-desc {
|
||||
font-size: 24rpx;
|
||||
font-size: 36rpx;
|
||||
color: #D93637;
|
||||
text-align: center;
|
||||
width: 420rpx;
|
||||
|
||||
Reference in New Issue
Block a user