lihongxiao 1 年間 前
コミット
d51401b8c4
2 ファイル変更4 行追加2 行削除
  1. 3 1
      manifest.json
  2. 1 1
      pages/store/editStore.vue

+ 3 - 1
manifest.json

@@ -10,7 +10,9 @@
         "modules" : {
             "Maps" : {},
             "Geolocation" : {},
-            "Barcode" : {}
+            "Barcode" : {},
+            "Camera" : {},
+            "VideoPlayer" : {}
         },
         /* 模块配置 */
         "distribute" : {

+ 1 - 1
pages/store/editStore.vue

@@ -228,7 +228,7 @@ export default {
 
             // const queryString = uni.getStorageSync('address') ? encodeURIComponent(JSON.stringify(uni.getStorageSync('address'))) : ''
             uni.navigateTo({
-                url: '/pages/login/map?position=${queryString}'
+                url: `/pages/login/map?position=${queryString}`
             })
 
         },