摘要: 使用mixins封装分享方法 创建share.js import urlConfig from "@/utils/urlConfig"; export const shareMixins = { data() { return { shareData: { title: '', //分享内容的标题 阅读全文
posted @ 2024-03-11 15:40 时光独醒 阅读(56) 评论(0) 推荐(0) 编辑
摘要: uniapp项目自定义顶部导航栏 1.创建组件完整代码navigation.vue <template> <view class="navbar-header" :style="isfixed?'padding-top'+navHeight+'px':'padding-top:0px'"> <vie 阅读全文
posted @ 2024-03-11 15:25 时光独醒 阅读(266) 评论(0) 推荐(0) 编辑