Commit 1bea4b84 authored by 潘永坪's avatar 潘永坪

错误删除

parent c2a93dee
...@@ -125,8 +125,6 @@ ...@@ -125,8 +125,6 @@
<customer :scenicList='scenicList' ref='customer'></customer> <customer :scenicList='scenicList' ref='customer'></customer>
<!-- 购买须知 --> <!-- 购买须知 -->
<buyKnow :buyKnowData='buyKnowData' ref='buyKnow'></buyKnow> <buyKnow :buyKnowData='buyKnowData' ref='buyKnow'></buyKnow>
<!-- 详情明细 -->
<detail :chooseProduct='chooseProduct' ref='detail'></detail>
<!-- 模态框 --> <!-- 模态框 -->
<u-modal <u-modal
v-model="showModal" v-model="showModal"
...@@ -145,8 +143,7 @@ import buyKnow from '@/components/buyKnow.vue'//购买须知 ...@@ -145,8 +143,7 @@ import buyKnow from '@/components/buyKnow.vue'//购买须知
export default { export default {
components:{ components:{
customer, customer,
buyKnow, buyKnow
detail
}, },
data() { data() {
return { return {
......
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