优化占位图显示
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
1.长按识别下方二维码,添加【店铺福利群】
|
||||
</text>
|
||||
<view class='divider' style='margin-top: 28rpx' />
|
||||
<image :src=' companyConfigInfo.groupqrcode' show-menu-by-longpress />
|
||||
<image :src=' companyConfigInfo.groupqrcode||defaultImage' show-menu-by-longpress />
|
||||
<text class='step-title'>
|
||||
2.识别【店铺福利群】发您的二维码,即可入群
|
||||
</text>
|
||||
@@ -16,6 +16,7 @@
|
||||
<script lang='ts' setup>
|
||||
|
||||
import { useUserStore } from '@/store';
|
||||
import { defaultImage } from '@/utils/assets';
|
||||
|
||||
const userStore = useUserStore();
|
||||
const { companyConfigInfo } = storeToRefs(userStore);
|
||||
|
Reference in New Issue
Block a user