gdpao
This commit is contained in:
@@ -73,10 +73,10 @@
|
||||
</view>
|
||||
</div>
|
||||
<div class="jieshu" v-if="!zhibo" :style="{'height':height + 'px'}">
|
||||
<div class="jieshuback" :style="{'height':height + 'px'}"></div>
|
||||
<div class="jieshuback" :style="{'height':height + 'px'}" @click="closes1"></div>
|
||||
<image class="closeimg" src="../../static/image/cloneb.png" @click="closes"></image>
|
||||
<text class="jieshutitle">徳铭阳光在线</text>
|
||||
<image class="jieshuheadimg" :src="info.member_avatar"></image>
|
||||
<image class="jieshuheadimg" @click="closes1" :src="info.member_avatar"></image>
|
||||
<text class="jieshuusername">{{info.member_nickname}}</text>
|
||||
<div class="jieshubox">
|
||||
<view class="jieshuboxitem">
|
||||
@@ -138,6 +138,7 @@
|
||||
.jieshutitle{
|
||||
font-size: 30rpx;
|
||||
color:#fff;
|
||||
width: 350rpx;
|
||||
position: fixed;
|
||||
top: 70rpx;
|
||||
left: 31rpx;
|
||||
@@ -146,13 +147,14 @@
|
||||
.jieshuback{
|
||||
background-color: #000;
|
||||
opacity: 0.8;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 750rpx;
|
||||
|
||||
z-index: 901;
|
||||
}
|
||||
.jieshu{
|
||||
z-index: 9999;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
@@ -175,7 +177,7 @@
|
||||
bottom: 24rpx;
|
||||
}
|
||||
.closeimg{
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
top: 70rpx;
|
||||
right: 31rpx;
|
||||
width: 51rpx;
|
||||
@@ -623,7 +625,11 @@
|
||||
duration: 2000
|
||||
});
|
||||
},
|
||||
closes1() {
|
||||
console.log(111);
|
||||
},
|
||||
closes(){
|
||||
console.log(this.zhibo)
|
||||
if(!this.zhibo){
|
||||
uni.navigateBack({
|
||||
delta:1
|
||||
|
||||
Reference in New Issue
Block a user