微信小程序
wizard333
三十载光阴似水,七尺高男儿似狼
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
小程序util.js
//时间格式化 yyyy/MM/dd HH:mm:ss const formatTime = date => { const year = date.getFullYear() const month = date.getMonth() + 1 const day = date.getDate() const hour = date.getHours() const ...原创 2019-11-01 10:44:58 · 341 阅读 · 0 评论 -
小程序app.js
//app.js var webim = require('utils/webim_wx.js'); var webimhandler = require('utils/webim_handler.js'); const finalUrl = 'http://localhost:8387/wizardlisa'; App({ onLaunch: function (opion) { ...原创 2019-11-01 10:38:35 · 239 阅读 · 0 评论
分享