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; }