瀏覽代碼

no message

newStyle
风继续吹 2 年之前
父節點
當前提交
9a8e2c9197
共有 1 個檔案被更改,包括 11 行新增1 行删除
  1. +11
    -1
      pages/center/prohibited/index.vue

+ 11
- 1
pages/center/prohibited/index.vue 查看文件

@@ -174,7 +174,7 @@
},
onLoad(options) {
this.LOADING = true
this.isnorefresh = options.refresh;
if (options.refresh) this.isnorefresh = options.refresh;
if (options.activeTotal) {
this.activeTotal = options.activeTotal
}
@@ -186,6 +186,16 @@
this.violatedStatus = options.violatedStatus
this.weijinTag = this.identList[options.violatedStatus].label
}
if (options.projectId) {
this.buildingID = options.projectId;
this.recordList = [];
this.nextPage = 1;
this.isRefresh = false;
this.getMyCustom()
this.getFreeList();
this.isnorefresh = '';
}
},
onShow() {
this.userInfo = uni.getStorageSync('weapp_session_userInfo_data');


Loading…
取消
儲存