Commit c25c427b authored by huangyuanyuan's avatar huangyuanyuan
parents f6c30a21 1ef0380c
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
.info_rule{ .info_rule{
position: absolute; position: absolute;
left: 173px; left: 173px;
bottom: -95px; bottom: -110px;
} }
.info_rule p { .info_rule p {
font-size: 14px; font-size: 14px;
...@@ -149,6 +149,9 @@ ...@@ -149,6 +149,9 @@
font-size: 12px; font-size: 12px;
color: white; color: white;
} }
.info_rule div p{
margin: 3px 0;
}
.pointer{ .pointer{
cursor: pointer; cursor: pointer;
} }
...@@ -282,6 +285,7 @@ export default { ...@@ -282,6 +285,7 @@ export default {
text1: '很遗憾', text1: '很遗憾',
text2: '未中奖', text2: '未中奖',
dataObj: '', dataObj: '',
zhuandong: false,
}; };
}, },
mounted() { mounted() {
...@@ -306,7 +310,6 @@ export default { ...@@ -306,7 +310,6 @@ export default {
"#5fcbd5" "#5fcbd5"
]; ];
this.getChouJiang(); this.getChouJiang();
this.startmarquee('30', 20, 0, 'RollBox')
}, },
methods: { methods: {
getChouJiang: function () { getChouJiang: function () {
...@@ -363,6 +366,9 @@ export default { ...@@ -363,6 +366,9 @@ export default {
this.apiJavaPost('/api/b2b/lottery/getTaskLotteryWinningList',{lotteryId: this.lotteryId, pageIndex: 1 ,pageSize: 20},res=>{ this.apiJavaPost('/api/b2b/lottery/getTaskLotteryWinningList',{lotteryId: this.lotteryId, pageIndex: 1 ,pageSize: 20},res=>{
if(res.data.resultCode==1){ if(res.data.resultCode==1){
this.TaskLotteryWinningList = res.data.data.pageData this.TaskLotteryWinningList = res.data.data.pageData
if(this.TaskLotteryWinningList.length>6) {
this.startmarquee('30', 20, 0, 'RollBox')
}
}else{ }else{
this.Error(res.data.message); this.Error(res.data.message);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment