Commit 3b07e790 authored by 黄奎's avatar 黄奎
parents 5d9074ec c06b4aff
......@@ -847,7 +847,7 @@
<div style="width: 100%; height: 50px;"></div>
</div>
</div>
<div class="logsBack" v-if="logsShow">
<div class="logsBack" v-if="logsShow&&isShowMore">
<div class="updateLogs">
<img src="../assets/img/logsImg.png" alt="" class="logsImg" />
<div class="logsTitle">
......@@ -1103,7 +1103,7 @@
</el-dialog>
<div v-show="mazip==0" id="downzip">
<div v-show="mazip==0&&isShowMore" id="downzip">
<div>
<div>
<a href="http://im.oytour.com/麦子助手.exe">
......@@ -1117,7 +1117,7 @@
<a id='groupTourOrderByTuan_DownLoad' target="_blank" style="display:none"></a>
<!-- 投诉 -->
<div class="tsDiv" v-if="tsState">
<div class="tsDiv" v-if="tsState&&isShowMore">
<div class="tsContent">
<div style="width:100%;height:372px;position:relative">
<p style="text-align:center;font-size:14px;z-index:100;">投诉案例</p>
......@@ -1832,7 +1832,9 @@ export default {
}
}
if (!rep) {
this.saleRnkShow = true
if(this.isShowMore){
this.saleRnkShow = true
}
arr.push(this.NewSaleRnkInfo.StartDateMonth + this.NewSaleRnkInfo.StartDateDay)
}
localStorage.saleRnkInfo = JSON.stringify(arr)
......
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