Commit 8ab65017 by 刘海龙

no message

parent 4f1b7cc3
...@@ -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-show="yulan==index" v-model="yulan"> <div v-if="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">
...@@ -388,7 +388,7 @@ ...@@ -388,7 +388,7 @@
// 关闭预览 // 关闭预览
close_yulan:function(){ close_yulan:function(){
// console.log(this.yulan) // console.log(this.yulan)
this.$set(this.yulan,0,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