上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 49 下一页
摘要: 官网地址:http://www.superslide2.com/index.html 一、下载 http://www.superslide2.com/downLoad.html 二、使用 1、引入js插件 <script type="text/javascript" src="../jquery1. 阅读全文
posted @ 2021-06-29 10:50 样子2018 阅读(327) 评论(0) 推荐(1) 编辑
摘要: 所谓单页面自定义tabbar:tabbar切换都在一个页面进行,把页面做成组件的形式。 一、效果图 二、示例代码 <view class=""> <block wx:if="{{blockid==0}}"> 首页 </block> <block wx:if="{{blockid==1}}"> <!- 阅读全文
posted @ 2021-06-24 10:05 样子2018 阅读(894) 评论(0) 推荐(1) 编辑
摘要: 一、效果图 二、示例 languageUtils.js const app = getApp() //语言切换 const languageVersion=function(){ var lang = wx.getStorageSync('lang') ? wx.getStorageSync('la 阅读全文
posted @ 2021-06-24 09:51 样子2018 阅读(821) 评论(0) 推荐(0) 编辑
摘要: 一、效果图 阅读全文
posted @ 2021-06-19 08:42 样子2018 阅读(499) 评论(0) 推荐(0) 编辑
摘要: 一、前端 Vue.prototype.getSign = function(data) { var APITOKEN = 'api2021', timestamp = new Date().getTime(); return 'timestamp=' + timestamp + '&sign=' + 阅读全文
posted @ 2021-06-16 15:16 样子2018 阅读(343) 评论(0) 推荐(0) 编辑
摘要: 下载:https://codeload.github.com/michalsnik/aos/zip/master 1、引入 <link rel="stylesheet" href="dist/aos.css" /> <script src="js/jquery.min.js"></script> < 阅读全文
posted @ 2021-06-16 13:50 样子2018 阅读(330) 评论(0) 推荐(0) 编辑
摘要: wow.js 允许用户滚动页面的时候展示 CSS 动画。默认的,用户可以使用它来出发 animate.css 动画。但是用户也可以非常容易修改设置喜欢的动画库。wow.js 需要 animate.css 配合,所以它支持 animate.css 多达 60 多种的动画效果,能满足您的各种需求。wow 阅读全文
posted @ 2021-06-08 15:15 样子2018 阅读(732) 评论(0) 推荐(0) 编辑
摘要: 一、代码 在manifest.json中配置,官网文档:https://uniapp.dcloud.io/component/mp-weixin-plugin "mp-weixin" : { "appid" : "", "setting" : { "urlCheck" : false, "minif 阅读全文
posted @ 2021-06-05 11:21 样子2018 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 一、效果图 二、代码 wx.getUserProfile({ desc: '用于获取用户个人信息', success: function (detail) { wx.login({ success: ress => { var code = ress.code; //登录凭证 wx.request( 阅读全文
posted @ 2021-05-29 10:31 样子2018 阅读(871) 评论(0) 推荐(0) 编辑
摘要: 一、效果图 二、代码 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <titl 阅读全文
posted @ 2021-05-29 09:31 样子2018 阅读(512) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 49 下一页