Procházet zdrojové kódy

提交修改违禁问题

dev
douzhuo před 2 roky
rodič
revize
b5fa477cee
1 změnil soubory, kde provedl 8 přidání a 7 odebrání
  1. +8
    -7
      pages/center/prohibited/details.vue

+ 8
- 7
pages/center/prohibited/details.vue Zobrazit soubor

@@ -40,7 +40,7 @@
<view class="text">
<view class="avatar">
<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>
</view>
</view>
@@ -135,10 +135,6 @@
</view>
</view>
</template>
<!-- 占位 -->
<template v-else>
<view class="bottomhead" style="border-top: none;"></view>
</template>

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

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

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

.bottomhead {
width: 100%;


Načítá se…
Zrušit
Uložit