修改uv工艺价格

This commit is contained in:
2025-09-10 16:56:49 +08:00
parent fbc6db905f
commit f0024fd1b7
6 changed files with 19 additions and 9 deletions
@@ -162,7 +162,7 @@
});
} else if (obj.event === 'view') {
// 在此处输入 layer 的任意代码
navigator.clipboard.writeText(data.content);
navigator.clipboard.writeText(data1.content);
layer.msg('复制成功!', {icon: 6, offset: 'auto', time: 1000});
}
})