作者 liaolinfeng

全部完成

... ... @@ -32,7 +32,7 @@
</view>
</view>
<view class='tab_box' wx:if='{{chooseitem.length!=0}}'>
<view class='tab_cell' wx:for='{{chooseitem}}' wx:key>
<view class='tab_cell' wx:for='{{chooseitem}}' wx:key style='order:{{chooseitem.length-index}}'>
<view class='close_box' catchtap='delchooseitem' data-index='{{index}}'>
<image src='../../images/close2.png'></image>
</view>
... ...
... ... @@ -35,7 +35,7 @@ page{
}
.main{
position: absolute;
top:12%;
top:15%;
height: 80%;
width:100%;
padding:0 0 0 30rpx;
... ... @@ -171,6 +171,7 @@ page{
display: flex;
flex-wrap: wrap;
}
.tab_cell{
position: relative;
display: flex;
... ...
... ... @@ -4,7 +4,7 @@
"ignore": []
},
"setting": {
"urlCheck": false,
"urlCheck": true,
"es6": true,
"postcss": true,
"minified": true,
... ...