Commit e0f34019 authored by linxin's avatar linxin

-fix

parent 1c952cda
......@@ -47,7 +47,6 @@
</div>
<h-content id="content" class="plan-content">
<!-- 已结清 black , 逾期 orange , 还款中 blue , 未还款 green -->
<scroll ref="scroll" :updateData="[lists]" :pullUp="true" style="background:#fff">
<div
v-for="(item,index) in lists"
......@@ -89,7 +88,7 @@
<img v-if="statu === 'black'" src="@/assets/contractInquire/done.png" alt class="status" >
<img v-if="statu === 'orange'" src="@/assets/contractInquire/prompt.png" alt class="status" >
</div>
</scroll></h-content>
</h-content>
</h-view>
</template>
......@@ -135,9 +134,6 @@ export default {
vm.hlsPopup.hideLoading()
if (res.result === 'S') {
vm.lists = res.lists
if (res.lists.length >= 0 && res.lists.length < 10) {
vm.$refs.scroll.update(true)
}
} else {
hlsPopup.showLongCenter(res.message)
}
......
......@@ -283,7 +283,9 @@ export default {
display:block;
width: 16px;
height: 16px;
border-bottom: 16px solid rgba(75,74,75,0.10);
border: 16px solid #fff;
border-left:transparent;
border-right:transparent;
border-top:transparent;
}
}
......
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