浏览代码

static page

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

+ 5 - 1
script_msg.js

@@ -30,7 +30,11 @@ $(".next").click(function(){
 	url: 'http://www.choozmo.com:8888/make_anchor_video_v2',
 	type: 'post',
 	dataType: 'json',
-	data: JSON.stringify(dataOBJ),
+	data: JSON.stringify({
+		title: name_title,
+		text_content: txtARR,
+		image_urls: imgARR
+	}),
 	success: function(data) {
 	  showThankyou();
 	},