|
|
|
@ -69,10 +69,10 @@ |
|
|
|
|
|
|
|
<uni-popup ref="popup" type="bottom" background-color="#fff" border-radius="10px 10px 0 0" @close="close"> |
|
|
|
<view class="view_popup"> |
|
|
|
<view style="margin: 40rpx 80rpx;padding: 40rpx;" @click="login"> |
|
|
|
<!-- <view style="margin: 40rpx 80rpx;padding: 40rpx;" @click="login"> |
|
|
|
<image src="../../static/weixin.png" mode="widthFix" style="width: 80rpx;"></image> |
|
|
|
<view>微信登录</view> |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
<view style="margin: 40rpx 80rpx;padding: 40rpx;" @click="mobile"> |
|
|
|
<image src="../../static/mobile.png" mode="widthFix" style="width: 80rpx;"></image> |
|
|
|
<view>手机号登录</view> |
|
|
|
@ -434,7 +434,8 @@ |
|
|
|
height: 150px; |
|
|
|
display: flex; |
|
|
|
text-align: center; |
|
|
|
justify-content: space-between; |
|
|
|
// justify-content: space-between; |
|
|
|
justify-content: center; |
|
|
|
} |
|
|
|
|
|
|
|
.index_list{ |
|
|
|
|