Commit 997ff9d4 authored by zhengke's avatar zhengke

1

parent 9cbe5af3
...@@ -158,7 +158,6 @@ export default { ...@@ -158,7 +158,6 @@ export default {
}); });
}, },
goOrderDetail(item) { goOrderDetail(item) {
console.log(348, item);
uni.navigateTo({ uni.navigateTo({
url: "/pages/MallMange/orderDetail?id=" + item.OrderId, url: "/pages/MallMange/orderDetail?id=" + item.OrderId,
}); });
......
...@@ -171,7 +171,6 @@ export default { ...@@ -171,7 +171,6 @@ export default {
}); });
}, },
goOrderDetail(item) { goOrderDetail(item) {
console.log(174, item);
uni.navigateTo({ uni.navigateTo({
url: "/pages/MallMange/afterOrderDetail?id=" + item.ReOrderId, url: "/pages/MallMange/afterOrderDetail?id=" + item.ReOrderId,
}); });
...@@ -212,7 +211,6 @@ export default { ...@@ -212,7 +211,6 @@ export default {
"/api/MallBase/GetLogisticsDeliveryPage", "/api/MallBase/GetLogisticsDeliveryPage",
this.regionMsg, this.regionMsg,
(res) => { (res) => {
console.log(186, res);
if (res.resultCode == 1) { if (res.resultCode == 1) {
this.regionlist = res.data.pageData; this.regionlist = res.data.pageData;
this.regiontotal = res.data.count; this.regiontotal = res.data.count;
...@@ -313,7 +311,6 @@ export default { ...@@ -313,7 +311,6 @@ export default {
}, },
}, },
created() { created() {
console.log(169, this.data);
}, },
}; };
</script> </script>
......
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