From 89681b0f03bc963a15b6fa99b9313a085f6c3f72 Mon Sep 17 00:00:00 2001 From: j1ack <1209452658@qq.com> Date: Mon, 5 Sep 2022 17:10:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 19 ++- pages/home/index.vue | 286 +++++++++++++++----------------- pages/withdrawal/withdrawal.vue | 1 + 3 files changed, 155 insertions(+), 151 deletions(-) diff --git a/manifest.json b/manifest.json index 4b70a82..357f78b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name" : "samehome", - "appid" : "__UNI__0CF38A0", + "appid" : "__UNI__C4028F6", "description" : "", "versionName" : "1.0.0", "versionCode" : "101", @@ -48,7 +48,22 @@ /* SDK配置 */ "sdkConfigs" : {} }, - "nativePlugins" : {} + "nativePlugins" : { + "HF-Step" : { + "__plugin_info__" : { + "name" : "原生计步器(Android和IOS)", + "description" : "计步器,原生计步器插件,安卓,IOS", + "platforms" : "Android,iOS", + "url" : "https://ext.dcloud.net.cn/plugin?id=6632", + "android_package_name" : "com.samehome", + "ios_bundle_id" : "com.samehome", + "isCloud" : true, + "bought" : 1, + "pid" : "6632", + "parameters" : {} + } + } + } }, "h5" : { "publicPath" : "/", diff --git a/pages/home/index.vue b/pages/home/index.vue index 24e3128..0eeb68f 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -19,8 +19,6 @@ - - @@ -60,9 +58,14 @@ {{ i18n.TodaySteps }} - + + {{ i18n.ReceiveEarnings }} @@ -88,20 +91,23 @@ - - - - - - OK - - + + + + + + + OK + + + + -