zhanghui 1 éve
szülő
commit
acc0bf11e1
2 módosított fájl, 7 hozzáadás és 2 törlés
  1. 7 2
      pages/users/wechat_login/index.vue
  2. BIN
      static/images/logo1.png

+ 7 - 2
pages/users/wechat_login/index.vue

@@ -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;

BIN
static/images/logo1.png