Commit e424e0f5 by 刘海龙

no message

parent 8ab65017
......@@ -117,7 +117,7 @@
<div @click="showYulan(index)" v-else-if="item.price > 0" class="button_orange layout_center">
下载预览
<!-- 下载预览提示 -->
<div v-if="yulan==index" v-model="yulan">
<div v-if="yulan.iSshsow==index" v-model="yulan">
<div class="yulanBox">
<div class="tips_box">
<img class="close_yulan" @click="close_yulan" src="/addons/theme/stv1/_static/img/guanbi@2x.png">
......@@ -248,7 +248,7 @@
download: [],
myYiZuo: [],
myCollect: [],
yulan: 0,
yulan: {},
page: 1,
loadDone: 0, // 0未加载完 1试题已全部加载
}
......@@ -258,6 +258,7 @@
},
mounted:function(){
$("#preloader").hide();
this.$set(this.yulan, 'isShow', 0)
this.onTopTab(0)
var that = this
//滚动条到页面底部加载更多案例
......@@ -387,8 +388,9 @@
},
// 关闭预览
close_yulan:function(){
// console.log(this.yulan)
this.yulan = 0
console.log(this.yulan)
this.$set(this.yulan, 'isShow', 0)
// this.yulan = 0
},
// 顶部导航栏切换
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment