|
@@ -128,7 +128,11 @@
|
|
|
|
|
|
|
|
|
console.log('contents1111', this.detailData.contents);
|
|
|
-
|
|
|
+ if (this.detailData.contents) {
|
|
|
+ var replaceStr = "application/x-shockwave-flash"
|
|
|
+ this.detailData.contents=this.detailData.contents.replace(new RegExp(replaceStr,'gm'),'video/webm')//(/''/g,"video/webm")
|
|
|
+ this.detailData.contents=this.detailData.contents.replace(/<embed([\s\w"-=\/\.:;]+)/ig, '<embed style="width: 100%;" $1');
|
|
|
+ }
|
|
|
if (this.detailData.contents) {
|
|
|
|
|
|
|