Commit 949ad765 authored by chenfenglei's avatar chenfenglei

云集优化

parent 50c80cad
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
], ],
TypeList:[ TypeList:[
{ {
status:0, status:1,
value:'注册验证码' value:'注册验证码'
}, },
], ],
...@@ -145,6 +145,7 @@ ...@@ -145,6 +145,7 @@
if(this.searchFrom.mobile){ if(this.searchFrom.mobile){
json.mobile = this.searchFrom.mobile json.mobile = this.searchFrom.mobile
} }
console.log(json)
getsmsRecordApi(json).then((res)=>{ getsmsRecordApi(json).then((res)=>{
this.total = res.total; this.total = res.total;
this.list = res.list ? res.list : [] this.list = res.list ? res.list : []
......
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