|
@@ -2,14 +2,15 @@
|
|
<view slot="backText">返回</view>
|
|
<view slot="backText">返回</view>
|
|
<view slot="content">背景颜色</view>
|
|
<view slot="content">背景颜色</view>
|
|
</cu-custom> -->
|
|
</cu-custom> -->
|
|
|
|
+<van-dialog id="van-dialog" />
|
|
<cu-custom bgColor="bg-white" isNotice="{{true}}">
|
|
<cu-custom bgColor="bg-white" isNotice="{{true}}">
|
|
<view slot="content">
|
|
<view slot="content">
|
|
操作条
|
|
操作条
|
|
</view>
|
|
</view>
|
|
</cu-custom>
|
|
</cu-custom>
|
|
<view class="bigcontainer">
|
|
<view class="bigcontainer">
|
|
- <van-search value="{{ searchValue }}" bind:change="onChange" use-action-slot shape="round" background="#4fc08d" placeholder="请输入搜索关键词" >
|
|
|
|
- <view slot="action" bind:tap="changeSearch">搜索</view>
|
|
|
|
|
|
+ <van-search value="{{ searchValue }}" bind:change="onChange" use-action-slot shape="round" background="#4fc08d" placeholder="请输入搜索关键词">
|
|
|
|
+ <view slot="action" bind:tap="changeSearch">搜索</view>
|
|
</van-search>
|
|
</van-search>
|
|
<view class="content0">
|
|
<view class="content0">
|
|
<view>aa</view>
|
|
<view>aa</view>
|
|
@@ -19,4 +20,26 @@
|
|
<view class="left">撒旦撒旦撒</view>
|
|
<view class="left">撒旦撒旦撒</view>
|
|
<view class="left">反反复复</view>
|
|
<view class="left">反反复复</view>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view>
|
|
|
|
+ <van-button type="info" bind:click="clickPop">弹出层</van-button>
|
|
|
|
+ <van-popup show="{{ show }}" duration="500" position="right" custom-style="height: 100%;width:100%" bind:close="onClose">
|
|
|
|
+ <view>
|
|
|
|
+ <view>1</view>
|
|
|
|
+ <view>2</view>
|
|
|
|
+ <view>3</view>
|
|
|
|
+ <view>4</view>
|
|
|
|
+ <view>5</view>
|
|
|
|
+ <view>6</view>
|
|
|
|
+ <view>7</view>
|
|
|
|
+ <view>bb</view>
|
|
|
|
+ <van-button type="danger" bind:click="onClose">关闭</van-button>
|
|
|
|
+ </view>
|
|
|
|
+ </van-popup>
|
|
|
|
+ </view>
|
|
|
|
+ <view >
|
|
|
|
+ <van-dropdown-menu>
|
|
|
|
+ <van-dropdown-item value="{{ value1 }}" options="{{ option1 }}" />
|
|
|
|
+ <van-dropdown-item value="{{ value2 }}" options="{{ option2 }}" />
|
|
|
|
+ </van-dropdown-menu>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|