This commit is contained in:
Gdpao
2020-08-14 20:48:14 +08:00
parent 12d095dc05
commit 2bf46d983a
4 changed files with 25 additions and 10 deletions

View File

@@ -135,6 +135,7 @@ export default {
carlist: [], //可投诉订单列表
reportinfo: null, //投诉信息
reportcontent: '', //投诉内容
del_id: 0, // 删除id
};
},
onLoad() {
@@ -152,6 +153,7 @@ export default {
},
onShow() {
this.publishstate = false;
this.getallorder(1);
},
onReachBottom() {
this.num++;