营销网站建设包括哪些内容?建筑企业网站建设的关键要素是什么?

摘要:简述营销网站建设包括哪些内容,建筑企业网站,手机版的学习网站,网站一定备案一、预览图 二、使用前的一些注意事项 只支持在 uniapp vue3 项目中使用支持微信小程序和h5 (app端没有测试过)ui库用的 uview-plus省市区数
简述营销网站建设包括哪些内容,建筑企业网站,手机版的学习网站,网站一定备案一、预览图 二、使用前的一些注意事项 只支持在 uniapp vue3 项目中使用支持微信小程序和h5 (app端没有测试过)ui库用的 uview-plus省市区数据用的是 vant-ui 提供的一个赖库 vant/area-data 三、组件代码 templateu-popup :showshow typebotto…一、预览图 二、使用前的一些注意事项 只支持在 uniapp vue3 项目中使用支持微信小程序和h5 (app端没有测试过)ui库用的 uview-plus省市区数据用的是 vant-ui 提供的一个赖库 vant/area-data 三、组件代码 templateu-popup :showshow typebottom closehandlePopupClose round44rpxview classarea-pickerview classtitle请选择收货地址view classclose-icon clickhandlePopupCloseu-icon nameclose size44rpx color#666666/u-icon/view/viewview classheaderview clickdoChange(province):class[header-item, activeType province ? header-item--active : ]v-ifactiveType province || activeType city || activeType district || innerProvince{{ innerProvince ? innerProvince.name : 请选择省 }}/viewview clickdoChange(city) :class[header-item, activeType city ? header-item--active : ]v-ifactiveType city || activeType district || innerProvince{{ innerProvince innerCity ? innerCity.name : 请选择市 }}/viewview clickdoChange(district):class[header-item, activeType district ? header-item--active : ]v-ifactiveType district || innerCity{{ innerProvince innerCity innerCounty ? innerCounty.name : 请选择区 }}/view/viewscroll-view scroll-y classmain :scroll-with-animationtrueview :idtag-${item.id} :class[main-item, select(item.name) ? main-item--active : ]clickdoSelect(item) v-foritem in showList :keyitem.idu-icon v-ifselect(item.name) namecheckbox-mark size44rpx color#3c9cff/u-icon{{ item.name }}/view/scroll-view/view/u-popup /template script setup import { computed, nextTick, ref } from vue import { areaList } from vant/area-data;const props defineProps({show: {type: Boolean,default: false},area: {type: Array,default: () []},id: {type: String,default: }, })const emits defineEmits([close, confirm]) // 事件const areaData ref(areaList)let innerProvince ref(null) // 选择的省 let innerCity ref(null) // 选择的市 let innerCounty ref(null) // 选择的区 let activeType ref(province) // 当前所选的area类型 const viewId ref(nu
阅读全文