diff --git a/App.vue b/App.vue index 97a42d8..be13743 100644 --- a/App.vue +++ b/App.vue @@ -83,9 +83,15 @@ .text-lu{ color:#00A776; } +.mt-12{ + margin-top:12rpx; +} .mt-24{ margin-top:24rpx; } +.mb-32{ + margin-bottom:32rpx; +} .mt-32{ margin-top:32rpx; } diff --git a/components/common/global.js b/components/common/global.js index f67911d..9790a1b 100644 --- a/components/common/global.js +++ b/components/common/global.js @@ -17,4 +17,4 @@ export const network = { isNone:'', isDownload:'' }; - +export const s3 = 'https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/'; diff --git a/pages/user/jia.vue b/pages/user/jia.vue index e109f0c..016c8a5 100644 --- a/pages/user/jia.vue +++ b/pages/user/jia.vue @@ -5,12 +5,46 @@ - {{item.text}} {{item.value}} + 加速明细 + + + + {{item}} + + + + + + {{item.one}} + {{item.two}} + {{item.three}} + + + + + + + 加速说明 + 获取方式: + (1)通过购买报单区和好物区商品的直推和间推奖励获得 + (2)转盘抽奖获得 + + 逻辑说明: + (1)通过内购购买商品获得的是抽奖次数,并不能直接用于抽奖,能够抽奖的次数需要每天进行释放,或者直推间推下线的奖励获得可抽奖的次数 + (2)当可抽奖次数大于抽奖次数时,可抽奖次数将会被冻结24个小时,内购商品解冻,否则冻结的抽奖次数会消失。最终解释权归商城所有!!! + + @@ -32,6 +66,13 @@ export default { {text:'已获得加速包次数',value:'100'}, {text:'已释放TBC数量',value:'20000'}, {text:'剩余未使用加速包次数',value:'200'}, + ], + tableHead:['加速比例','释放TBC数量','时间'], + tableList:[ + {one:'12%',two:'888',three:'2022-12-15'}, + {one:'12%',two:'888',three:'2022-12-15'}, + {one:'12%',two:'888',three:'2022-12-15'}, + {one:'12%',two:'888',three:'2022-12-15'}, ] }; }, @@ -117,7 +158,53 @@ export default { min-height:84rpx; border-bottom:1rpx solid #ececec; } - + .table-view{ + width:100%; + display: flex; + flex-direction: column; + border-radius: 16rpx; + overflow: hidden; + .table-list{ + width:100%; + height:64rpx; + min-height:64rpx; + display: flex; + flex-direction: row; + justify-content: space-between; + border-bottom:1rpx solid #EAEAEA; + .list-box{ + flex:1; + height:100%; + box-sizing: border-box; + } + } + .table-head{ + width:100%; + height:80rpx; + min-height:80rpx; + display: flex; + flex-direction: row; + justify-content: space-between; + .head-box{ + flex:1; + height:100%; + background-color: #FAF8FE; + box-sizing: border-box; + } + + + } + } + .border-lr{ + border-left:1rpx solid #EAEAEA; + border-right:1rpx solid #EAEAEA; + } + .border-left-1{ + border-bottom-left-radius: 16rpx; + } + .border-right-1:{ + border-bottom-right-radius: 16rpx; + } } } diff --git a/static/tu.png b/static/tu.png new file mode 100644 index 0000000..a071ba5 Binary files /dev/null and b/static/tu.png differ