细节,谷歌登录

master
gongfuxiang 2023-12-15 11:45:59 +08:00
parent fbd65ee1da
commit f85321e9e6
6 changed files with 31 additions and 25 deletions

View File

@ -537,6 +537,9 @@
/**
*
*/
.lh-il {
line-height: initial;
}
.lh-0 {
line-height: 0 !important;
}

View File

@ -113,12 +113,12 @@
<image class="left-icon dis-inline-block va-m" :src="static_url+'buy_use_type/'+item.key+'.png'" mode="aspectFit"></image>
<text class="cr-black text-size-sm va-m margin-left-sm">{{item.name}}</text>
<view class="right-arrow pa top-0 right-xxxxl">
<iconfont name="icon-qiandao-jiantou2" size="24rpx" propClass="lh-xs" color="#333"></iconfont>
<iconfont name="icon-qiandao-jiantou2" size="24rpx" propClass="lh-il" color="#333"></iconfont>
</view>
</view>
<!-- #ifndef H5 -->
<view v-if="item.index == 0" class="scan-item border-radius-main tc pa right-0 top-0" :data-index="index" @tap="search_icon_event">
<iconfont name="icon-mendian-sousuosm" size="36rpx" propClass="lh-lg" color="#02b3c2"></iconfont>
<iconfont name="icon-mendian-sousuosm" size="36rpx" propClass="lh-il va-m" color="#02b3c2"></iconfont>
</view>
<!-- #endif -->
</view>

View File

@ -8,12 +8,6 @@
</view>
</view>
<view class="share-popup-content">
<!-- #ifdef H5 -->
<view class="share-items oh cp" @tap="share_h5_event">
<image :src="common_static_url + 'share-user-icon.png'" mode="scaleToFill"></image>
<text class="cr-grey text-size-xs single-text">点击复制地址分享给好友群聊</text>
</view>
<!-- #endif -->
<!-- #ifdef MP-ALIPAY -->
<view class="share-items oh cp" @tap="share_base_event">
<image :src="common_static_url + 'share-user-icon.png'" mode="scaleToFill"></image>
@ -50,6 +44,12 @@
</view>
</block>
<!-- #endif -->
<!-- #ifdef H5 || APP -->
<view class="share-items oh cp" @tap="share_url_copy_event">
<image :src="common_static_url + 'share-user-icon.png'" mode="scaleToFill"></image>
<text class="cr-grey text-size-xs single-text">点击复制地址分享给好友群聊</text>
</view>
<!-- #endif -->
<view v-if="is_goods_poster == 1 && (goods_id || 0) != 0" class="share-items oh cp" @tap="poster_event">
<image :src="common_static_url + 'share-poster-icon.png'" mode="scaleToFill"></image>
<text class="cr-grey text-size-xs single-text">生成海报分享到朋友圈好友及群聊</text>
@ -140,8 +140,8 @@
});
},
// h5
share_h5_event() {
// url
share_url_copy_event() {
app.globalData.text_copy_event(app.globalData.get_page_url());
},

View File

@ -80,7 +80,11 @@
"qq" : {
"appid" : "102076195",
"UniversalLinks" : "https://d1.shopxo.vip/.well-known/"
}
},
"google" : {
"clientid" : "510187709509-fq3t5grcfh81t4ub491tiadrtfjbaes1.apps.googleusercontent.com"
},
"univerify" : {}
},
"maps" : {
"amap" : {
@ -167,7 +171,8 @@
}
},
"__usePrivacyCheck__" : true,
"plugins" : {
"plugins" : {}
},
// ->-> https://mp.weixin.qq.com/wxopen/pluginbasicprofile?action=intro&appid=wx2b03c6e691cd7370
// "live-player-plugin" : {
// "version" : "1.3.5",
@ -178,8 +183,6 @@
// "version" : "1.0.19",
// "provider" : "wx50b5593e81dd937a"
// }
}
},
"mp-alipay" : {
"usingComponents" : true,
"appid" : "2021001173639600"

View File

@ -97,7 +97,7 @@ page {
width: 50rpx !important;
height: 50rpx !important;
}
.plugins-thirdpartylogin .item:last-of-type image {
.plugins-thirdpartylogin .item.more-submit image {
width: 76rpx !important;
height: 76rpx !important;
}

View File

@ -297,7 +297,7 @@
<image :src="item.icon" mode="aspectFit" class="dis-block auto"></image>
</view>
</block>
<view v-if="Object.keys(plugins_thirdpartylogin_data).length > 3" class="item dis-inline-block round" @tap="popup_login_open_event">
<view v-if="Object.keys(plugins_thirdpartylogin_data).length > 3" class="item dis-inline-block round more-submit" @tap="popup_login_open_event">
<image :src="login_static_url + 'more.png'" mode="aspectFit" class="dis-block auto"></image>
</view>
</view>