功能完善

This commit is contained in:
2024-04-14 01:05:08 +08:00
parent a270c9be70
commit b676a1acd9
80 changed files with 118 additions and 52 deletions

View File

@@ -3,19 +3,23 @@
<text class='title'>入群步骤</text>
<view class='indicator' />
<text class='step-title'>
1.长按识别下方二维码添加xxxx
1.长按识别下方二维码添加店铺福利群
</text>
<view class='divider' style='margin-top: 28rpx' />
<image :src=' assetsUrl("test_qrcode.png")' show-menu-by-longpress />
<image :src=' companyConfigInfo.regqrcode' show-menu-by-longpress />
<text class='step-title'>
2.识别xxxx发您的二维码即可入群
2.识别店铺福利群发您的二维码即可入群
</text>
</view>
</template>
<script lang='ts' setup>
import { assetsUrl } from '@/utils/assets';
import { useUserStore } from '@/store';
const userStore = useUserStore();
const { companyConfigInfo } = storeToRefs(userStore);
</script>
<style lang='scss' scoped>