From 09d8e2bb90d6089ab7423a7ff7e94ebc1250f8d4 Mon Sep 17 00:00:00 2001 From: yangjie <812952667@qq.com> Date: Wed, 13 Oct 2021 17:59:21 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E6=B4=BB=E5=8A=A8=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hbuilderx/launch.json | 15 ++++++++++----- subPages/lottery/lottery.vue | 4 +++- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index 501e01c..9cba30d 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -2,10 +2,15 @@ // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数 "version": "0.0", "configurations": [{ - "type": "uniCloud", - "default": { - "launchtype": "remote" - } - } + "default" : + { + "launchtype" : "remote" + }, + "mp-weixin" : + { + "launchtype" : "remote" + }, + "type" : "uniCloud" + } ] } diff --git a/subPages/lottery/lottery.vue b/subPages/lottery/lottery.vue index 08604f2..2a02f99 100644 --- a/subPages/lottery/lottery.vue +++ b/subPages/lottery/lottery.vue @@ -1,7 +1,7 @@