Commit 2487a64d authored by zhengke's avatar zhengke

修改

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