开始做充值,,调整了首页
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
<!--components/customStatusBar/index.wxml-->
|
||||
<view class="wrapper" style="height: {{height}}px;"></view>
|
||||
<view wx:if="{{transparent}}" class="wrapper" style="height: {{height}}px;"></view>
|
||||
<view wx:else class="wrapper background" style="height: {{height}}px;"></view>
|
||||
|
@@ -1 +1,4 @@
|
||||
/* components/customStatusBar/index.wxss */
|
||||
/* components/customStatusBar/index.wxss */
|
||||
.background {
|
||||
background-color: var(--deep-green);
|
||||
}
|
Reference in New Issue
Block a user