hbuilderx自定义常用代码块

时间:2025-04-10 10:10:15
"apipost": { "body": [ "let res=await ('$1',{});", "if(==200){", "$2", "}else{", "this.\\$toast();", "}" ], "prefix": "apipost", "project": "uni-app", "scope": "" }, "apiget": { "body": [ "let res=await ('$1',{});", "if(==200){", "$2", "}else{", "this.\\$toast();", "}" ], "prefix": "apiget", "project": "uni-app", "scope": "" }