Commit 997ff9d4 authored by zhengke's avatar zhengke

1

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