Open baek-jisu opened 1 year ago
๊ฐ ๊ฒ์ํ object ์์๋ ๊ฒ์ํ ์ด๋ฆ, ์์ฑ ์ผ์, ํ ๋ง ์์, ์ ๋ฐ์ดํธ ๋ ๋ ์ง ๋ฑ ์์๋ค์ ํ๋ฉด์ ๊ทธ๋ ค๋ด๊ธฐ ์ํ ๋ค์ํ ์ ๋ณด๊ฐ ํฌํจ๋์ด ์์ต๋๋ค. ์์ธํ ๋ด์ฉ์ console.log๋ฅผ ํตํด ํ์ธํด ๋ณด์ธ์.
PushList.vue
getPushContentsList parameter
parameter
how to use
if (this.mSelectedCabinetKey !== -1) { param.jobkindId = 'BOAR' param.cabinetKey = this.mSelectedCabinetKey }
getPushContentsList๋ฅผ ์ด์ฉํ์ฌ ์ฝํ ์ธ ๋ฆฌ์คํธ๋ฅผ ๋ถ๋ฌ์๋ค๋ฉด ์๋์ ๊ฐ์ ํํ๋ก ํ๋ฉด์ ๊ทธ๋ฆด ์ ์์ต๋๋ค.
<template v-for="(cont, index) in GE_DISP_ALL_LIST" :key="cont.contentsKey"> <gUBContentsBox :pOpenUnknownLoginPop="openUnknownLoginPop" @contMove="refreshAll" @contDelete="refreshAll" :index="index" :contentsIndex="index" @openImgPop="openImgPop" :imgClickYn="false" ref="myContentsBox" :propDetailYn="false" :contentsEle="cont" @openPop="openPop" @fileDownload="fileDownload"/> <myObserver v-if="index === GE_DISP_ALL_LIST.length - 5" @triggerIntersected="loadMore" id="observer" class="fl w100P" style=""></myObserver> </template>
gUBContentsBox๋ ContentsBox ์ปดํฌ๋ํธ, ์ฆ ํ๋์ ์ฝํ ์ธ ๊ฐ๊ฐ์ ์๋ฏธํฉ๋๋ค. myObserver๋ ์คํฌ๋กค ์ ์ฝํ ์ธ ๋ก๋ฉ์ ์ํ ์ผ์ข ์ ํธ๋ฆฌ๊ฑฐ๋ก, ํ๋ฉด์ myObserver๊ฐ ๋ณด์ผ ๋ API ์์ฒญํ์ฌ ์ฝํ ์ธ ๋ฅผ ๋ ๋ถ๋ฌ์ค๊ฒ ๋ฉ๋๋ค.
โจ Guide for changing channel main UI
๐ Related Files
โ Related Variables
๐ง Releated Functions
PushList.vue
getPushContentsList
parameter
how to use
getPushContentsList๋ฅผ ์ด์ฉํ์ฌ ์ฝํ ์ธ ๋ฆฌ์คํธ๋ฅผ ๋ถ๋ฌ์๋ค๋ฉด ์๋์ ๊ฐ์ ํํ๋ก ํ๋ฉด์ ๊ทธ๋ฆด ์ ์์ต๋๋ค.
๐งพ Summary