update:修改了一键登录弹窗文字,修改了商品分类icon展示大小
This commit is contained in:
parent
333b945181
commit
f5ecd349b6
@ -16,14 +16,15 @@
|
||||
@click="close"
|
||||
></view>
|
||||
<view class="popup-content">
|
||||
<view class="title"> 微信账号登录小发同城小程序 </view>
|
||||
|
||||
<!-- <view class="title"> 微信账号登录小发同城小程序 </view> -->
|
||||
<button
|
||||
class="btn-login"
|
||||
open-type="getPhoneNumber"
|
||||
@getphonenumber="getPhoneNumber"
|
||||
>
|
||||
<view class="iconfontAili icon-weixin"></view>
|
||||
<view>微信一键登录</view>
|
||||
<view>手机号快捷登录</view>
|
||||
</button>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@ -2762,8 +2762,8 @@ export default {
|
||||
}
|
||||
|
||||
.box-grid-icon {
|
||||
width: 68rpx;
|
||||
height: 68rpx;
|
||||
width: 90rpx;
|
||||
height: 90rpx;
|
||||
margin: 0 auto;
|
||||
|
||||
image {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user