|
|
@@ -101,6 +101,7 @@ onLoad((options) => {
|
|
|
console.log('dadas', options)
|
|
|
title.value = options?.title
|
|
|
uni.setNavigationBarTitle({ title: options?.title })
|
|
|
+ query.value.movieId = options?.movieId
|
|
|
query.value.cinemaId = options?.cinemaId
|
|
|
currentTime.value = options?.time || timeFormat(new Date().getTime(), 'yyyy-MM-dd')
|
|
|
getData().then(() => {
|