调整工程目录

This commit is contained in:
aixianling
2021-12-15 14:37:20 +08:00
parent 76b0abe1ea
commit dd1aef6fb3
107 changed files with 17044 additions and 16746 deletions

View File

@@ -38,9 +38,9 @@
<u-row justify="between">
<u-row>
<img
class="avatar"
:src="item.portrait ? item.portrait : $cdn + 'other/tx.png'"
alt=""/>
class="avatar"
:src="item.portrait ? item.portrait : $cdn + 'other/tx.png'"
alt=""/>
<div class="wrap">
<span class="name">{{ item.nickName }}</span>
<span class="date">{{ item.createTime }}</span>
@@ -48,7 +48,7 @@
</u-row>
<u-row>
<u-icon :name="$cdn + 'Location2@2x.png'" :custom-style="{width:'20px',height:'20px'}"></u-icon>
<span class="date">{{item.areaName}}</span>
<span class="date">{{ item.areaName }}</span>
</u-row>
</u-row>
<div class="content">
@@ -141,7 +141,7 @@ export default {
status: this.currentType,
reportType: this.reportIndex == 6 ? null : this.reportIndex,
address: this.keyword,
areaId:this.user?.areaId
areaId: this.user?.areaId
}
}).then(res => {
if (res?.code == 0) {