|
@@ -22,7 +22,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</scroll-view>
|
|
</scroll-view>
|
|
|
<scroll-view scroll-y class="right-box" :scroll-into-view="scroll_into_view" scroll-with-animation="true"
|
|
<scroll-view scroll-y class="right-box" :scroll-into-view="scroll_into_view" scroll-with-animation="true"
|
|
|
- @scroll="scroll_detail" lower-threshold="100" @scrolltolower="scroll_bottom">
|
|
|
|
|
|
|
+ lower-threshold="100" @scrolltolower="globalScrollBottom">
|
|
|
<block v-if="!$util.isEmpty(globalItemData)">
|
|
<block v-if="!$util.isEmpty(globalItemData)">
|
|
|
<view class="item_list_bx selectAll">
|
|
<view class="item_list_bx selectAll">
|
|
|
<view class="item_list_title"></view>
|
|
<view class="item_list_title"></view>
|
|
@@ -179,9 +179,8 @@ export default {
|
|
|
},
|
|
},
|
|
|
initItem(){
|
|
initItem(){
|
|
|
this.globalRequestType = 'itemList'
|
|
this.globalRequestType = 'itemList'
|
|
|
- this.initData().then(res=>{
|
|
|
|
|
- uni.hideLoading()
|
|
|
|
|
- })
|
|
|
|
|
|
|
+ this.initData()
|
|
|
|
|
+ uni.hideLoading()
|
|
|
},
|
|
},
|
|
|
refreshItem(){
|
|
refreshItem(){
|
|
|
uni.showLoading({mask:true})
|
|
uni.showLoading({mask:true})
|