修改阿里云上传视频文件名称,修改上传成功后的url

This commit is contained in:
2024-12-04 11:22:01 +08:00
parent 408f0eaa29
commit 00280e133a
4 changed files with 27 additions and 7 deletions

View File

@@ -919,9 +919,13 @@ export default {
};
},
methods: {
returnTypeName(){
const type = ['']
return ''
returnTypeName(type){
const $types = {
'1':'谢谢惠顾',
'2':'现金红包',
'3':'物品',
}
return $types[type]?$types[type]:''
},
// 转盘添加弹窗show
refAddZhuanpanOpen(){