You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
891 B
26 lines
891 B
<view class="weui-grids {{extClass}}"> |
|
<block wx:for="{{innerGrids}}" wx:key="index"> |
|
<navigator |
|
class="weui-grid" |
|
target="{{item.target}}" |
|
url="{{item.url}}" |
|
open-type="{{item.openType}}" |
|
app-id="{{item.appId}}" |
|
path="{{item.path}}" |
|
extra-data="{{item.extraData}}" |
|
version="{{item.version}}" |
|
hover-class="{{item.hoverClass}}" |
|
hover-stop-propagation="{{item.hoverStopPropagation}}" |
|
hover-start-time="{{item.hoverStartTime}}" |
|
hover-stay-time="{{item.hoverStayTime}}" |
|
bindsuccess="{{item.bindsuccess}}" |
|
bindfail="{{item.bindfail}}" |
|
bindcomplete="{{item.bindcomplete}}" |
|
> |
|
<view class="weui-grid__icon"> |
|
<image class="weui-grid__icon_img" src="{{item.imgUrl}}" alt></image> |
|
</view> |
|
<view class="weui-grid__label">{{item.text}}</view> |
|
</navigator> |
|
</block> |
|
</view> |