6 lines
303 B
Plaintext
6 lines
303 B
Plaintext
<view style="{{istopmenu==false?'':'padding-top:'+topmenuheight+'rpx;'}} {{fixedsearch?'margin-top: 88rpx;':''}}">
|
|
<view wx:for="{{diypages.items}}" wx:for-index="diyitemid" wx:for-item="diyitem" wx:key="diyitemid">
|
|
<include src="/pages/diy/template/tpl.wxml"></include>
|
|
</view>
|
|
</view>
|