|
@@ -1,2 +1,18 @@
|
|
|
-<!--pages/welfareMall/staff/judgeStaff.wxml-->
|
|
|
-<text>pages/welfareMall/staff/judgeStaff.wxml</text>
|
|
|
+<!--pages/welfareMall/staff/isStaff.wxml-->
|
|
|
+<page-wrap id="Page">
|
|
|
+ <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" 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>
|
|
|
+ <view class="head-text">欢迎!您进入员工通道!</view>
|
|
|
+ </view>
|
|
|
+ <view class="noStaff-content flex-column">
|
|
|
+ <view class="content-join" catchtap="toWriteOff"></view>
|
|
|
+ <view class="content-partnership" catchtap="toStaff"></view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </custom-page>
|
|
|
+</page-wrap>
|