Commit 55957581 by 刘海龙

no message

parent 06478eaf
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
.tips_foot_R { width: 50%; height: 45px; text-align: center; line-height: 45px; font-size: 15px; color: #09BB07; } .tips_foot_R { width: 50%; height: 45px; text-align: center; line-height: 45px; font-size: 15px; color: #09BB07; }
.zhenti_tab { display: flex; align-items: center; background: #fff; z-index: 20; } .zhenti_tab { display: flex; align-items: center; background: #fff; z-index: 20; }
.van-tabs__nav--line { z-index: 21; } .van-tabs__nav--line { z-index: 21; }
.close_yulan { width: 15px; height: 15px; position: absolute; top: 8px; right: 8px; } .close_yulan { width: 12px; height: 12px; position: absolute; top: 8px; right: 8px; }
</style> </style>
<div id="app"> <div id="app">
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
<div v-show="yulan==index"> <div v-show="yulan==index">
<div class="yulanBox"> <div class="yulanBox">
<div class="tips_box"> <div class="tips_box">
<img class="close_yulan" @click="close_yulan(index)" src="/addons/theme/stv1/_static/img/guanbi@2x.png"> <img class="close_yulan" src="/addons/theme/stv1/_static/img/guanbi@2x.png">
<div class="tips_title">提示</div> <div class="tips_title">提示</div>
<div class="tips_body">套餐下架后用户便无法找到该商品进行购买,你确定要下架吗?</div> <div class="tips_body">套餐下架后用户便无法找到该商品进行购买,你确定要下架吗?</div>
<div class="tips_foot"> <div class="tips_foot">
...@@ -363,10 +363,7 @@ ...@@ -363,10 +363,7 @@
this.yulan = index; this.yulan = index;
} }
}, },
close_yulan:function(index){
var that = this
that.yulan = index + 1;
},
onTopTab: function(tab) { onTopTab: function(tab) {
if(this.tab == 0) { if(this.tab == 0) {
this.page=1 this.page=1
......
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