修改抽奖页面样式
This commit is contained in:
parent
e4f6a3b14a
commit
a291c2f629
|
|
@ -1,5 +1,8 @@
|
|||
<template>
|
||||
|
||||
<view class="almost-lottery min-page">
|
||||
<u-navbar title="" back-icon-color="#fff" :background="background" immersive :border-bottom="false"
|
||||
title-color="#fff"></u-navbar>
|
||||
<!-- head -->
|
||||
<view class="almost-lottery__head">
|
||||
<view class="btn-group u-flex u-row-between">
|
||||
|
|
@ -93,6 +96,9 @@
|
|||
},
|
||||
data() {
|
||||
return {
|
||||
background:{
|
||||
background:'transparent'
|
||||
},
|
||||
//红包余额
|
||||
totalMoney:0,
|
||||
//抽奖结果
|
||||
|
|
|
|||
Loading…
Reference in New Issue