zhaojs
2023-06-12 c28b3b105e5294165ff6b278723df5e0889cb36f
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) {
@@ -55,7 +56,9 @@
            url: '/pages/webView/webView?url=' + info.parameter_json.url
         })
      } else if (info.url_type == 1) {
         console.log("进来了1·11111111111")
         let url = info.parameter_json.url == undefined ? '' : info.parameter_json.url;
         console.log(url)
         if(url == '') return false;
         uni.navigateTo({
            url: url