-
zhangwei
2024-08-16 ae95604f4d0f8211ffa79587ca3f42da16842609
src/manifest.json
@@ -110,7 +110,22 @@
        },
        "mergeVirtualHostAttributes" : true,
        "lazyCodeLoading" : "requiredComponents",
      "plugins" : {
          "chooseLocation" : {
              "version" : "1.0.10",
              "provider" : "wx76a9a06e5b4e693e" //这个appid不要改,用默认是的[wx76a9a06e5b4e693e],这是组件自己的appid,不是你小程序的appid
          }
      },
      "permission" : {
          "scope.userFuzzyLocation" : {
              "desc" : "你的位置信息将用于小程序定位"
          },
          "scope.userLocation" : {
              "desc" : "业务涉及下线自提"
          }
      },
        "usingComponents" : true,
      "requiredPrivateInfos" : [ "getFuzzyLocation", "chooseAddress" ],
      "style":"v2"
    },
    "mp-alipay" : {