Commit 4ce19c7a by 刘海龙

no message

parent 2c86566f
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
<div @click="showYulan(index)" v-else-if="item.price > 0" class="button_orange layout_center"> <div @click="showYulan(index)" v-else-if="item.price > 0" class="button_orange layout_center">
下载预览 下载预览
<!-- 下载预览提示 --> <!-- 下载预览提示 -->
<div v-if="yulan.iSshsow==index" v-model="yulan"> <div v-show="yulan==index" v-model="yulan">
<div class="yulanBox"> <div class="yulanBox">
<div class="tips_box"> <div class="tips_box">
<img class="close_yulan" @click="close_yulan" src="/addons/theme/stv1/_static/img/guanbi@2x.png"> <img class="close_yulan" @click="close_yulan" src="/addons/theme/stv1/_static/img/guanbi@2x.png">
...@@ -248,16 +248,16 @@ ...@@ -248,16 +248,16 @@
download: [], download: [],
myYiZuo: [], myYiZuo: [],
myCollect: [], myCollect: [],
yulan: {}, yulan: 0,
page: 1, page: 1,
loadDone: 0, // 0未加载完 1试题已全部加载 loadDone: 0, // 0未加载完 1试题已全部加载
} }
}, },
created:function() { created:function() {
}, },
mounted:function(){ mounted:function(){
$("#preloader").hide(); $("#preloader").hide();
this.$set(this.yulan, 'isShow', 0)
this.onTopTab(0) this.onTopTab(0)
var that = this var that = this
//滚动条到页面底部加载更多案例 //滚动条到页面底部加载更多案例
...@@ -387,9 +387,9 @@ ...@@ -387,9 +387,9 @@
}, },
// 关闭预览 // 关闭预览
close_yulan:function(){ close_yulan:function(){
// console.log(this.yulan)
this.yulan = 0;
console.log(this.yulan) 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