修改阿里云上传视频文件名称,修改上传成功后的url
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user