소스 검색

Merge branch 'master' of Software/android-cloud-H5 into develop

zengzhixiang 2 년 전
부모
커밋
7c36d3ce63
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      static/screenAndroid/WXtrialInterface.html

+ 1 - 1
static/screenAndroid/WXtrialInterface.html

@@ -376,7 +376,7 @@
       Module.onRuntimeInitialized = function () {
         isFinish = true;
       };
-      function connect() {
+      function connect(type) {
         $.ajax({
           url: baseUrl + '/api/resources/user/cloud/connect',
           type: 'post',