Commit 5ed70a88 authored by 汪欢's avatar 汪欢

q

parent 6ea6c501
......@@ -384,24 +384,24 @@ Page({
let orderStyle = {
orderDay: {
left: 0,
top: 40 * (lens-i) + 'rpx',
top: 50 * (lens-i) + 'rpx',
position: 'absolute',
color: 'white',
},
orderFloor: {
left: 180 + 'rpx',
top: 40 * (lens-i) + 'rpx',
left: 120 + 'rpx',
top: 50 * (lens-i) + 'rpx',
position: 'absolute',
color: 'white',
width:150+'rpx',
width:260+'rpx',
textAlign:'center'
},
orderCredits: {
left: 400 + 'rpx',
top: 40 * (lens-i) + 'rpx',
left: 370 + 'rpx',
top: 50 * (lens-i) + 'rpx',
position: 'absolute',
color: 'white',
width:100+'rpx',
width:150+'rpx',
textAlign:'center',
overflow:'hidden'
}
......
......@@ -12,7 +12,7 @@ Page({
// 购买记录列表
orderList: [],
// 中奖名单
prizeMenu: '',
prizeMenu: {},
// 购买列表渲染
orderStyle: [],
......@@ -129,24 +129,24 @@ Page({
let orderStyle = {
orderDay: {
left: 0,
top: 40 * (lens - i) + 'rpx',
top: 50 * (lens - i) + 'rpx',
position: 'absolute',
color: 'white'
},
orderFloor: {
left: 180 + 'rpx',
top: 40 * (lens - i) + 'rpx',
left: 120 + 'rpx',
top: 50 * (lens - i) + 'rpx',
position: 'absolute',
color: 'white',
width: 150 + 'rpx',
width: 260 + 'rpx',
textAlign: 'center'
},
orderCredits: {
left: 380 + 'rpx',
top: 40 * (lens - i) + 'rpx',
left: 370 + 'rpx',
top: 50 * (lens - i) + 'rpx',
position: 'absolute',
color: 'white',
width: 100 + 'rpx',
width: 150 + 'rpx',
textAlign: 'center',
overflow: 'hidden'
}
......@@ -266,13 +266,13 @@ Page({
let prizeStyle = {
prizefloor: {
left: 0,
top: 40 * i + 'rpx',
top: 50 * i + 'rpx',
position: 'absolute',
color: 'white',
},
prizeuser: {
left: 180 + 'rpx',
top: 40 * i + 'rpx',
top: 50 * i + 'rpx',
position: 'absolute',
color: 'white',
width: 120 + 'rpx',
......@@ -282,7 +282,7 @@ Page({
left: 400 + 'rpx',
position: 'absolute',
verticalAlign: 'middle',
top: 40 * i + 10 + 'rpx',
top: 50 * i + 10 + 'rpx',
color: 'white',
width: 40 + 'rpx',
height: 30 + 'rpx'
......
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