Commit e30f3578 authored by 罗超's avatar 罗超

1

parent c8fec33a
......@@ -19,7 +19,7 @@
type: String,
default: ""
},
id: {
TicketID: {
type: Number,
default: 0
}
......@@ -61,7 +61,7 @@
this.request2({
url: '/api/AppletDining/GetMonthTicketList',
data: {
TicketID: this.id,
TicketID: this.TicketID,
BuyDate: this.date
}
},
......
......@@ -177,7 +177,7 @@
<!-- 填写订单弹出层 -->
<view>
<u-popup v-model="showSubscribeTicketPop" mode="bottom" border-radius="40">
<subscribeTicket :date="Date" :id="TicketID"></subscribeTicket>
<subscribeTicket :date="Date" :TicketID="TicketID"></subscribeTicket>
</u-popup>
</view>
</view>
......
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