出现的这个原因是什么?
微信支付,请确认本次交易的付款原因?[图片]
2022-02-18谢谢....,我好像明白了什么了
开发工具的有关data数据bugvar imgs=this.data.imgs; imgs.forEach(function(item,i){ imgs[i]=‘wokao’ + item; }); 到此,this.data.imgs的每个值前面都有wokao字符,然而我并没有执行setData 加上代码,console.log(this.data.imgs),可以打印出来效果。
2020-07-31保存后自动格式化确实挺好用,出现这个bug让人有点烦,希望快点修复,上个版本没有这个bug。没有更新的小伙伴们,可以选择使用上个版本
[IDE BUG] 每次保存出现“正在运行保存参与程序..:正在格式化Bug截图 [图片] IDE版本: 1.03.2006090 APP ID:wx195f2a7af2600fc5
2020-07-04正式版1.03.2006090,也有这个问题。保存后自动格式化,能格式化成功,但是仍然会提示。上个正式版没有这个问题。
为什么每次保存文件都提示“正在运行保存参与程序...:正在格式化”?版本1.03.2006091提示截图,之前1.03.2005141版本没有问题 [图片] 编辑器设置截图 [图片] 自定义扩展,来自vscode [图片] 自定义配置参数 { "editor.formatOnSave": true, "editor.renderControlCharacters": true, "editor.stablePeek": true, "editor.tabCompletion": "on", "editor.tabSize": 2, "editor.fontSize": 12, "editor.lineHeight": 0, "editor.wordWrap": "off", "editor.minimap.enabled": false, "editor.insertSpaces": true, "editor.renderWhitespace": "all", "editor.wordWrapColumn": 120, "editor.minimap.maxColumn": 50, "editor.minimap.showSlider": "always", "[css]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "explorer.openEditors.visible": 0, "search.exclude": { "**/dist": true, "**/miniprogram_npm": true }, "files.watcherExclude": { "**/dist/**": true, "**/miniprogram_npm/**": true }, "files.eol": "\n", "files.trimFinalNewlines": true, "files.insertFinalNewline": true, "workbench.iconTheme": "material-icon-theme", "material-icon-theme.activeIconPack": "vue_vuex", "material-icon-theme.showWelcomeMessage": false, "javascript.format.semicolons": "remove", "javascript.preferences.quoteStyle": "single", "javascript.updateImportsOnFileMove.enabled": "always", "files.autoSave": "off", "files.associations": { "*.cjson": "jsonc", "*.wxs": "javascript", "*.wxss": "css" }, "minapp-vscode.wxmlFormatter": "prettyHtml", "minapp-vscode.formatMaxLineCharacters": 120, "minapp-vscode.disableAutoConfig": true, "minapp-vscode.showSuggestionOnEnter": true, "minapp-vscode.prettier": { "printWidth": 120, "semi": false, "singleQuote": true, "trailingComma": "none" }, "minapp-vscode.prettyHtml": { "printWidth": 120, "usePrettier": false, "sortAttributes": true }, "prettier.printWidth": 120, "prettier.singleQuote": true, "prettier.semi": false, "prettier.trailingComma": "none", "workbench.editor.enablePreview": true, "workbench.editor.enablePreviewFromQuickOpen": true, "workbench.colorTheme": "Default Dark+", "workbench.preferredLightColorTheme": "Default Light+", "window.autoDetectColorScheme": true, "explorer.confirmDelete": false, "less.compile": { "outExt": ".wxss" } }
2020-07-02