- <view class="healthy-card-component-auth">
- <image
- class="auth-page-bg"
- src="{{backgroundUrl}}"
- a:if="{{!!backgroundUrl}}"
- />
- <button
- scope="userInfo"
- open-type="getAuthorize"
- onGetAuthorize="onAuth"
- class="healthy-card-auth-button"
- style="{{!!buttonTop ? (buttonTop / 50) + 'rem' : ''}}"
- >授权并领取</button>
- </view>
|