recherche

Maison  >  Questions et réponses  >  le corps du texte

angular.js - angurlarJS的安卓的微信端中用加载ngCookies会出错的问题

<script src="http://code.angularjs.org/1.2.9/angular-cookies.min.js"></script>--加载cookies的依赖

var DemoApp = angular.module( 'DemoApp', ['ngCookies'] ).config( demoConfig );--在module中创建

问题来了,在微信中浏览这个页面的时候加载依赖那里就停住了。。。但是同样的链接在PC和手机各种浏览器中加载都正常。最后把关于cookies的代码都去掉就正常了。只出现在安卓端,ios很正常。
请问这是什么情况?有什么解决方法?

phpcn_u1582phpcn_u15822744 Il y a quelques jours649

répondre à tous(1)je répondrai

  • 仅有的幸福

    仅有的幸福2017-05-15 16:58:56

    Votre version de ngcookies doit être cohérente avec la version d'angularjs
    J'ai utilisé la version 1.4.3 sans aucun problème

    répondre
    0
  • Annulerrépondre