|
@@ -228,7 +228,6 @@ export default {
|
|
|
this.$store.state.audiolist.length > 0 &&
|
|
|
item.VideoUrl == this.$store.state.audiolist[0].VideoUrl
|
|
|
) {
|
|
|
- // this.$parent.playaudioplay();
|
|
|
this.$refs.audioRef.playaudioplay();
|
|
|
} else {
|
|
|
this.$refs.audioRef.setisshowaudio(
|
|
@@ -258,19 +257,6 @@ export default {
|
|
|
|
|
|
// this.splitContentHandle();
|
|
|
|
|
|
- // $(document).on("click", "#resetcss img", function (event) {
|
|
|
- // let imgArray = [];
|
|
|
- // let curImageSrc = $(this).attr("src");
|
|
|
- // let oParent = $(this).parent();
|
|
|
- // if (curImageSrc && !oParent.attr("href")) {
|
|
|
- // $("#resetcss img").each(function (index, el) {
|
|
|
- // let itemSrc = $(this).attr("src");
|
|
|
- // imgArray.push(itemSrc);
|
|
|
- // });
|
|
|
- // wx.previewImage({ current: curImageSrc, urls: imgArray });
|
|
|
- // }
|
|
|
- // });
|
|
|
-
|
|
|
//水印
|
|
|
localStorage.setItem('waterMarkStr',this.$route.query.flag||'')
|
|
|
const temwaterMarkStr=this.$route.query.flag||localStorage.getItem('waterMarkStr')
|