update:修改了一键登录弹窗文字,修改了商品分类icon展示大小

This commit is contained in:
lihaoyuan 2025-08-06 11:20:23 +08:00
parent 333b945181
commit f5ecd349b6
2 changed files with 5 additions and 4 deletions

View File

@ -16,14 +16,15 @@
@click="close" @click="close"
></view> ></view>
<view class="popup-content"> <view class="popup-content">
<view class="title"> 微信账号登录小发同城小程序 </view>
<!-- <view class="title"> 微信账号登录小发同城小程序 </view> -->
<button <button
class="btn-login" class="btn-login"
open-type="getPhoneNumber" open-type="getPhoneNumber"
@getphonenumber="getPhoneNumber" @getphonenumber="getPhoneNumber"
> >
<view class="iconfontAili icon-weixin"></view> <view class="iconfontAili icon-weixin"></view>
<view>微信一键登录</view> <view>手机号快捷登录</view>
</button> </button>
</view> </view>
</view> </view>

View File

@ -2762,8 +2762,8 @@ export default {
} }
.box-grid-icon { .box-grid-icon {
width: 68rpx; width: 90rpx;
height: 68rpx; height: 90rpx;
margin: 0 auto; margin: 0 auto;
image { image {