Commit 7dacbb94 authored by youjie's avatar youjie

no message

parent 1cfa3a66
...@@ -51,6 +51,9 @@ body { ...@@ -51,6 +51,9 @@ body {
font-family: "Noto Sans SC", 微软雅黑, "Microsoft YaHei", sans-serif !important; font-family: "Noto Sans SC", 微软雅黑, "Microsoft YaHei", sans-serif !important;
font-weight: 400 !important; font-weight: 400 !important;
} }
.fz13{
font-size: 13px;
}
.fz14{ .fz14{
font-size: 14px; font-size: 14px;
} }
......
...@@ -18,7 +18,7 @@ const product = { ...@@ -18,7 +18,7 @@ const product = {
} else if (t === 1) { } else if (t === 1) {
url = "/detail/" + encodeURIComponent(productInfo.id ? productInfo.id : productInfo.ID) + "/" + 0 + "/" + configId url = "/detail/" + encodeURIComponent(productInfo.id ? productInfo.id : productInfo.ID) + "/" + 0 + "/" + configId
} else if (t === 5) { } else if (t === 5) {
url = "/hotel/" + configId url = "/detailHotal/" + configId+'/'+productInfo.b2CPrice
} }
} else { } else {
throw new Error("參數不合法"); throw new Error("參數不合法");
......
...@@ -898,7 +898,6 @@ export default { ...@@ -898,7 +898,6 @@ export default {
type: "negative", type: "negative",
message: r.data.message, message: r.data.message,
position: "top", position: "top",
timeout: 2000, // 以毫秒为单位; 0意味着没有超时
}); });
} }
this.$q.loading.hide(); this.$q.loading.hide();
......
This diff is collapsed.
...@@ -45,7 +45,7 @@ const routes = [{ ...@@ -45,7 +45,7 @@ const routes = [{
component: () => component: () =>
import ('pages/ScenicSpotTicket/orderForm.vue') import ('pages/ScenicSpotTicket/orderForm.vue')
}, { // 酒店 }, { // 酒店
path: '/detailHotal/:id', path: '/detailHotal/:id/:b2CPrice',
component: () => component: () =>
import ('pages/detailsHotal.vue') import ('pages/detailsHotal.vue')
}, { // 旅程 }, { // 旅程
......
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