From 80763662ffaefa7e49cf541201c689f61f5a3caa Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期日, 30 十一月 2025 19:28:49 +0800
Subject: [PATCH] feat(pay): 充值页面增加积分显示
---
uni_modules/uview-ui/components/u-parse/u-parse.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/uni_modules/uview-ui/components/u-parse/u-parse.vue b/uni_modules/uview-ui/components/u-parse/u-parse.vue
index 7bc8b3d..0abdfb8 100644
--- a/uni_modules/uview-ui/components/u-parse/u-parse.vue
+++ b/uni_modules/uview-ui/components/u-parse/u-parse.vue
@@ -31,7 +31,7 @@
* @property {Boolean} showImgMenu 鏄惁鍏佽鍥剧墖琚暱鎸夋椂鏄剧ず鑿滃崟锛堥粯璁� true 锛�
* @property {Object} tagStyle 鏍囩鐨勯粯璁ゆ牱寮�
* @property {Boolean | Number} useAnchor 鏄惁浣跨敤閿氱偣閾炬帴
- *
+ *
* @event {Function} load dom 缁撴瀯鍔犺浇瀹屾瘯鏃惰Е鍙�
* @event {Function} ready 鎵�鏈夊浘鐗囧姞杞藉畬姣曟椂瑙﹀彂
* @event {Function} imgTap 鍥剧墖琚偣鍑绘椂瑙﹀彂
@@ -127,7 +127,7 @@
// #ifndef APP-PLUS-NVUE
let deep = ' '
// #ifdef MP-WEIXIN || MP-QQ || MP-TOUTIAO
- deep = '>>>'
+ deep = '::v-deep'
// #endif
const selector = uni.createSelectorQuery()
// #ifndef MP-ALIPAY
--
Gitblit v1.9.1