diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index 81b430e..3e2665e 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -2,11 +2,13 @@ "version" : "1.0", "configurations" : [ { + "customPlaygroundType" : "device", "playground" : "custom", "type" : "uni-app:app-ios" }, { - "playground" : "custom", + "customPlaygroundType" : "device", + "playground" : "standard", "type" : "uni-app:app-android" } ] diff --git a/manifest.json b/manifest.json index 86647ef..ccfb56d 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name" : "美融融商家", "appid" : "__UNI__BBE6285", "description" : "同城便捷到家美业“技术外卖”服务、同城预约到店服务平台美融融为同城爱美人群提供更优质的更全面的服务。", - "versionName" : "1.0.05", + "versionName" : "1.0.06", "versionCode" : 1005, "transformPx" : false, /* 5+App特有相关 */