功能完善
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user