From 30c2d1841260d8c1e6765119d3dd9cfc15a98b1b Mon Sep 17 00:00:00 2001 From: linxi Date: Thu, 16 Jan 2025 18:09:07 +0800 Subject: [PATCH] =?UTF-8?q?Task=EF=BC=9A=E6=8C=87=E5=BC=95=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/FunctionGuide.vue | 6 +++- components/xdd-tabbar/index.vue | 13 ++++++- mixins/GuideMixins.js | 3 ++ pages/home/index.vue | 63 +++++++++++++++++++++++++++------ 4 files changed, 73 insertions(+), 12 deletions(-) diff --git a/components/FunctionGuide.vue b/components/FunctionGuide.vue index 82c66e6..46bdabd 100644 --- a/components/FunctionGuide.vue +++ b/components/FunctionGuide.vue @@ -6,7 +6,7 @@ --> 跳过 - {{ functionGuideData.step==maxStep ? '知道了' : '下一步' }} + {{ functionGuideData.step==maxStep ? '知道了' : '下一步' }} @@ -97,6 +97,10 @@