摘要: 抽取公共方法 // 上传图片到后端服务器,uploadUrl:上传图片的接口地址,name:上传图片的字段名,filePath:上传图片的本地路径 export const fileUpload = (uploadUrl, name, filePath) => { return new Promis 阅读全文
posted @ 2025-08-14 11:59 DL·Coder 阅读(140) 评论(0) 推荐(0)
摘要: index.html 中引入微信所需要的js uni.webview.1.5.5.js:点击查看 jweixin-1.4.0.js:点击查看 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <link rel="icon" 阅读全文
posted @ 2025-07-15 19:24 DL·Coder 阅读(15) 评论(0) 推荐(0)
摘要: !function(e,n){"object"==typeof exports&&"undefined"!=typeof module?module.exports=n():"function"==typeof define&&define.amd?define(n):(e=e||self).uni 阅读全文
posted @ 2025-07-15 19:23 DL·Coder 阅读(36) 评论(0) 推荐(0)
摘要: !function(e,n){"function"==typeof define&&(define.amd||define.cmd)?define(function(){return n(e)}):n(e,!0)}(this,function(r,e){var a,c,n,i,t,s,d,o,l,u 阅读全文
posted @ 2025-07-15 19:23 DL·Coder 阅读(35) 评论(0) 推荐(0)
摘要: 1、组件myChatModel.vue <template> <view class="modal-container"> <view class="modal-mask-money"></view> <view class="modal-content"> <official-account st 阅读全文
posted @ 2025-07-04 17:38 DL·Coder 阅读(45) 评论(0) 推荐(0)
摘要: <img class="qrcode" :show-menu-by-longpress="true" src="https://img95.699pic.com/photo/60017/2391.jpg_wh860.jpg" alt="pic"> 阅读全文
posted @ 2025-06-20 16:37 DL·Coder 阅读(526) 评论(0) 推荐(0)
摘要: 触发 onBackPress 函数,onShow 函数不触发 onBackPress(() => { console.log('onBackPress') }) 阅读全文
posted @ 2025-04-27 13:58 DL·Coder 阅读(129) 评论(0) 推荐(0)
摘要: 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 阅读(198) 评论(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 阅读(655) 评论(0) 推荐(0)
摘要: 解决文章:点我 阅读全文
posted @ 2024-10-21 17:19 DL·Coder 阅读(33) 评论(0) 推荐(0)