Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
严立
/
mini-shimao
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0fe839b2
authored
Oct 12, 2020
by
严立
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
LL - 代码合并
parent
edd5f518
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
pages/play/home/home.wxml
pages/play/home/home.wxml
View file @
0fe839b2
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<view class="container">
<view class="container">
<!-- 畅玩分类 -->
<!-- 畅玩分类 -->
<block wx:if="{{appStatus}}">
<block wx:if="{{appStatus}}">
<view class="banner"
style="{{'margin-top: ' + (navigationLogoTop + navigationLogoMarginTop + 40) + 'rpx;'}}"
>
<view class="banner">
<image src="{{resourcesBase + 'play/home/type.png'}}"></image>
<image src="{{resourcesBase + 'play/home/type.png'}}"></image>
<button class="art-button" bindtap="onToArt"></button>
<button class="art-button" bindtap="onToArt"></button>
<button class="health-button" bindtap="onToHealth"></button>
<button class="health-button" bindtap="onToHealth"></button>
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
</block>
</block>
<block wx:if="{{!appStatus}}">
<block wx:if="{{!appStatus}}">
<view class="banner-occupy"
style="{{'margin-top: ' + (navigationLogoTop + navigationLogoMarginTop + 40) + 'rpx;'}}"
></view>
<view class="banner-occupy"></view>
</block>
</block>
<!-- 近期活动 -->
<!-- 近期活动 -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment