小程式控制元件

2021-08-22 19:16:17 字數 1302 閱讀 8891

1,toast

//提示框

function prompt(msg) )

2,日曆控制項

(1)xml檔案

<

picker

mode

="date"

value

="}"

start

="2018-05-10"

end=

"2030-09-01"

bindchange

="binddatechange">

<

view

class=

"picker">

<

text

class=

"gotime_date gotimeleft">出發日期: }

text

>

view

>

picker

>

(2)js檔案   data裡初始化預設乙個時間

data: ,

//根據選擇傳遞的值進行下一步操作

binddatechange: 

function (e) )

},

3,下拉框

(1)xml檔案

<

view

class=

"weui_panel">

<

picker

bindchange=

"bind***pickerchange"

value=

"}"range=

"}">

<

view

class=

"item1eft">

性別:

view

>

<

view

class=

"itemright_picker"> }

view

>

picker

>

view

>

(2)js檔案

//選擇器

bind***pickerchange: 

function (e) )

},

//初始化定義

data: ,

//聯網請求

var userid = utils.getuserid()

wx.request(,

小程式控制元件

1,toast 提示框 function prompt msg 2,日曆控制項 1 xml檔案 picker mode date value start 2018 05 10 end 2030 09 01 bindchange binddatechange view class picker tex...

小程式元件 map

map元件用於展示地圖 longitude中心經度 latitude中心緯度 markers地圖中的位置標記點 controls在地圖上顯示控制項,控制項不隨著地圖移動 polyline指定一系列座標點,從陣列第一項連線至最後一項 bind 相關事件 page polyline color ff66...

vue元件小擴充套件

動態元件 b component keep alive div body newvue b script type type a b a 切換 button type component div body newvue components b script is屬性 aatd bbtd cctd ...