|
@@ -18,6 +18,7 @@
|
|
|
<view class="w_login">
|
|
|
|
|
|
<view class="circle">
|
|
|
+ <image class="logoImg" src="/static/images/logo1.png"></image>
|
|
|
</view>
|
|
|
<view class="info1">
|
|
|
欢迎进入中意购
|
|
@@ -28,7 +29,7 @@
|
|
|
</view>
|
|
|
|
|
|
<button class="now" open-type="getPhoneNumber" hover-class="none" @getphonenumber="getPhoneNumber">
|
|
|
- 使用微信权限登录
|
|
|
+ 手机号快捷登录
|
|
|
</button>
|
|
|
<button class="not_now" @click="cancelLogin">
|
|
|
暂不登录
|
|
@@ -644,9 +645,13 @@ page {
|
|
|
border-radius: 50%;
|
|
|
width: 106rpx;
|
|
|
height: 106rpx;
|
|
|
- background: rgb(238, 238, 238);
|
|
|
+ /*background: rgb(238, 238, 238);*/
|
|
|
margin: auto;
|
|
|
}
|
|
|
+ .logoImg{
|
|
|
+ width: 106rpx;
|
|
|
+ height: 106rpx;
|
|
|
+ }
|
|
|
|
|
|
.info1 {
|
|
|
text-align: center;
|