|
@@ -66,7 +66,6 @@
|
|
|
</u-scroll-view>
|
|
|
<float-button></float-button>
|
|
|
<van-dialog id="van-dialog" />
|
|
|
-<!-- <u-share-action-sheet :show.sync="showShare" :show-info="shareInfo" />-->
|
|
|
</page-layout>
|
|
|
</template>
|
|
|
|
|
@@ -74,7 +73,6 @@
|
|
|
import NavBar from '@/components/layout/nav-bar'
|
|
|
import USelect from '@/components/common/u-select/index.vue'
|
|
|
import UScrollView from '@/components/common/u-scroll-view'
|
|
|
- import UShareActionSheet from '@/components/common/u-share-action-sheet'
|
|
|
import USearch from '@/components/common/u-search'
|
|
|
import UDropdownSelect from '@/components/common/u-dropdown-select'
|
|
|
import UPagination from '@/components/common/u-pagination/index.vue'
|
|
@@ -105,7 +103,6 @@
|
|
|
UScrollView,
|
|
|
USearch,
|
|
|
UDropdownSelect,
|
|
|
- UShareActionSheet,
|
|
|
ExhibitItem,
|
|
|
DisclaimerText,
|
|
|
USelect,
|
|
@@ -160,20 +157,6 @@
|
|
|
})
|
|
|
},
|
|
|
methods: {
|
|
|
- onShareTimeline() {
|
|
|
- return {
|
|
|
- title: '慕尼黑上海电子生产设备展',
|
|
|
- path: '/pages/exhibitor/exhibit',
|
|
|
- imageUrl: 'https://oss.productronicachina.com.cn/resources/common/up/0000001002/20250221/67b829f60c212.png'
|
|
|
- }
|
|
|
- },
|
|
|
- onShareAppMessage: function () {
|
|
|
- return {
|
|
|
- title: '慕尼黑上海电子生产设备展',
|
|
|
- path: '/pages/exhibitor/exhibit',
|
|
|
- imageUrl: 'https://oss.productronicachina.com.cn/resources/common/up/0000001002/20250221/67b829f60c212.png'
|
|
|
- }
|
|
|
- },
|
|
|
onChange(event) {
|
|
|
this.activeName = event
|
|
|
},
|