| | |
| | | <view class="hero-section"> |
| | | <view class="bg-img"> |
| | | <view class="hero-content"> |
| | | <text class="hero-title">双奇点</text> |
| | | <text class="hero-title">天津双奇点</text> |
| | | </view> |
| | | <view class="hero-wave"></view> |
| | | </view> |
| | |
| | | </view> |
| | | </view> |
| | | <GoodsDetailPopup ref="refGoodsDetailPopup"></GoodsDetailPopup> |
| | | <ScanListPopup ref="refScanListPopup"></ScanListPopup> |
| | | </view> |
| | | </template> |
| | | |
| | |
| | | import modal from "@/plugins/modal"; |
| | | import useUserStore from "@/store/modules/user"; |
| | | import GoodsDetailPopup from './components/GoodsDetailPopup.vue'; |
| | | import ScanListPopup from './components/ScanListPopup.vue'; |
| | | |
| | | const userStore = useUserStore() |
| | | const factoryId = ref(''); |
| | |
| | | }); |
| | | break |
| | | case '产品扫码': |
| | | scanQRCode() |
| | | openScanListPopup() |
| | | break |
| | | default: |
| | | uni.showToast({ |
| | |
| | | |
| | | //谈框相关 |
| | | const refGoodsDetailPopup = ref(null) |
| | | const refScanListPopup = ref(null) |
| | | |
| | | //打开扫码列表弹窗 |
| | | const openScanListPopup = () => { |
| | | if (refScanListPopup.value) { |
| | | refScanListPopup.value.open() |
| | | } |
| | | } |
| | | |
| | | |
| | | //查看详情 |