
wx
改变自己2022
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
微信小程序页面之间传递数据
require方法引入模块。返回模块通过module.exports或exports暴露的接口或者数据var common = require('common.js')Page({ helloMINA: function() { common.sayHello('MINA') }, goodbyeMINA: function() { co...原创 2020-01-19 10:54:02 · 341 阅读 · 0 评论 -
微信小程序--一些布局
实现文字缩进:text-indent:32rpx浮动布局float:rightmargin-right:50pxwxss中划线:.line{width:90%;height:1rpx;background:#eeeposition:absolute;top:45rpx;left:5%;z-index:-1;}...原创 2020-01-18 09:56:46 · 205 阅读 · 0 评论 -
微信小程序
跳转:wx.navigateTo() 保留当前页面 有回退按钮wx.redirect() 关闭当前页面 无回退按钮swiper 滑块视图容器。其中只可放置swiper-item组件,否则会导致未定义的行为。template ---多条类似的数据时,页面结构和样式可以抽取出来,单独定义。 .wxml .wxss导入template...原创 2020-01-17 22:55:25 · 109 阅读 · 0 评论