公告板
版本库
filestore
活动
搜索
登录
付延余
/
unattended-app
无人值守微信小程序
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
feat:生成二维码组件
yangan
2024-11-15
2935c773d65e08e75b347f122a50434bf25d09a4
[~fyy/unattended-app.git]
/
uni_modules
/
uv-qrcode
/
components
/
uv-qrcode
/
gcanvas
/
context-webgl
/
classUtils.js
1
2
3
export function getTransferedObjectUUID(name, id) {
return `${name.toLowerCase()}-${id}`;
}