最近在看小程式文件整理下簡單的語法場景
<
import
src="../temp.wxml"
/>
<
view
class
="container"
>
<
view
>首頁
view
>
<
view
>}
view
>
<
van-toast
id="van-toast"
/>
<
van-button
type
="primary"
bind:click
="gonext"
>跳轉
van-button
>
<
view
id="item-}"
data-id
='}'
bindtap
='getcustomproperties'
>點選我獲取自定義屬性
view
>
<
checkbox
checked
="}"
>
checkbox
>
<
checkbox
checked
="}"
>
checkbox
>
<
view
hidden
="}"
> hidden
view
>
<
view
> } + } + d
view
>
<
view
> } + d
view
>
<
view
wx:for
="}"
wx:for-item
="i"
wx:key
="*this"
>
<
view
wx:for
="}"
wx:for-item
="j"
wx:key
="*this"
>
<
text
> } * } = }
text
>
view
>
view
>
<
block
wx:for
="}"
wx:key
="*this"
>
<
view
> }---}--節點
view
>
block
>
<
template
is="a"
data
="}"
/>
<
template
is="b"
data
="}"
/>
<
view
wx:if
="}"
> 1
view
>
<
view
wx:elif
="}"
> 5
view
>
<
view
wx:else
> 3
view
>
view
>
data: ,deviceinfo: {},
userinfo: {},
hasuserinfo:
false
, caniuse: wx.caniuse('button.open-type.getuserinfo')
},getcustomproperties(e),
<
template
name
="a"
>
<
view
>
<
text
> }: }
text
>
<
text
> time: }
text
>
view
>
template
>
<
template
name
="b"
>
<
view
>
<
text
> }: }
text
>
<
text
> time: }
text
>
view
>
template
>
頁面傳參 取參
gonext())},/*
* * 生命週期函式--監聽頁面載入
*/onload:
function
(options) ,
小程式WXS語法
注釋運算子 語句資料型別 wxs 可以編寫在 wxml 檔案中的 標籤內,或以 wxs 為字尾名的檔案內。var box 1 var arr hello world var i i undefined上面 分別宣告了 box arr i 三個變數。然後,box 賦值為數值 1 brr 賦值為字串 h...
微信小程式常用語法總結
1 獲取事件下標 e.target.dataset.index 指的是該物件裡的子物件,也是觸發這個事件的物件 e.currenttarget.dataset.index 指的是註冊了事件 的物件2 input e.detail.value 獲取input的值 disabled 禁止3 監聽頁面滾動...
微信小程式語法
1.匯入,匯出 匯出js module.exports 在js中匯入js var common require utils common.js common.loadinfo options.id,this 在html中匯入模板html 絕對路徑 相對路徑 在html中匯入html頁面 絕對路徑 相...