|
|
@@ -59,7 +59,7 @@ var app = new Vue({
|
|
|
if(!type){
|
|
|
$.showLoading("数据加载中...");
|
|
|
}
|
|
|
- $.post('/api/member/getInfo', {type: 2}, function (res) {
|
|
|
+ $.post('/api/market/getInfo', {type: 2}, function (res) {
|
|
|
$.hideLoading();
|
|
|
if (res.code == 'success') {
|
|
|
_this.memberInfo = res.data
|