摘要:
1.五号共享代理商后台管理小程序 日期:2019年5月14日 实现功能: 1.登陆token存储到缓存storage,每次请求发送token验证登陆时效性 2.搜索功能,后端传回的数据可以前端自行做搜索处理 3.分页功能的实现 4.下拉加载上拉刷新 5.防重点,方式重复发送请求 6.各种动画效果的实 阅读全文
摘要:
/*code是指图片base64格式数据*/ //声明文件系统 const fs = wx.getFileSystemManager(); //随机定义路径名称 var times = new Date().getTime(); var codeimg = wx.env.USER_DATA_PATH 阅读全文
摘要:
https.js var PORT = 8666;// var http = require('http'); var url=require('url'); var fs=require('fs'); var mine=require('./mine').types;// var path=req 阅读全文
摘要:
//实现call var that = this ; //小程序环境 function mySymbol(obj){ let unique = (Math.random() + new Date().getTime()).toString(32).slice(0,8); if(obj.hasOwnP 阅读全文
摘要:
<div class="constant-width-to-height-ratio"></div> 阅读全文
摘要:
$ git stash clear $git stash list $git pull $git stash pop stash@{0} 阅读全文
摘要:
客户端 云函数 config.json js 阅读全文
摘要:
本篇为写给自己看 index.wxml index.wxss js 阅读全文
摘要:
效果图 .wxml .wxss .js 阅读全文
摘要:
6.分割字符串为所有可能的数组 输入字符串‘abc’ 输出 [ ['a','b','c'], ['ab','c'], ['a','bc'] ['abc'] ] 输入 ‘abcc’ 输出 [ ['a','b','c','c'], ['a','bc','c'], ['a','bcc'], ['ab',' 阅读全文