Skip to content

Commit

Permalink
修复基础库,2.21.2以上,报错的问题。
Browse files Browse the repository at this point in the history
  • Loading branch information
iZaiZaiA committed Jan 22, 2022
1 parent 74c54d2 commit 2dd5932
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 91 deletions.
1 change: 0 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,5 @@
]
},
"darkmode": true,
"lazyCodeLoading": "requiredComponents",
"sitemapLocation": "sitemap.json"
}
4 changes: 1 addition & 3 deletions mp-cu/colorUI/components/ui-swiper/ui-swiper.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ Component({
},
methods: {
swiperChange(e) {
this.setData({
cur: e.detail.current
})
this.setData({cur: e.detail.current})
this.triggerEvent("change",e.detail.current);
},
toTap(e) {
Expand Down
144 changes: 72 additions & 72 deletions project.config.json
Original file line number Diff line number Diff line change
@@ -1,79 +1,79 @@
{
"description": "项目配置文件",
"packOptions": {
"ignore": []
},
"setting": {
"urlCheck": false,
"es6": true,
"enhance": true,
"postcss": true,
"preloadBackgroundData": false,
"minified": true,
"newFeature": false,
"coverView": true,
"nodeModules": false,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"uglifyFileName": true,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"lazyloadPlaceholderEnable": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
"useApiHostProcess": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
"description": "项目配置文件",
"packOptions": {
"ignore": []
},
"enableEngineNative": false,
"useIsolateContext": false,
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"disableUseStrict": false,
"minifyWXML": true,
"showES6CompileOption": false,
"useCompilerPlugins": [
"sass"
]
},
"compileType": "miniprogram",
"libVersion": "2.19.6",
"appid": "wx021a1b8ecfa78ba5",
"projectname": "MP-CU",
"debugOptions": {
"hidedInDevtools": []
},
"scripts": {},
"staticServerOptions": {
"baseURL": "",
"servePath": ""
},
"isGameTourist": false,
"condition": {
"search": {
"list": []
"setting": {
"urlCheck": false,
"es6": true,
"enhance": true,
"postcss": true,
"preloadBackgroundData": false,
"minified": true,
"newFeature": false,
"coverView": true,
"nodeModules": false,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"uglifyFileName": true,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"lazyloadPlaceholderEnable": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
"useApiHostProcess": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"useIsolateContext": false,
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"disableUseStrict": false,
"minifyWXML": true,
"showES6CompileOption": false,
"useCompilerPlugins": [
"sass"
],
"ignoreUploadUnusedFiles": true
},
"conversation": {
"list": []
"compileType": "miniprogram",
"libVersion": "2.21.3",
"appid": "",
"projectname": "MP-CU",
"debugOptions": {
"hidedInDevtools": []
},
"game": {
"list": []
"scripts": {},
"staticServerOptions": {
"baseURL": "",
"servePath": ""
},
"plugin": {
"list": []
},
"gamePlugin": {
"list": []
},
"miniprogram": {
"list": []
"isGameTourist": false,
"condition": {
"search": {
"list": []
},
"conversation": {
"list": []
},
"game": {
"list": []
},
"plugin": {
"list": []
},
"gamePlugin": {
"list": []
},
"miniprogram": {
"list": []
}
}
}
}
16 changes: 1 addition & 15 deletions project.private.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,7 @@
"list": []
},
"miniprogram": {
"list": [
{
"name": "实验室",
"pathName": "pages/test/home",
"query": "",
"scene": null
},
{
"name": "",
"pathName": "pages/document/image/image",
"query": "",
"scene": null,
"launchMode": "default"
}
]
"list": []
}
}
}

0 comments on commit 2dd5932

Please sign in to comment.