From 0289fa9712ef9bf9f4c1af2345322a6a29eaeb43 Mon Sep 17 00:00:00 2001 From: 18631081161 <2088094923@qq.com> Date: Sun, 22 Jun 2025 13:56:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=AD=E4=B9=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 4 ++++ pages/mall/product-detail.vue | 12 +++++------- .../dev/.sourcemap/mp-weixin/common/vendor.js.map | 2 +- unpackage/dist/dev/mp-weixin/common/vendor.js | 2 +- 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/components.d.ts b/components.d.ts index 63a1989..799ce95 100644 --- a/components.d.ts +++ b/components.d.ts @@ -20,6 +20,10 @@ declare module 'vue' { RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] UniNavBar: typeof import('./components/uni-nav-bar/uni-nav-bar.vue')['default'] + UniPopup: typeof import('./components/uni-popup/components/uni-popup/uni-popup.vue')['default'] + UniPopupDialog: typeof import('./components/uni-popup/components/uni-popup-dialog/uni-popup-dialog.vue')['default'] + UniPopupMessage: typeof import('./components/uni-popup/components/uni-popup-message/uni-popup-message.vue')['default'] + UniPopupShare: typeof import('./components/uni-popup/components/uni-popup-share/uni-popup-share.vue')['default'] UniStatusBar: typeof import('./components/uni-nav-bar/uni-status-bar.vue')['default'] } } diff --git a/pages/mall/product-detail.vue b/pages/mall/product-detail.vue index aef71e0..26d0490 100644 --- a/pages/mall/product-detail.vue +++ b/pages/mall/product-detail.vue @@ -1,11 +1,10 @@