公告板
版本库
filestore
活动
搜索
登录
main
/
CRMEB
CRMEB_Java电商系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Initial commit
yj
2024-12-05
ac3234c308e86f20cc63465573f321561ee00690
[CRMEB.git]
/
unimall-app
/
unpackage
/
dist
/
build
/
mp-weixin
/
components
/
u-parse
/
components
/
wxParseAudio.wxml
1
<audio class="{{[node.classStr]}}" style="{{(node.styleStr)}}" id="{{node.attr.id}}" src="{{node.attr.src}}" loop="{{node.attr.loop}}" poster="{{node.attr.poster}}" name="{{node.attr.name}}" author="{{node.attr.author}}" controls="{{true}}"></audio>