Commit 2a55c8f6 authored by xieyishang's avatar xieyishang

11~

parent ebc2bf84
...@@ -295,7 +295,7 @@ ...@@ -295,7 +295,7 @@
</view> </view>
<view class="jiu_max " v-if="shop_type == 'ele'"> <!-- <view class="jiu_max " v-if="shop_type == 'ele'">
<navigator url="/pages/guidegoods/guidegoods"> <navigator url="/pages/guidegoods/guidegoods">
<view class="jiu_min"> <view class="jiu_min">
<view> <view>
...@@ -304,7 +304,7 @@ ...@@ -304,7 +304,7 @@
<view>快捷导入</view> <view>快捷导入</view>
</view> </view>
</navigator> </navigator>
</view> </view> -->
<view class="jiu_max" v-if="isshowpiao" > <view class="jiu_max" v-if="isshowpiao" >
<navigator url="/pages/myStockRight/myStockRight"> <navigator url="/pages/myStockRight/myStockRight">
......
...@@ -503,6 +503,7 @@ export default { ...@@ -503,6 +503,7 @@ export default {
tel:this.tel, tel:this.tel,
}; };
orderList(params).then(res => { orderList(params).then(res => {
console.info(res,'res');
uni.stopPullDownRefresh(); uni.stopPullDownRefresh();
uni.hideLoading(); //结束加载 uni.hideLoading(); //结束加载
if (res.data == null || res.data.length == 0) { if (res.data == null || res.data.length == 0) {
......
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