1 2 3 4 5 ··· 13 下一页
摘要: 1、通过命令行报错的,直接下载压缩包 pnpm dlx nuxi init <project-name> 压缩包地址:https://codeload.github.com/nuxt/starter/tar.gz/refs/heads/v3 2、安装插件 1、安装unocss pnpm instal 阅读全文
posted @ 2025-03-04 19:55 DL·Coder 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 效果图 实现代码 <el-timeline> <el-timeline-item v-for="(activity, index) in orderData" :key="index" :icon="activity.icon" type="primary" :color="activity.col 阅读全文
posted @ 2025-02-26 10:08 DL·Coder 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 解决文章:点我 阅读全文
posted @ 2024-10-21 17:19 DL·Coder 阅读(17) 评论(0) 推荐(0) 编辑
摘要: html 头像UI <button class="user-avatar flex-center" open-type="chooseAvatar" @chooseavatar="onChooseAvatar"> <image class="img" :src="showAvatat()" mode 阅读全文
posted @ 2024-09-03 11:32 DL·Coder 阅读(441) 评论(0) 推荐(0) 编辑
摘要: 写法一: import type { myOrderItem } from '@/API/pages_mine/myOrder/types'; const props = defineProps({ item: { type: Object as PropType<myOrderItem>, def 阅读全文
posted @ 2024-08-15 17:47 DL·Coder 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 子组件 // 组件名称:discountModel // 格式化数据 const fetchData = async () => { const { code, result } = await remind(); if(code 200) { data.value = result emit('u 阅读全文
posted @ 2024-07-25 10:40 DL·Coder 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 更新方法,onLaunch或者onShow(推荐写在onShow内)调用就可以 const updateManagerFn = () => { const updateManager = uni.getUpdateManager(); updateManager.onCheckForUpdate(f 阅读全文
posted @ 2024-07-18 17:29 DL·Coder 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 自定义样式使用第二种方式 第一种:wx.enableAlertBeforeUnload 在开发者工具中预览效果 微信小程序官网:点我 onShow(() => { wx.enableAlertBeforeUnload({ message: "返回上页时弹出对话框", success: functio 阅读全文
posted @ 2024-07-15 11:03 DL·Coder 阅读(1039) 评论(0) 推荐(0) 编辑
摘要: Vue3 子组件修改父组件传过来的值 // 父组件 <demo v-model:num="num" v-model:arr="arr"></demo> // 子组件 const prop=defineProps({ num: { type: Number, default:0 } }) const 阅读全文
posted @ 2024-07-12 15:48 DL·Coder 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 使用网站 七牛云token生成:点我 七牛云上传接口错误码:点我 七牛云存储区域上传地址:点我 七牛云在线生成token 一般是后端生成,使用接口获取(放在后端比较安全) // 获取七牛云token export async function getQiniuToken() { const url 阅读全文
posted @ 2024-07-08 14:40 DL·Coder 阅读(92) 评论(0) 推荐(0) 编辑
1 2 3 4 5 ··· 13 下一页
点击右上角即可分享
微信分享提示