|
@@ -7,16 +7,12 @@
|
|
</navigator>
|
|
</navigator>
|
|
</view>
|
|
</view>
|
|
</van-search>
|
|
</van-search>
|
|
-
|
|
|
|
<van-action-sheet show="{{ sheetShow }}" actions="{{ actions }}" bind:close="sheetClose" bind:cancel="sheetClose" bind:select="sheetSelect" cancel-text="取消" />
|
|
<van-action-sheet show="{{ sheetShow }}" actions="{{ actions }}" bind:close="sheetClose" bind:cancel="sheetClose" bind:select="sheetSelect" cancel-text="取消" />
|
|
-
|
|
|
|
<!-- tabs -->
|
|
<!-- tabs -->
|
|
<van-tabs wx:if="{{isTabs}}" sticky color='var(--assist)' title-active-color='var(--assist)' bind:change='tabChange' title-inactive-color='#999' z-index='9'>
|
|
<van-tabs wx:if="{{isTabs}}" sticky color='var(--assist)' title-active-color='var(--assist)' bind:change='tabChange' title-inactive-color='#999' z-index='9'>
|
|
<van-tab title="列表" />
|
|
<van-tab title="列表" />
|
|
<van-tab title="我的素材" />
|
|
<van-tab title="我的素材" />
|
|
- <!-- <van-tab title="拉新清单" /> -->
|
|
|
|
</van-tabs>
|
|
</van-tabs>
|
|
-
|
|
|
|
<!-- 下拉菜单 -->
|
|
<!-- 下拉菜单 -->
|
|
<van-dropdown-menu class="menu" activeColor='var(--assist)'>
|
|
<van-dropdown-menu class="menu" activeColor='var(--assist)'>
|
|
<van-dropdown-item id="item" title="{{activeName||'默认'}}">
|
|
<van-dropdown-item id="item" title="{{activeName||'默认'}}">
|
|
@@ -26,7 +22,6 @@
|
|
<My_switch bindchange='changeSwitch' sort="{{sort}}" />
|
|
<My_switch bindchange='changeSwitch' sort="{{sort}}" />
|
|
</view>
|
|
</view>
|
|
</van-dropdown-menu>
|
|
</van-dropdown-menu>
|
|
-
|
|
|
|
<!-- 列表 -->
|
|
<!-- 列表 -->
|
|
<My_listBox id='ListBox' bindgetlist="getList" height='{{scrollHeight}}'>
|
|
<My_listBox id='ListBox' bindgetlist="getList" height='{{scrollHeight}}'>
|
|
<ProductList id='list' total="{{total}}" list="{{list}}" />
|
|
<ProductList id='list' total="{{total}}" list="{{list}}" />
|