浏览代码

static page

ming 3 年之前
父节点
当前提交
0d1487233a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      script_msg.js

+ 2 - 2
script_msg.js

@@ -27,12 +27,12 @@ $(".next").click(function(){
 	obj2 = JSON.parse(objstr)
 	obj3 = JSON.stringify(obj2)
   console.log(txtARR);
-  console.log(objstr);
+  console.log(obj3);
 
   $.ajax({
 	url: 'http://www.choozmo.com:8888/make_anchor_video_v2',
 	type: 'post',
-	data: dataOBJ,
+	data: obj3,
 	
 	error: function (error) {
 		console.error(error)