From 418ebb17dd631d62095bf4279233da90343b373e Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期四, 05 六月 2025 15:40:25 +0800 Subject: [PATCH] feat: UI --- apps/taro/src/subpackages/my/promotionQrcode/InnerPage.vue | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/apps/taro/src/subpackages/my/promotionQrcode/InnerPage.vue b/apps/taro/src/subpackages/my/promotionQrcode/InnerPage.vue index 371efe9..0d69e69 100644 --- a/apps/taro/src/subpackages/my/promotionQrcode/InnerPage.vue +++ b/apps/taro/src/subpackages/my/promotionQrcode/InnerPage.vue @@ -3,9 +3,9 @@ <div class="promotion-qrcode-content" :style="barStyle"> <div class="promotion-qrcode-content-qrcode" - :style="{ backgroundImage: `url(${OssAssets.common.PromotionQrcodeContentBG})` }" + :style="{ backgroundImage: `url(${OssAssets.common.PromotionQrcodeCodeBG})` }" > - <ShareQrcodeView :channles-num="userChannles[0]?.channlesNum" :size="148" /> + <ShareQrcodeView :channles-num="userChannles[0]?.channlesNum" :size="150" /> <div class="promotion-qrcode-content-qrcode-tips">闀挎寜浜岀淮鐮佸垎浜ソ鍙�</div> </div> <div class="promotion-qrcode-content-btn">鐐瑰嚮涓嬭浇浜岀淮鐮�</div> @@ -16,9 +16,9 @@ <script setup lang="ts"> import { ShareQrcodeView, ResultWithoutBG } from '@life-payment/components'; import { useLifeRechargeContext } from '@life-payment/core-vue'; -import { isWeb } from '@/utils/env'; +import Taro from '@tarojs/taro'; import { useSystemStore } from '@/stores/modules/system'; -import { CSSProperties } from 'vue'; +import { CSSProperties, useTemplateRef } from 'vue'; import { OssAssets } from '@/constants'; defineOptions({ @@ -68,11 +68,12 @@ } .promotion-qrcode-content-qrcode { - width: 432px; - height: 432px; + width: 440px; + height: 438px; display: flex; flex-direction: column; align-items: center; + justify-content: center; background-size: 100% 100%; background-repeat: no-repeat; position: relative; @@ -103,7 +104,7 @@ } .share-qrcode-view { - margin-top: 60px; + margin-top: -20px; padding: 0; } } -- Gitblit v1.9.1