微信小程式元件小案例 個人中心

2021-10-08 13:58:31 字數 2994 閱讀 3776

="安全設定"

note

="手機號/密碼"

>

cell

>

cell-class

="mycell"

title

="通用"

>

cell

>

url=

"/news/pages/article/article"

title

="首頁"

icon

="/images/home.png"

>

cell

>

title

="我的"

icon

="/images/me.png"

>

cell

>

title

="聽筒模式"

toggle

="}"

bindch

="chang"

>

cell

>

title

="搜尋"

>

slot

="iconright"

size

="20"

type

="search"

>

icon

>

cell

>

url=

"/pages/logs/logs"

>

slot

="title"

>

>

通知text

>

class

="dot"

>

text

>

view

>

cell

>

url=

"/pages/logs/logs"

>

slot

="title"

>

>

優惠text

>

class

="com"

>

10元優惠劵text

/** * 1.定義外部類

* 2.元件中使用外部類

* 3.頁面中傳入外部類

* 4.定義外部了樣式

*///可以定義外部元件,class在元件內使用

/** * 元件的屬性列表

*/properties:

, note:

, icon:

, url:

, toggle:

//定義title的型別和預設值},

/** * 元件的初始資料

*//** * 元件的方法列表

*/methods:)}

},togglechange

(e))

//傳送時間名稱chang值為e.detail.value}}

})

.cell

.cell .icon

.cell .icon image

.cell .content

.tip

.arrow

.note

微信小程式元件

class屬性 可以設定樣式,如果與動態資料繫結結合,元件的class具有動態變化的能力 style 通過style設定元件的內聯樣式,style屬性值中可以設定css的各種屬性 hidden 預設為false,不隱藏 data 屬性 可以用來為元件設定任意的自定義的屬性值,當元件繫結的事件觸發時,...

微信小程式 元件

官方文件見 我們的封裝 var basecomponentoption require utils basecomponentoption var option basecomponentoption.init 最小值限制 min 最大值 max 當前值 value 傳參物件,和 官方文件一致,只是...

微信小程式 Tabs元件

如果想要個性的話,可以自己修改了。這次是寫乙個tabs的元件,根據不同的狀態,回來切換操作,標記一下,先看一下效果圖 獲取,試例裡用匯入的引用,都可以從github裡找到。tabs.wxss 檔案.tabscss tabscss tab tabscss last child tabscss tab ...