|
@@ -60,10 +60,11 @@
|
|
|
<tm-sheet class="yichu" style="margin-bottom: 70px !important;">
|
|
|
<tm-tabs class="C1b1b1b qiehuan" @change="fenleichangeFun" color="white" align="left" v-model="activeIndex" :list="list" range-key="title"></tm-tabs>
|
|
|
<view class="pa-10 text-size-s">柜中{{have}}件 共{{count}}条</view>
|
|
|
- <view class="yiguicla black pa-6 ma-4 fl" v-for="(item,index) in quanbuList" @longtap="longtap()" @click="xiangqing(item)">
|
|
|
+ <view style="position: relative;" class="yiguicla black pa-6 ma-4 fl" v-for="(item,index) in quanbuList" @longtap="longtap()" @click="xiangqing(item)">
|
|
|
<image :src="item.image" mode="widthFix"></image>
|
|
|
- <view :class="item.is_have==0?'text-gray':''" class="text-align-center text-size-m mt-8">{{item.brand}}</view>
|
|
|
- <view :class="item.is_have==0?'text-gray':''" class="text-align-center text-size-m mt-6 mb-6">{{item.goods_name}}</view>
|
|
|
+ <view class="text-align-center text-size-m mt-8">{{item.brand}}</view>
|
|
|
+ <view class="text-align-center text-size-m mt-6 mb-6">{{item.goods_name}}</view>
|
|
|
+ <view v-if="item.is_have==0" class="hui"></view>
|
|
|
</view>
|
|
|
<view style="clear: both;"></view>
|
|
|
<view v-if="quanbuList.length<total" class="more ma-30 pt-40" @click="gengmore()">
|
|
@@ -75,7 +76,8 @@
|
|
|
</view>
|
|
|
<!-- 待取衣服 -->
|
|
|
<tm-flotbutton class="qiu" @change="anniu" show-actions position="bottomRight" actions-pos="top" label="" :show-text="true"
|
|
|
- :actions="listqiu"></tm-flotbutton>
|
|
|
+ :actions="listqiu">
|
|
|
+ </tm-flotbutton>
|
|
|
<!-- <css-float-ball v-model="floatBallPosition" >
|
|
|
<view class="float-ball-icon" hover-class="default-icon-hover">
|
|
|
<tm-translate ref="a_1" :auto="true" animation-name="fadeLeft">
|
|
@@ -430,4 +432,5 @@ export default {
|
|
|
/deep/ .qiu .flex-center uni-image{width: 45px !important;height:45px !important;}
|
|
|
/deep/ .showValue{display: none !important;}
|
|
|
/deep/ .menulistAction{height: 350px;overflow: auto;}
|
|
|
+ /deep/ .hui{position: absolute;background: rgba(0,0,0,0.4);z-index: 1;top: 0;left: 0;width: 100%;height: 100%;}
|
|
|
</style>
|