|
|
@ -107,7 +107,7 @@ |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
var merchantNo = this.merchantNo |
|
|
var merchantNo = this.merchantNo |
|
|
posterApi.createPoster({"merchantNo":merchantNo}).then(res => { |
|
|
|
|
|
|
|
|
posterApi.createPoster(merchantNo).then(res => { |
|
|
if ( res.code == 0 ){ |
|
|
if ( res.code == 0 ){ |
|
|
if ( status ){ |
|
|
if ( status ){ |
|
|
this.$vux.toast.text(res.msg,"middle"); |
|
|
this.$vux.toast.text(res.msg,"middle"); |
|
|
|