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

错误删除

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