|  | @@ -1,18 +1,19 @@
 | 
	
		
			
				|  |  |  <!--pages/login/login.wxml-->
 | 
	
		
			
				|  |  |  <view class="container">
 | 
	
		
			
				|  |  | -  <navigation-bar title="登录" ></navigation-bar>
 | 
	
		
			
				|  |  | +  <view class="appBg"></view>
 | 
	
		
			
				|  |  | +  <navigation-bar title="" ></navigation-bar>
 | 
	
		
			
				|  |  |    <view class="appInfo">
 | 
	
		
			
				|  |  | -    <image src="https://oss.dayaedu.com/ktyq/1732760061046.png"></image>
 | 
	
		
			
				|  |  | -    <text class="appname">音乐数字AI器乐工具</text>
 | 
	
		
			
				|  |  | +    <image class="appImg" src="https://oss.dayaedu.com/ktyq/1738896831535.png"></image>
 | 
	
		
			
				|  |  | +    <image class="appname" src="https://oss.dayaedu.com/ktyq/1738896882332.png"></image>
 | 
	
		
			
				|  |  |    </view>
 | 
	
		
			
				|  |  |    <view class="login-section">
 | 
	
		
			
				|  |  |      <view class="btnSection">
 | 
	
		
			
				|  |  | -      <button type="primary" disabled="{{ !isAgree }}" open-type="getUserInfo" bindgetuserinfo="getLogin">微信一键登录</button>
 | 
	
		
			
				|  |  | +      <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 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>
 |