Commit e30f3578 authored by 罗超's avatar 罗超

1

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