17 lines
610 B
Plaintext
17 lines
610 B
Plaintext
<!--pages/login/login.wxml-->
|
|
<view class="main">
|
|
<view class="login-top">
|
|
<image src="/icon/login-top.png"></image>
|
|
</view>
|
|
<view class="login-content">
|
|
<image src="/icon/login-bj.png" class="login-bj"></image>
|
|
<view class="login-title">微信授权</view>
|
|
<view class='login-logo'>
|
|
<open-data type="userAvatarUrl"></open-data>
|
|
</view>
|
|
<view class="login-name">三品采慧</view>
|
|
<view class="login-text">为您的公司定制不一样的礼包套餐~</view>
|
|
</view>
|
|
|
|
<button class="btn" bindtap="getUserProfile" style="width:690rpx;">微信授权</button>
|
|
</view> |