|
|
@@ -57,7 +57,7 @@
|
|
|
<span>{{ls.qty}}</span>
|
|
|
</li>
|
|
|
</ul>
|
|
|
- <div v-if="!item.replyQty || item.replyQty < item.qty">
|
|
|
+ <div v-if="(!item.replyQty || item.replyQty < item.qty) && listInfo.end !== 1">
|
|
|
<div class="item clearfix">
|
|
|
<span class="name">回复数量:</span>
|
|
|
<input type="number" class="dateinput" v-model="count">
|
|
|
@@ -74,7 +74,7 @@
|
|
|
回复
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div v-if="item.replyQty >= item.qty && item.replayList.length === 0" class="replayBtn" @click="LookReplay(item)">
|
|
|
+ <div v-if="item.replyQty >= 0 && item.replayList.length === 0" class="replayBtn" @click="LookReplay(item)">
|
|
|
查看回复
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -177,6 +177,10 @@
|
|
|
<style scoped lang="scss">
|
|
|
.orderbtob_details_wrapper {
|
|
|
background: #f5f5f5;
|
|
|
+ position: absolute;
|
|
|
+ height: 100%;
|
|
|
+ width: 100%;
|
|
|
+ overflow-y: scroll;
|
|
|
.mobile-header{
|
|
|
position: fixed;
|
|
|
top: 0;
|