You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<view
|
|
|
|
class="page"
|
|
|
|
style="background: url({{imageUrl}}home-bg.png?r={{Timestamp}}) no-repeat top center/100% 560rpx;padding-top:{{menuButtonInfo.top}}px;"
|
|
|
|
>
|
|
|
|
<image class="logo" src="/images/home-logo.png"></image>
|
|
|
|
<homeLevel1 wx:if="{{level===1}}"></homeLevel1>
|
|
|
|
<homeLevel2 wx:elif="{{level===2}}"></homeLevel2>
|
|
|
|
<homeLevel3 wx:elif="{{level===3}}"></homeLevel3>
|
|
|
|
<homeLevel4 wx:elif="{{level===4}}"></homeLevel4>
|
|
|
|
</view>
|