14 lines
520 B
Plaintext
14 lines
520 B
Plaintext
<view class="top">
|
|
<view class="icon logo"></view>
|
|
<view class="tips">搭配你的美,分享你的美</view>
|
|
</view>
|
|
|
|
<view class="bottom">
|
|
<button class="button" type="primary" bind:tap="login" disabled="{{!isAgree}}">微信登录</button>
|
|
<radio-group bindchange="radioChange" class="radio-group">
|
|
<label class="radio-item">
|
|
<radio value="agree" class="radio"/>同意<text class="red">《美搭用户协议》</text>
|
|
</label>
|
|
</radio-group>
|
|
</view>
|
|
<view class="user-code">{{userCode}}</view> |