个人中心 职位叫条件编译

cyl/develop
zsk 12 months ago
parent cc6727a351
commit 7d4f397a31

@ -401,6 +401,7 @@
</view> </view>
</navigator> </navigator>
</view> </view>
<!-- #if MP -->
<view class wx:if="{{appId == 'wxe431e0b3abd9ae0b'}}" hover-class="none" hover-stop-propagation="false"> <view class wx:if="{{appId == 'wxe431e0b3abd9ae0b'}}" hover-class="none" hover-stop-propagation="false">
<view class="tab_container fsa sticky" hover-class="none" hover-stop-propagation="false"> <view class="tab_container fsa sticky" hover-class="none" hover-stop-propagation="false">
<view wx:for="{{tabGroup}}" class="tarbar" style="margin-right: 24px;text-align:center" data-item="{{item}}" bindtap="collectChange"> <view wx:for="{{tabGroup}}" class="tarbar" style="margin-right: 24px;text-align:center" data-item="{{item}}" bindtap="collectChange">
@ -412,6 +413,7 @@
<job-sub storeJobListSearchForm="{{storeJobListSearchForm}}" type="main" recordList="{{recordList}}" isLogin="{{isLogin}}" agencyStatus="{{userInfo.agencyStatus}}" hasUserInfo="{{hasUserInfo}}" loginUserInfo="{{userInfo}}"></job-sub> <job-sub storeJobListSearchForm="{{storeJobListSearchForm}}" type="main" recordList="{{recordList}}" isLogin="{{isLogin}}" agencyStatus="{{userInfo.agencyStatus}}" hasUserInfo="{{hasUserInfo}}" loginUserInfo="{{userInfo}}"></job-sub>
</view> </view>
</view> </view>
<!-- #endif -->
<!-- <view class="login" wx:if="{{!isLogin}}"> <!-- <view class="login" wx:if="{{!isLogin}}">
<navigator class="" target="" url="../login/index" hover-class="none" open-type="navigate"> <navigator class="" target="" url="../login/index" hover-class="none" open-type="navigate">

Loading…
Cancel
Save