武田小程序
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.

11 lines
434 B

6 months ago
<view
class="page"
style="background: url({{imageUrl}}home-bg.png?r={{Timestamp}}) no-repeat top center/100% 560rpx;padding-top:{{menuButtonInfo.top}}px;"
6 months ago
>
<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>
6 months ago
</view>