圓角按鈕:
css
.addresume
.addresume text
其中要提的是wxml中沒有幀布局,並列擺放就是了
add
自定義彈窗
css
.mask
.modaldlg
.qr
wxml
自定義actionsheet
wxml
複製鏈結
取消
css
.sheetitem
.line
.sheetitem::after
.actionsheet
js
/**
* 生命週期函式--監聽頁面初次渲染完成
*/onready: function()
})},
clickbtnopen: function(e) )
else
that.animation.translate(0, wx.getsysteminfosync().windowheight * 0.3).step()
that.setdata()
} catch (err)
},sheetclose: function(e) )
that.setdata()
},//複製操作
copyurl: function(e) ,
console.log(e.detail.errmsg)
this.sheetclose()
wx.showtoast()
},
微信小程式常用控制項彙總
image src images aaa.png image 2.文字標籤 text hello text 3.swiper滑動輪播 swiper catchtap onswipertap vertical indicator dots true autoplay true interval 500...
小程式中特殊資料取值
遍歷欄位名稱 鍵 n換行資料1 新建filter.wxs,放入lib css資料夾下面,我是這麼放的,大家根據自己的情況定。var format function text var reg getregexp n g return text.replace reg,n module.exports ...
js的特殊比較
首先下面幾種情況,為false false null undefined 即空字串 0 注意 0 是true 0 0 也是true nan另外undefined是false,但是 undefined false 和 false nan 以及 undefined nan 判斷也是false 物件相比 ...