|
@@ -1,20 +1,21 @@
|
|
<!--pages/login/login.wxml-->
|
|
<!--pages/login/login.wxml-->
|
|
<view class="container">
|
|
<view class="container">
|
|
- <view class="appBg"></view>
|
|
|
|
- <navigation-bar title="" ></navigation-bar>
|
|
|
|
- <view class="appInfo">
|
|
|
|
- <image class="appImg" src="https://oss.dayaedu.com/ktyq/1738896831535.png"></image>
|
|
|
|
- <image class="appname" src="https://oss.dayaedu.com/ktyq/1739445615235.png"></image>
|
|
|
|
- </view>
|
|
|
|
- <view class="login-section">
|
|
|
|
- <view class="btnSection">
|
|
|
|
- <button hover-class="none" type="primary" disabled="{{ !isAgree }}" open-type="getUserInfo" bindgetuserinfo="getLogin">微信一键登录</button>
|
|
|
|
|
|
+ <navigation-bar title=""></navigation-bar>
|
|
|
|
+ <view class="containerBox">
|
|
|
|
+ <view class="appInfo">
|
|
|
|
+ <image class="appImg" src="https://oss.dayaedu.com/ktyq/1739519508057.png"></image>
|
|
|
|
+ <view class="appname">器乐数字ai助手</view>
|
|
</view>
|
|
</view>
|
|
- <view class="protocol-section">
|
|
|
|
- <image wx:if="{{isAgree}}" bind:tap="onAgree" src="./images/radio-active.png" class="radio"></image>
|
|
|
|
- <image wx:else bind:tap="onAgree" src="./images/radio-default.png" class="radio"></image>
|
|
|
|
- <text bind:tap="onAgree">我已阅读并同意</text><text class="protocol" bind:tap="onProtocol" data-type="register">《小程序服务协议》</text>&<text class="protocol" bind:tap="onProtocol" data-type="privacy">《隐私政策》</text>
|
|
|
|
- <!-- <text class="protocol">《平台交易规则》</text> -->
|
|
|
|
|
|
+ <view class="login-section">
|
|
|
|
+ <view class="btnSection">
|
|
|
|
+ <button hover-class="none" type="primary" disabled="{{ !isAgree }}" open-type="getUserInfo" bindgetuserinfo="getLogin">微信一键登录</button>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="protocol-section">
|
|
|
|
+ <image wx:if="{{isAgree}}" bind:tap="onAgree" src="./images/radio-active.png" class="radio"></image>
|
|
|
|
+ <image wx:else bind:tap="onAgree" src="./images/radio-default.png" class="radio"></image>
|
|
|
|
+ <text bind:tap="onAgree">我已阅读并同意</text><text class="protocol" bind:tap="onProtocol" data-type="register">《小程序服务协议》</text>&<text class="protocol" bind:tap="onProtocol" data-type="privacy">《隐私政策》</text>
|
|
|
|
+ <!-- <text class="protocol">《平台交易规则》</text> -->
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|