06 2023 档案

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