Commit 8671832b authored by 罗超's avatar 罗超

新增Jalan

parent 657c2f7c
...@@ -17,6 +17,8 @@ const product = { ...@@ -17,6 +17,8 @@ const product = {
url = "/detailsScenicSpotTicket/" + configId url = "/detailsScenicSpotTicket/" + configId
} else if (t === 1) { } else if (t === 1) {
url = "/detail/" + encodeURIComponent(item.id) + "/" + 0 + "/" + configId url = "/detail/" + encodeURIComponent(item.id) + "/" + 0 + "/" + configId
} else if (t === 5) {
url = "/hotel/" + configId
} }
} else { } else {
throw new Error("參數不合法"); throw new Error("參數不合法");
......
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