|
|
|
@ -105,6 +105,9 @@ |
|
|
|
|
<view v-if="goodsList.length==0" style="margin-top: 250rpx;"> |
|
|
|
|
<u-empty text="暂无记录~" mode="list"></u-empty> |
|
|
|
|
</view> |
|
|
|
|
<view class="goods-fd" v-if="classifyShow==2"> |
|
|
|
|
<view class="btn" @click="manualEntry">手动录入</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</template> |
|
|
|
@ -128,24 +131,20 @@ |
|
|
|
|
}], |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
onLoad(o) { |
|
|
|
|
this.getList(1) |
|
|
|
|
}, |
|
|
|
|
onLoad(o) {}, |
|
|
|
|
//页面卸载 |
|
|
|
|
onUnload() { |
|
|
|
|
//关闭监听选择收货地址事件 |
|
|
|
|
uni.$off('refreshData') |
|
|
|
|
}, |
|
|
|
|
onShow() { |
|
|
|
|
this.classifyShow =1 |
|
|
|
|
uni.$on('refreshData', () => { |
|
|
|
|
this.classifyShow = 1 |
|
|
|
|
// 调用列表接口 |
|
|
|
|
if (this.classifyShow == 2) { |
|
|
|
|
this.getOrderList(1); |
|
|
|
|
} else { |
|
|
|
|
this.getList(1) |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
onPullDownRefresh() { |
|
|
|
|
this.pageNum = 1; |
|
|
|
|