添加红包功能

This commit is contained in:
bobobobo
2026-01-07 00:52:23 +08:00
parent 95b46d5cf4
commit 1c021cdd21
12 changed files with 1542 additions and 1346 deletions

View File

@@ -3,7 +3,7 @@
* @param {Object} options - 透传给 uni.chooseImage 的配置
* @returns {Promise<Array<string>>} 返回选中的临时图片路径数组
*/
export function chooseImage(options = {}) {
export const chooseImage = (options = {}) => {
// 默认配置
const defaultOptions = {
count: 1,