lhl 2 gadi atpakaļ
vecāks
revīzija
4dc160110f
2 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  1. 2 1
      pages/user/article.vue
  2. 1 0
      pages/user/dydetail.vue

+ 2 - 1
pages/user/article.vue

@@ -229,7 +229,8 @@
 					obj.artData = res.data
 					if (obj.artData.content != null) {
 						obj.artData.content = obj.artData.content.replace(/<img/g,
-							"<img style='max-width:100%;height:auto;'");
+							"<img style='max-width:100%;height:auto;'").replace(/<video/g,'"<video :custom-cache="false""').replace(/<video/g,"<video style='max-width:100%;height:auto;'");
+						console.log(obj.artData.content,'obj.artData.content');
 					} //小程序商品详情图超出屏幕问题
 					this.getXgList(res.data.cid)
 					this.IndexShare()

+ 1 - 0
pages/user/dydetail.vue

@@ -214,6 +214,7 @@
 					if (this.info.introduce) {
 						this.info.introduce = this.info.introduce.replace(/<img/g,
 							"<img style='max-width:100%;height:auto;'")
+						console.log(this.info.introduce,'this.info.introduce');
 					}
 
 					if (this.info.is_sub == 1) {