修复首页转跳企业认证方式错误

This commit is contained in:
唐明明
2021-10-21 11:05:26 +08:00
parent 660ed885d3
commit 6c2c7c6b94
30 changed files with 32 additions and 17 deletions

View File

@@ -2,8 +2,8 @@
"name" : "链商星球",
"appid" : "__UNI__1F65101",
"description" : "安徽星煌,链商星球商家工具",
"versionName" : "1.0.2",
"versionCode" : 103,
"versionName" : "1.0.1",
"versionCode" : 101,
"transformPx" : false,
/* 5+App */
"app-plus" : {
@@ -28,7 +28,6 @@
"VideoPlayer" : {},
"Push" : {},
"Share" : {},
"UIWebview" : {},
"Payment" : {}
},
/* */
@@ -59,7 +58,14 @@
]
},
/* ios */
"ios" : {},
"ios" : {
"privacyDescription" : {
"NSPhotoLibraryUsageDescription" : "上传图片",
"NSPhotoLibraryAddUsageDescription" : "下载图片",
"NSCameraUsageDescription" : "扫描二维码",
"NSLocationAlwaysAndWhenInUseUsageDescription" : "定位您的店铺地址"
}
},
/* SDK */
"sdkConfigs" : {
"ad" : {},
@@ -119,6 +125,10 @@
"spotlight@3x" : "unpackage/res/icons/120x120.png"
}
}
},
"splashscreen" : {
"androidStyle" : "common",
"iosStyle" : "common"
}
}
},