huangxiaojing 3 年之前
父節點
當前提交
3ef8cf46e2
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      microserviceUserH5/vcloud/register.html

+ 3 - 1
microserviceUserH5/vcloud/register.html

@@ -251,7 +251,9 @@
         url: baseUrl + '/api/user/v5/operateApi/addUserVisit',
         type: 'post',
         data: JSON.stringify({ "accessType": 2, "loginType": 2 }),
-        dataType: 'text',
+        contentType:"application/json",
+				dataType: 'json',
+				cache: false,
         success: function () {
         }
       })