修改
This commit is contained in:
parent
966a0e5754
commit
919f0d26a6
@ -22,9 +22,9 @@ var request = function(config) {
|
||||
let pages = getCurrentPages();
|
||||
let path = pages[pages.length - 1].$page.fullPath
|
||||
if (path == '/pages/integral/integral') {} else if (path ==
|
||||
'/pages/shopping/shopping') {} else if (path ==
|
||||
'/pages/CommodityOrder/CommodityOrder') {} else if (path ==
|
||||
'/pages/coupon/coupon') {} else if (path ==
|
||||
'/pages/materialbenefits/materialbenefits') {} else {
|
||||
'/pages/Nursingstationserviceorder/Nursingstationserviceorder') {} else {
|
||||
uni.navigateTo({
|
||||
url: '/pages/login/login'
|
||||
})
|
||||
|
||||
@ -79,7 +79,7 @@
|
||||
</view>
|
||||
<!-- 弹框 -->
|
||||
<view class="frame">
|
||||
<u-popup v-model="show" mode="bottom" length="45%" border-radius="30" :closeable='true'>
|
||||
<u-popup v-model="show" mode="bottom" length="45%" border-radius="30" :closeable='true'>
|
||||
<view class="payment">
|
||||
<span v-if="orderNoitem.orderType =='HEALTH_CONSULTATION'">确认咨询完成了吗</span>
|
||||
<span v-else>确认收到货了吗</span>
|
||||
@ -244,6 +244,11 @@
|
||||
// })
|
||||
uni.removeStorageSync('Refresh');
|
||||
this.total = res.total
|
||||
} else if (res.code == 9999) {
|
||||
this.$refs.uToast.show({
|
||||
title: '未登录,请先登录',
|
||||
type: 'error',
|
||||
})
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
@ -229,6 +229,11 @@
|
||||
// e.timestamp = time - times
|
||||
// })
|
||||
this.total = res.total
|
||||
} else if (res.code == 9999) {
|
||||
this.$refs.uToast.show({
|
||||
title: '未登录,请先登录',
|
||||
type: 'error',
|
||||
})
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
@ -98,9 +98,9 @@
|
||||
that.getlist();
|
||||
} else {
|
||||
that.$refs.uToast.show({
|
||||
title: '请先登录',
|
||||
title: '未登录,请先登录',
|
||||
type: 'error',
|
||||
duration: '1000',
|
||||
duration: '2000',
|
||||
})
|
||||
}
|
||||
},
|
||||
|
||||
@ -538,7 +538,12 @@
|
||||
})
|
||||
this.goodslist = res.rows
|
||||
this.goodstotal = res.total
|
||||
} else if (res.code == 9999) {}
|
||||
} else if (res.code == 9999) {
|
||||
this.$refs.uToast.show({
|
||||
title: '未登录,请先登录',
|
||||
type: 'error',
|
||||
})
|
||||
}
|
||||
})
|
||||
},
|
||||
//积分
|
||||
|
||||
Loading…
Reference in New Issue
Block a user