Commit 7dacbb94 authored by youjie's avatar youjie

no message

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