1234567891011121314151617 |
- <image wx:if="{{detail.is_poster==2}}" class="block width100" mode="widthFix" src="{{detail.poster_img}}"></image>
- <view wx:if="{{detail.is_poster==2}}" class="signupBox">
- <view class="leftBox">
- <image src="{{companyobj.logo}}" class="logoBox"></image>
- <text>{{companyobj.company_name}}</text>
- </view>
- <view class="rightBox">
- <button wx:if="{{canIUseGetUserProfile&&status==0}}" class="userinfoBtn fontfpr" bindtap="getUserProfile">我要报名</button>
- <button wx:if="{{!canIUseGetUserProfile&&status==0}}" open-type="getUserInfo" class="userinfoBtn fontfpr" bindgetuserinfo="getUserInfoTap">我要报名</button>
- <!-- <button wx:if="{{status==1}}" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumberTap">我要报名</button> -->
- </view>
- </view>
- <!-- <loginbox loginFlag="{{!loginFlag}}" logo="{{companyobj.logo}}" orgname="{{companyobj.company_name}}" mobileflag="{{mobileflag}}" phone="{{mobile}}" cancleflag="{{true}}" invite="{{false}}" canIUseGetUserProfile="{{canIUseGetUserProfile}}" id="loginbox" bind:run="channelfun"></loginbox> -->
- <!-- mobile?1:0 -->
- <mustlogin loginFlag="{{loginFlag}}" mobileflag="{{mobileflag}}" typenum="{{2}}" phoneflag="{{false}}" orgname="{{companyobj.company_name}}" logo="{{companyobj.logo}}" canIUseGetUserProfile="{{canIUseGetUserProfile}}" bind:run="channelfun"></mustlogin>
|