From bef3a652349b7b79c914afcc013d7229706a2b3b Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期五, 09 六月 2023 09:10:32 +0800 Subject: [PATCH] Merge branch 'hotfix/修复苹果问题' --- uniapp/components/pddremind.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/uniapp/components/pddremind.vue b/uniapp/components/pddremind.vue index 634e2e7..3cb6cbc 100644 --- a/uniapp/components/pddremind.vue +++ b/uniapp/components/pddremind.vue @@ -22,7 +22,7 @@ <script> import util from '../utils/utils.js' - const plug = uni.requireNativePlugin('Html5app-Baichuan') + const plug = uni.requireNativePlugin('xiguazhu-baichuan') export default { data() { return { -- Gitblit v1.9.3