index.axml 372 B

1234567891011121314
  1. <view class="healthy-card-component-auth">
  2. <image
  3. class="auth-page-bg"
  4. src="{{backgroundUrl}}"
  5. a:if="{{!!backgroundUrl}}"
  6. />
  7. <button
  8. scope="userInfo"
  9. open-type="getAuthorize"
  10. onGetAuthorize="onAuth"
  11. class="healthy-card-auth-button"
  12. style="{{!!buttonTop ? (buttonTop / 50) + 'rem' : ''}}"
  13. >授权并领取</button>
  14. </view>