diff --git a/yshop-drink-uniapp-vue3/manifest.json b/yshop-drink-uniapp-vue3/manifest.json index 6849ece..3f6567d 100644 --- a/yshop-drink-uniapp-vue3/manifest.json +++ b/yshop-drink-uniapp-vue3/manifest.json @@ -430,7 +430,19 @@ "h5" : { "router" : { "base" : "/h5/" - } + }, + "sdkConfigs" : { + // 使用地图或位置相关功能必须填写其一 + "maps" : { + "bmap" : { + // 百度地图秘钥(HBuilderX 3.99+)http://lbsyun.baidu.com/apiconsole/key#/home + "key" : "" + }, + "qqmap" : { + "key" : "OGABZ-Y5OCF-5UWJ5-N7DHH-VFIG7-DHFEB" + } + } + } } } /* 模块配置 *//* 应用发布信息 *//* android打包配置 */ diff --git a/yshop-drink-uniapp-vue3/static/images/mine/cardbg.png b/yshop-drink-uniapp-vue3/static/images/mine/cardbg.png new file mode 100644 index 0000000..e30cf25 Binary files /dev/null and b/yshop-drink-uniapp-vue3/static/images/mine/cardbg.png differ