This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
nsgk_mobile
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Task 建议
master
zhaodengke
6 months ago
parent
fc572b66ea
commit
e4fff1815b
1 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-2
src/views/sunVillage_info/list_complaint.vue
+ 4
- 2
src/views/sunVillage_info/list_complaint.vue
View File
@@ -6,7 +6,7 @@
>
投诉建议
<div class="return_btn" @click="onClickLeft"></div>
<div class="add_btn" @click="goAdd" v-show="showBtn"></div>
<div class="add_btn" @click="goAdd" v-show="showBtn
|| isVisitor
"></div>
</div>
<van-list
v-model="loading"
@@ -60,7 +60,8 @@
show: true,
fileList:[],
showBtn:true,
queryParams:{}
queryParams:{},
isVisitor: false,
};
},
created() {
@@ -80,6 +81,7 @@
translate_dict:1,
}
}else{
this.isVisitor = true;
this.showBtn = false;
this.queryParams = {
deptId:Cookies.get('deptId'),
Write
Preview
Loading…
Cancel
Save