修改抽奖页面样式
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
|
|
||||||
<view class="almost-lottery min-page">
|
<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 -->
|
<!-- head -->
|
||||||
<view class="almost-lottery__head">
|
<view class="almost-lottery__head">
|
||||||
<view class="btn-group u-flex u-row-between">
|
<view class="btn-group u-flex u-row-between">
|
||||||
@@ -93,6 +96,9 @@
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
background:{
|
||||||
|
background:'transparent'
|
||||||
|
},
|
||||||
//红包余额
|
//红包余额
|
||||||
totalMoney:0,
|
totalMoney:0,
|
||||||
//抽奖结果
|
//抽奖结果
|
||||||
|
|||||||
Reference in New Issue
Block a user