|
@@ -83,6 +83,7 @@
|
|
|
</view>
|
|
|
<morning-dlg v-if="isMorningShow" :isMorningShow.sync="isMorningShow" :morningItem.sync="morningItem" />
|
|
|
</view>
|
|
|
+ <suspenButton :show.sync="wholeShowListData.IsShow" v-if="wholeShowListData.IsShow" />
|
|
|
</page-meta>
|
|
|
</template>
|
|
|
|
|
@@ -95,6 +96,7 @@ import ActivityItem from "@/components/ItemComponent/activityItem.vue";
|
|
|
import SearchBar from "@/components/search-bar/searchBar.vue";
|
|
|
import MorningDlg from "./components/morningDlg.vue";
|
|
|
import ItemContent from "./components/ItemContent.vue";
|
|
|
+import suspenButton from "@/components/suspen_button.vue";
|
|
|
export default {
|
|
|
data() {
|
|
|
return {
|
|
@@ -135,6 +137,7 @@ export default {
|
|
|
SearchBar,
|
|
|
MorningDlg,
|
|
|
ItemContent,
|
|
|
+ suspenButton,
|
|
|
},
|
|
|
methods: {
|
|
|
// 获取最先数据
|