11 2019 档案

摘要:这里使用的mpvue 第一步组件DOM部分 /pages/index <button class="app_btn" open-type="getUserInfo" @getuserinfo="getUserInfo" type="primary"> 欢迎使用XXX </button> 第二步登录方 阅读全文
posted @ 2019-11-29 11:01 qinhuansky 阅读(333) 评论(0) 推荐(0)
摘要:说明:官方文档(https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/subscribe-message.html)很详细,在此简单记录下 需求:虽说是一次性订阅,但前台可以通过bindtop点击触发微信订阅a 阅读全文
posted @ 2019-11-29 10:41 qinhuansky 阅读(844) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Watermarks</title> </head> <style type="text/css"> html, body { height: 100vh; w 阅读全文
posted @ 2019-11-28 17:17 qinhuansky 阅读(450) 评论(0) 推荐(0)
摘要:var task = [ {name:"aa", taskLevel:"3",createTime:"2019-12-18"}, {name:"bb", taskLevel:"2", createTime:"2019-12-12"}, {name:"cc", taskLevel:"2",create 阅读全文
posted @ 2019-11-21 11:54 qinhuansky 阅读(2264) 评论(0) 推荐(0)