From 59efe917202779b83a40d17fcdabf7843605d578 Mon Sep 17 00:00:00 2001 From: Anne_LXM Date: Tue, 23 Apr 2024 20:03:38 +0800 Subject: [PATCH] Update list.nvue --- pages/list/list.nvue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/list/list.nvue b/pages/list/list.nvue index fe72747..6bc6ca8 100644 --- a/pages/list/list.nvue +++ b/pages/list/list.nvue @@ -127,7 +127,7 @@ // }); //默认h5端不获取定位 // #ifndef H5 - if(this.isTest){ + if(!this.isTest){ let location = await gps.getLocation({ geocode: true }) -- GitLab