channelsignup.wxml 1.4 KB

1234567891011121314151617
  1. <image wx:if="{{detail.is_poster==2}}" class="block width100" mode="widthFix" src="{{detail.poster_img}}"></image>
  2. <view wx:if="{{detail.is_poster==2}}" class="signupBox">
  3. <view class="leftBox">
  4. <image src="{{companyobj.logo}}" class="logoBox"></image>
  5. <text>{{companyobj.company_name}}</text>
  6. </view>
  7. <view class="rightBox">
  8. <button wx:if="{{canIUseGetUserProfile&&status==0}}" class="userinfoBtn fontfpr" bindtap="getUserProfile">我要报名</button>
  9. <button wx:if="{{!canIUseGetUserProfile&&status==0}}" open-type="getUserInfo" class="userinfoBtn fontfpr" bindgetuserinfo="getUserInfoTap">我要报名</button>
  10. <!-- <button wx:if="{{status==1}}" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumberTap">我要报名</button> -->
  11. </view>
  12. </view>
  13. <!-- <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> -->
  14. <!-- mobile?1:0 -->
  15. <mustlogin loginFlag="{{loginFlag}}" mobileflag="{{mobileflag}}" typenum="{{2}}" phoneflag="{{false}}" orgname="{{companyobj.company_name}}" logo="{{companyobj.logo}}" canIUseGetUserProfile="{{canIUseGetUserProfile}}" bind:run="channelfun"></mustlogin>