| | |
| | | <template> |
| | | <view class="flex flex-col eventTickets"> |
| | | <view class="searchTop"> |
| | | <web-view ref="sWebViewRef" :src="`${viewUrl}`" /> |
| | | <!-- <view class="searchTop"> |
| | | <up-search placeholder="请输入关键字搜索" :animation="true" v-model="listParams.keyword" :show-action="false"></up-search> |
| | | <div>111</div> |
| | | </view> |
| | |
| | | </div> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> --> |
| | | </view> |
| | | |
| | | </template> |
| | |
| | | import dayjs from 'dayjs'; |
| | | const userStore = useUserStore() |
| | | const userInfo = userStore.userInfo |
| | | |
| | | const sWebViewRef = ref(null); |
| | | const viewUrl = `http://192.168.1.157:5173/drone-app-web-view/#/webViewWrapper/work?params=${JSON.stringify(userStore?.userInfo)}`; |
| | | const dataList = ref([]) |
| | | const keyword = ref('') |
| | | const currentTab=ref('myTickets') |