zhaojs
2023-06-28 9ea0383c303620cd019d0776ecbb47f52bcef805
uniapp/utils/utils.js
@@ -45,6 +45,7 @@
common.goUrl = function(info, _this) {
   console.log(info)
   var userinfo = common.getCacheSync('userInfo')
   var that = _this;
   if (userinfo) {
@@ -56,6 +57,7 @@
         })
      } else if (info.url_type == 1) {
         let url = info.parameter_json.url == undefined ? '' : info.parameter_json.url;
         console.log(url)
         if(url == '') return false;
         uni.navigateTo({
            url: url