|
@@ -1,9 +1,9 @@
|
|
|
<!--pages/welfareMall/staff/noStaff.wxml-->
|
|
|
<page-wrap id="Page">
|
|
|
- <custom-page head-bg-image="https://dy.shpr.top/welfareGo/staffbg.png">
|
|
|
+ <custom-page head-bg-image="https://dy.shpr.top/welfareGo/staffbg.png" bind:sizes="handlePageSizes">
|
|
|
<topbar slot="head" title="" back-color="" title-color="" />
|
|
|
<view slot="body" class="sign-scroll-body">
|
|
|
- <view class="noStaff-head flex-column">
|
|
|
+ <view class="noStaff-head flex-column" style="height: {{bodyImageHeight}}px;">
|
|
|
<image wx:if="{{!isLogin}}" class="head-noStaff-logo" src="/images/welfareMall/staff-logo.png" />
|
|
|
<!-- 获取用户头像 -->
|
|
|
<open-data wx:if="{{isLogin}}" class="head-noStaff-logo" type="userAvatarUrl"></open-data>
|