|
@@ -1,6 +1,6 @@
|
|
|
<!-- 搜索 -->
|
|
|
<van-search value="{{ searchContent }}" bind:change='searchInput' use-action-slot shape="round" bind:clear='searchClear' background="var(--primary)" placeholder="请输入搜索关键词">
|
|
|
- <view class="upload-box" slot='action'>
|
|
|
+ <view wx:if="{{isInsert}}" class="upload-box" slot='action'>
|
|
|
<navigator url="#" class="upload" bindtap="addData">
|
|
|
<text class="iconfont icon-a-tuiguangsucaishangchuan1" />
|
|
|
上传
|
|
@@ -9,7 +9,7 @@
|
|
|
</van-search>
|
|
|
|
|
|
<!-- tabs -->
|
|
|
-<van-tabs sticky color='var(--assist)' title-active-color='var(--assist)' bind:change='tabChange' title-inactive-color='#999' z-index='9'>
|
|
|
+<van-tabs wx:if="{{isInsert}}" 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="拉新清单" /> -->
|