Browse Source

提交修改违禁问题

dev
douzhuo 2 years ago
parent
commit
b5fa477cee
1 changed files with 8 additions and 7 deletions
  1. +8
    -7
      pages/center/prohibited/details.vue

+ 8
- 7
pages/center/prohibited/details.vue View File

@@ -40,7 +40,7 @@
<view class="text"> <view class="text">
<view class="avatar"> <view class="avatar">
<view :style="[SPEAKERSTYLE(item.speaker)]"> <view :style="[SPEAKERSTYLE(item.speaker)]">
<image v-if="item.isShow == 0" :src="Aimg" mode="widthFix"></image>
<image v-if="item.isShow && item.isShow == 0" :src="Aimg" mode="widthFix"></image>
<text v-else>{{ item.speaker | toCapital }}</text> <text v-else>{{ item.speaker | toCapital }}</text>
</view> </view>
</view> </view>
@@ -135,10 +135,6 @@
</view> </view>
</view> </view>
</template> </template>
<!-- 占位 -->
<template v-else>
<view class="bottomhead" style="border-top: none;"></view>
</template>


<template v-if="userlistobj.invalidViolatedCause"> <template v-if="userlistobj.invalidViolatedCause">
<view class="bottomtips"> <view class="bottomtips">
@@ -346,6 +342,7 @@
keyWordsMatching(params) { keyWordsMatching(params) {
this.$u.post('/customer/findbynum', params).then(res => { this.$u.post('/customer/findbynum', params).then(res => {
this.customerId = res.results[0].id; this.customerId = res.results[0].id;
this.current = 0
uni.setStorageSync('nextPageObj', JSON.stringify(this.nextPageObj)) uni.setStorageSync('nextPageObj', JSON.stringify(this.nextPageObj))
this.prohibitedMatch() this.prohibitedMatch()
}).catch(e => { }).catch(e => {
@@ -1057,7 +1054,6 @@
color: #999999; color: #999999;
background: #FFFFFF; background: #FFFFFF;
margin-top: 30upx; margin-top: 30upx;
flex: 1;
overflow-y: scroll; overflow-y: scroll;
width: 100%; width: 100%;


@@ -1143,6 +1139,11 @@
font-size: 18rpx; font-size: 18rpx;
font-size: 30rpx; font-size: 30rpx;
padding: 0 28rpx; padding: 0 28rpx;
.AudioUserName {
margin-right: 20rpx;
}
} }
} }
@@ -1215,7 +1216,7 @@


.bottombox { .bottombox {
width: 100%; width: 100%;
min-height: 170rpx;
min-height: 88rpx;


.bottomhead { .bottomhead {
width: 100%; width: 100%;


Loading…
Cancel
Save