06 2023 档案
摘要:{ "Print to console": { "prefix": "uni", //写成自己满意的前缀(name) "body": [ "<template>", " <view>$0</view>", "</template>", "", "<script>", "export default
阅读全文
摘要:画板生成海报图 ```js ``` 网络生成的图片需要使用 promose进行一下异步处理这样可以方式因为异步问题造成海报无法生成 ``` getImageInfo(image) { return new Promise((req, rej) => { uni.getImageInfo({ src:
阅读全文