Commit 78d8fd9f authored by zhangjianguo's avatar zhangjianguo

1

parent 14427164
...@@ -43,11 +43,11 @@ ...@@ -43,11 +43,11 @@
<script src="../../js/layer/layer.js"></script> <script src="../../js/layer/layer.js"></script>
<script> <script>
let href = window.location.href; let href = window.location.href;
// let href = 'https://activity.oytour.com/html/shortLinks/BirthdayLetter.html?Id=12'; // let href = 'https://activity.oytour.com/html/shortLinks/BirthdayLetter.html?Id=12';
let Id = href.split('?')[1].split('=')[1] let Id = href.split('?')[1].split('=')[1]
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: `http://crm.oytour.com/api/SellEventIM/GetActivitydetails`, url: `http://crm.oytour.com/api/SellEventIM/GetActivitydetails`,
contentType: "application/json", contentType: "application/json",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment