Commit b7735e49 authored by anxixi's avatar anxixi

积分竞猜相关功能

parent 1dd5c03a
......@@ -92,7 +92,9 @@
mounted() {
api.getIntegrationSetting().then(response => {
if(response.code == 0) {
this.infoData = response.result;
if(response.result){
this.infoData = response.result;
}
} else {
this.$message.error(response.msg);
}
......
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