diff --git a/manifest.json b/manifest.json index 3caef5a..80c9bbe 100644 --- a/manifest.json +++ b/manifest.json @@ -55,7 +55,7 @@ "appid": "wx303943e10cbe2743", "permission": { "scope.userLocation": { - "desc": "您的位置信息将用于获取周边服务" + "desc": "您的位置信息将用于小程序位置接口效果展示" } }, "setting": { @@ -63,7 +63,7 @@ }, "usingComponents": true, "requiredPrivateInfos": [ - "getLocation" + "getLocation","chooseLocation" ] }, "mp-alipay": { diff --git a/pages.json b/pages.json index 0b3fc90..ec34654 100644 --- a/pages.json +++ b/pages.json @@ -110,6 +110,13 @@ "style": { "navigationBarTitleText": "订单详细" } + }, + { + "path" : "pages/test/test", + "style" : + { + "navigationBarTitleText" : "test" + } } ], "subPackages": [ diff --git a/pages/test/test.vue b/pages/test/test.vue new file mode 100644 index 0000000..9371ae7 --- /dev/null +++ b/pages/test/test.vue @@ -0,0 +1,69 @@ + + +