1 Star 0 Fork 0

御狐神双炽/foxUniCloud

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

git 使用

git clone https://gitee.com/tanyue/fox-uni-cloud.git foxUniCloud

uniapp main.js中添加

import foxUniCloud from './lib/foxUniCloud/foxUniCloud.js'
Vue.use(foxUniCloud)

到次安装完成

云函数

this.UF('sum',{"a":"1","b":"2"},function(res){
	console.log(res);				
});

使用

new this.UD('goods').find().then((res)=>{
	console.log(res);
})

new this.UD('goods').add({'goods_name':'鸡蛋','goods_price':'2.00'}).then((res)=>{
	console.log(res);
})

文件上传

this.upload(function(res){
	console.log('res',res);
	console.log('res',res.filePath);
});

空文件

简介

封装了UniCloud的方法 使调用更简单 展开 收起
JavaScript
取消

发行版 (1)

全部
3年前

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tanyue/fox-uni-cloud.git
git@gitee.com:tanyue/fox-uni-cloud.git
tanyue
fox-uni-cloud
foxUniCloud
master

搜索帮助