comment 7.24
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<u-popup v-model="showGroupUser" mode="center">
|
||||
<u-popup v-model="showGroupUser" mode="center" z-index="10078">
|
||||
<view class="launch-container">
|
||||
<view class="title u-line-1">正在拼团</view>
|
||||
<scroll-view class="launch-view">
|
||||
@@ -81,6 +81,7 @@
|
||||
<image class="avatar" :src="user[0].member_avatar"></image>
|
||||
<view class="name u-line-1">{{ user[0].member_nickname }}</view>
|
||||
</view>
|
||||
<view class="pintuan-none" v-if="!groupUser.length">暂无拼团</view>
|
||||
</view>
|
||||
</scroll-view>
|
||||
<image class="close" src="/static/image/common/17.png" @click="showGroupUser=false"></image>
|
||||
@@ -209,11 +210,6 @@ export default {
|
||||
this.xuanze(value);
|
||||
},
|
||||
},
|
||||
onShow() {
|
||||
this.showSpec = false;
|
||||
this.showGroupUser = false;
|
||||
this.showInvolvementUser = false;
|
||||
},
|
||||
onLoad(option) {
|
||||
// this.init();
|
||||
// console.log(option);
|
||||
@@ -222,6 +218,11 @@ export default {
|
||||
this.getGoodsDetails(this.id);
|
||||
this.setTitle();
|
||||
},
|
||||
onShow() {
|
||||
this.showSpec = false;
|
||||
this.showGroupUser = false;
|
||||
this.showInvolvementUser = false;
|
||||
},
|
||||
beforeDestroy() {
|
||||
clearInterval(this.timer);
|
||||
},
|
||||
@@ -747,6 +748,11 @@ export default {
|
||||
margin-right: 80rpx;
|
||||
}
|
||||
}
|
||||
.pintuan-none {
|
||||
font-size: 36rpx;
|
||||
color: #333;
|
||||
margin: 100rpx auto 0;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
@@ -852,7 +858,7 @@ export default {
|
||||
display: flex;
|
||||
font-size: 32rpx;
|
||||
color: rgba(255,255,255,1);
|
||||
z-index: 99;
|
||||
z-index: 10076;
|
||||
.launch {
|
||||
flex: 1;
|
||||
background: rgba(253,211,96,1);
|
||||
@@ -873,7 +879,7 @@ export default {
|
||||
width: 100%;
|
||||
height: 98rpx;
|
||||
display: flex;
|
||||
z-index: 99;
|
||||
z-index: 10076;
|
||||
.left {
|
||||
width: 190rpx;
|
||||
display: flex;
|
||||
@@ -914,7 +920,7 @@ export default {
|
||||
width: 100%;
|
||||
bottom:0;
|
||||
border-top: 1rpx solid #ececec;
|
||||
z-index: 1000000;
|
||||
z-index: 10076;
|
||||
.navs{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user