@@ -240,7 +240,7 @@
created: function () {
let userid = localStorage.getItem('frontend-userid');
let that = this;
- BasicFunction.get_data('smartUsers/me?uid=' + userid, function (res) {
+ BasicFunction.get_data('smartUsers/list?uid=' + userid, function (res) {
// console.log('----- User Info ----- ' + userid);
// console.log(res);
if (res !== undefined && res.ret === "10000"