Browse Source

change in basic service, now showing alert of possible failures

jason.lu 6 years ago
parent
commit
cb2cb98cce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sourcecode/h5app/vue/src/views/SecurityVerify.vue

+ 1 - 1
sourcecode/h5app/vue/src/views/SecurityVerify.vue

@@ -240,7 +240,7 @@
         created: function () {
         created: function () {
             let userid = localStorage.getItem('frontend-userid');
             let userid = localStorage.getItem('frontend-userid');
             let that = this;
             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('----- User Info ----- ' + userid);
                 // console.log(res);
                 // console.log(res);
                 if (res !== undefined && res.ret === "10000"
                 if (res !== undefined && res.ret === "10000"