登录优化

This commit is contained in:
唐明明
2022-06-17 10:52:05 +08:00
parent b5bcfef6c0
commit b9e3354fa0
14 changed files with 388 additions and 384 deletions

View File

@@ -47,12 +47,17 @@
isKeyAuth : false
};
},
created () {
onShow () {
uni.showLoading({
title: '加载中...',
mask : true
})
// 预登录
uni.preLogin({
provider: 'univerify',
success: res => {
this.isKeyAuth = true
uni.hideLoading()
}
})
},

View File

@@ -36,7 +36,6 @@
<view class="shopInfo-title-right" >全部商品 {{goods.shop.goods_count || 0}} <uni-icons type="right" color="grey"/></view>
</view>
<view class="imgs">
<block v-for="(item, index) in goods.content" :key="index">
<image :src="item" mode="widthFix"></image>