|
|
@@ -31,7 +31,7 @@ var app = new Vue({
|
|
|
$.post('/api/index/params', {type:3}, function (res) {
|
|
|
if (res.code == 'success') {
|
|
|
var paramDatas = res.data;
|
|
|
- _this.types = typeof (paramDatas.complainTypes) != 'undefined' ? paramDatas.complainTypes : _this.types;
|
|
|
+ _this.types = typeof (paramDatas.adviceTypes) != 'undefined' ? paramDatas.adviceTypes : _this.types;
|
|
|
} else {
|
|
|
$.toast(res.message, 'text');
|
|
|
}
|