From ce8c8392de2459f7819591f37a70077e5bf85ddf Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期四, 28 八月 2025 17:17:26 +0800 Subject: [PATCH] 浏览足迹 --- pages/promotion/point/user.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/promotion/point/user.vue b/pages/promotion/point/user.vue index 6dca8c6..cb4c7ba 100644 --- a/pages/promotion/point/user.vue +++ b/pages/promotion/point/user.vue @@ -3,7 +3,7 @@ <!-- <div class="point-rule">绉垎瑙勫垯</div> --> <div class="point-wrapper"> <u-image shape="circle" :lazy-load="true" width="100" height="100" - :src="userInfo.face || '/static/missing-face.png'"></u-image> + :src="userInfo.face || '/pages/subComponents/static/missing-face.png'"></u-image> <div class="whether-point"> <div>浣犵殑鍙敤绉垎锛�<span class="point">{{userInfo.point || 0}}</span></div> </div> @@ -11,6 +11,7 @@ </div> </template> <script> +import '@/components/uview-components/uview-ui' import { getUserInfo } from "@/api/members"; export default { data() { @@ -35,7 +36,7 @@ .user-point { padding: 0 20rpx; height: 300rpx; - background: url("/static/point-bg.png") no-repeat; + background: url("/pages/subComponents/static/point-bg.png") no-repeat; background-size: 100%; } .point { -- Gitblit v1.8.0