调整工程目录
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user