Commit 2487a64d authored by zhengke's avatar zhengke

修改

parent d9109bfc
......@@ -236,10 +236,12 @@
},
methods: {
gerOrderList: function () {
this.$q.loading.show()
this.apiJavaPost(
"/api/b2b/user/getrecentorder",
this.getOrderMsg,
res => {
this.$q.loading.hide()
if (res.data.resultCode == 1) {
this.DataList = res.data.data.pageData;
this.pageCount = res.data.data.pageCount;
......
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