forked from zhouruizhe/gmTouringMiniApp
Add check-in feature and update travel planner UI
This commit is contained in:
+5
-4
@@ -10,9 +10,9 @@ const weixinAppId = manifestEnv.UNI_MP_WEIXIN_APPID || 'touristappid'
|
||||
export default defineManifestConfig({
|
||||
'name': '光明文旅地图',
|
||||
'appid': '',
|
||||
'description': '深圳市光明区全域文旅地图、POI 数字化展示、AI 文旅助手与行程规划 POC',
|
||||
'versionName': '0.2.0',
|
||||
'versionCode': '20',
|
||||
'description': '深圳市光明区全域文旅地图、POI 数字化展示、本地行程规划与到点打卡 POC',
|
||||
'versionName': '0.3.0',
|
||||
'versionCode': '30',
|
||||
'transformPx': false,
|
||||
'uniStatistics': {
|
||||
enable: false,
|
||||
@@ -69,9 +69,10 @@ export default defineManifestConfig({
|
||||
'mp-weixin': {
|
||||
// Configure locally with UNI_MP_WEIXIN_APPID; do not commit project credentials.
|
||||
appid: weixinAppId,
|
||||
lazyCodeLoading: 'requiredComponents',
|
||||
permission: {
|
||||
'scope.userLocation': {
|
||||
desc: '用于在全域地图显示实时位置,并优化文旅行程顺序',
|
||||
desc: '用于地图定位、行程优化和到点打卡判断',
|
||||
},
|
||||
},
|
||||
requiredPrivateInfos: ['getLocation', 'startLocationUpdate', 'onLocationChange'],
|
||||
|
||||
Reference in New Issue
Block a user