Commit 6c6b0e85 authored by zhengke's avatar zhengke

修改

parent 3280581a
...@@ -66,6 +66,9 @@ ...@@ -66,6 +66,9 @@
}, },
getList() { getList() {
this.loading=true; this.loading=true;
if(this.msg.UserId==''){
this.msg.UserId=0;
}
this.apipost("/api/UserVip/GetVipBuyPageList", this.msg, res => { this.apipost("/api/UserVip/GetVipBuyPageList", this.msg, res => {
this.loading=false; this.loading=false;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
......
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