Authored by Bad

fix

@@ -68,7 +68,10 @@ @@ -68,7 +68,10 @@
68 "schemes": "shopro" 68 "schemes": "shopro"
69 }, 69 },
70 "ios": { 70 "ios": {
71 - "urlschemewhitelist": ["baidumap", "iosamap"], 71 + "urlschemewhitelist": [
  72 + "baidumap",
  73 + "iosamap"
  74 + ],
72 "dSYMs": false, 75 "dSYMs": false,
73 "privacyDescription": { 76 "privacyDescription": {
74 "NSPhotoLibraryUsageDescription": "需要同意访问您的相册选取图片才能完善该条目", 77 "NSPhotoLibraryUsageDescription": "需要同意访问您的相册选取图片才能完善该条目",
@@ -79,7 +82,9 @@ @@ -79,7 +82,9 @@
79 "urltypes": "shopro", 82 "urltypes": "shopro",
80 "capabilities": { 83 "capabilities": {
81 "entitlements": { 84 "entitlements": {
82 - "com.apple.developer.associated-domains": ["applinks:shopro.sheepjs.com"] 85 + "com.apple.developer.associated-domains": [
  86 + "applinks:shopro.sheepjs.com"
  87 + ]
83 } 88 }
84 }, 89 },
85 "idfa": true 90 "idfa": true
@@ -97,12 +102,18 @@ @@ -97,12 +102,18 @@
97 }, 102 },
98 "payment": { 103 "payment": {
99 "weixin": { 104 "weixin": {
100 - "__platform__": ["ios", "android"], 105 + "__platform__": [
  106 + "ios",
  107 + "android"
  108 + ],
101 "appid": "wxae7a0c156da9383b", 109 "appid": "wxae7a0c156da9383b",
102 "UniversalLinks": "https://shopro.sheepjs.com/uni-universallinks/__UNI__082C0BA/" 110 "UniversalLinks": "https://shopro.sheepjs.com/uni-universallinks/__UNI__082C0BA/"
103 }, 111 },
104 "alipay": { 112 "alipay": {
105 - "__platform__": ["ios", "android"] 113 + "__platform__": [
  114 + "ios",
  115 + "android"
  116 + ]
106 } 117 }
107 }, 118 },
108 "share": { 119 "share": {
@@ -112,7 +123,9 @@ @@ -112,7 +123,9 @@
112 } 123 }
113 } 124 }
114 }, 125 },
115 - "orientation": ["portrait-primary"], 126 + "orientation": [
  127 + "portrait-primary"
  128 + ],
116 "splashscreen": { 129 "splashscreen": {
117 "androidStyle": "common", 130 "androidStyle": "common",
118 "iosStyle": "common", 131 "iosStyle": "common",
@@ -156,9 +169,11 @@ @@ -156,9 +169,11 @@
156 "quickapp-native": { 169 "quickapp-native": {
157 "icon": "/static/logo.png", 170 "icon": "/static/logo.png",
158 "package": "com.example.demo", 171 "package": "com.example.demo",
159 - "features": [{ 172 + "features": [
  173 + {
160 "name": "system.clipboard" 174 "name": "system.clipboard"
161 - }] 175 + }
  176 + ]
162 }, 177 },
163 "quickapp-webview": { 178 "quickapp-webview": {
164 "icon": "/static/logo.png", 179 "icon": "/static/logo.png",
@@ -185,7 +200,10 @@ @@ -185,7 +200,10 @@
185 "desc": "你的位置信息将用于展示附近的服务" 200 "desc": "你的位置信息将用于展示附近的服务"
186 } 201 }
187 }, 202 },
188 - "requiredPrivateInfos": ["chooseAddress", "getLocation"], 203 + "requiredPrivateInfos": [
  204 + "chooseAddress",
  205 + "getLocation"
  206 + ],
189 "mergeVirtualHostAttributes": true 207 "mergeVirtualHostAttributes": true
190 }, 208 },
191 "mp-alipay": { 209 "mp-alipay": {
@@ -273,7 +273,7 @@ @@ -273,7 +273,7 @@
273 uni.switchTab({ 273 uni.switchTab({
274 url: '/pages/xunji/xunji', 274 url: '/pages/xunji/xunji',
275 }); 275 });
276 - }, 1200); 276 + }, 100);
277 } else { 277 } else {
278 uni.showToast({ 278 uni.showToast({
279 title: res.msg || '登录失败,未获取到有效凭证', 279 title: res.msg || '登录失败,未获取到有效凭证',