1. 程式人生 > >支付寶小程序筆記

支付寶小程序筆記

ack nbsp 支付寶小程序 ext 小程序 class style 寫法 nav

支付寶小程序支持id寫法

#Test{background: #000}

<view id="Test"></view>

帶參數跳轉

catchTap,ontap <view class="li-text {{nav[0].style}}" data-hi="Alipay" onTap="urlH"> urlH:function(e){ console.log(e); }, 頁面跳轉(導航欄):

支付寶小程序筆記