From 3f30ae5620b657447c7495ecc5ed2b9af8d9475b Mon Sep 17 00:00:00 2001 From: YOGO <1587218160@qq.com> Date: Thu, 19 Mar 2026 14:06:08 +0800 Subject: [PATCH] =?UTF-8?q?319=E5=8F=91=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 4 +- pages/unlock/index.vue | 6 +- pagesb/validationInfo/index.vue | 169 ++++++++++++++------------------ 3 files changed, 81 insertions(+), 98 deletions(-) diff --git a/main.js b/main.js index 250ee2d..42c1938 100644 --- a/main.js +++ b/main.js @@ -2,8 +2,8 @@ import { createSSRApp } from "vue"; import App from "./App"; import i18n from "./locale/index"; import * as Pinia from "pinia"; -import VConsole from 'vconsole' -new VConsole() +// import VConsole from 'vconsole' +// new VConsole() // import '@/uni.scss' // 引入uvUI import uvUI from "@/uni_modules/uv-ui-tools"; diff --git a/pages/unlock/index.vue b/pages/unlock/index.vue index 059330e..8a1d862 100644 --- a/pages/unlock/index.vue +++ b/pages/unlock/index.vue @@ -81,7 +81,7 @@ {{ $t("unlock.details") }} - + 取消订单 @@ -89,7 +89,7 @@ - 你还没有订单哦~ + 暂无订单 @@ -1312,6 +1312,7 @@ onShow(() => { margin-bottom: 20rpx; .address { + flex: 1; word-wrap: break-word; word-break: break-all; } @@ -1460,6 +1461,7 @@ onShow(() => { margin-bottom: 20rpx; .address { + flex: 1; word-wrap: break-word; word-break: break-all; } diff --git a/pagesb/validationInfo/index.vue b/pagesb/validationInfo/index.vue index 5ff74d9..64702a6 100644 --- a/pagesb/validationInfo/index.vue +++ b/pagesb/validationInfo/index.vue @@ -1,20 +1,20 @@