From 048d6e015a55779f7fe1bb513d26cd89c9c2ab15 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Tue, 12 May 2026 10:36:38 +0800
Subject: [PATCH] feat:1、澜品优选 会员权益添加虚拟和实物权益;2、退改政策

---
 .hbuilderx/launch.json |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json
index 987f25a..1798465 100644
--- a/.hbuilderx/launch.json
+++ b/.hbuilderx/launch.json
@@ -3,11 +3,12 @@
     "configurations" : [
         {
             "customPlaygroundType" : "local",
-            "playground" : "standard",
+            "playground" : "custom",
             "type" : "uni-app:app-android"
         },
         {
-            "playground" : "standard",
+            "customPlaygroundType" : "device",
+            "playground" : "custom",
             "type" : "uni-app:app-ios"
         }
     ]

--
Gitblit v1.9.3