提交 e5254000 编写于 作者: fxy060608's avatar fxy060608

wip: shadow

上级 afa9825b
......@@ -255,8 +255,11 @@ function createIdent() {
}
export function createShadowImageUrl(cdn: number, type: string = 'grey') {
const ident = createIdent()
const identStr = ident ? `${ident}/` : ''
let identStr = ''
if (process.env.UNI_PLATFORM !== 'h5' && process.env.UNI_PLATFORM !== 'web') {
const ident = createIdent()
identStr = ident ? `${ident}/` : ''
}
return `https://cdn${
(cdn || 0) + (process.env.UNI_APP_X === 'true' ? 1000 : 0) || ''
}.dcloud.net.cn/${identStr}img/shadow-${type}.png`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册