From a53f482728db4975767047e2f0fd8183620f4a18 Mon Sep 17 00:00:00 2001 From: fuchao <2577131060@qq.com> Date: Wed, 3 Dec 2025 13:34:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=9A=E5=AD=97=E4=BD=93?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/points/index.vue | 2 +- pages/user/virtual/index.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/user/points/index.vue b/pages/user/points/index.vue index 487efb9..51294a2 100644 --- a/pages/user/points/index.vue +++ b/pages/user/points/index.vue @@ -113,7 +113,7 @@ display: flex; justify-content: space-between; margin-bottom: 20rpx; - + font-weight: 700; .text1 { color: #ff0000; } diff --git a/pages/user/virtual/index.vue b/pages/user/virtual/index.vue index 9760d5b..6403ca2 100644 --- a/pages/user/virtual/index.vue +++ b/pages/user/virtual/index.vue @@ -43,7 +43,7 @@ const bookList = ref([]) const loading = ref(false) const firstLoad = ref(true) - const goBuyTitle = ref('"【天医币】仅为我平台支付使用币种,仅为了方便用户支付使用。【天医币】可以用于在我平台支付书籍或课程使用。【天医币】这个名称是为适应我们平台的定位属性,所起名称。与区块链虚拟货币无任何关系。"') + const goBuyTitle = ref('【天医币】仅为我平台支付使用币种,仅为了方便用户支付使用。【天医币】可以用于在我平台支付书籍或课程使用。【天医币】这个名称是为适应我们平台的定位属性,所起名称。与区块链虚拟货币无任何关系。') // 充值记录列表 async function rechargeList(pageNo : number, pageSize : number) { @@ -123,7 +123,7 @@ display: flex; justify-content: space-between; margin-bottom: 20rpx; - + font-weight: 700; .text1 { color: #ff0000; }