소스 검색

首页传参跳转问题 pages/center/records/index 接收参数endTime 传入参数是endtime

yun
douzhuo 1 년 전
부모
커밋
e08842ca08
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      pages/center/records/index.vue

+ 1
- 1
pages/center/records/index.vue 파일 보기

@@ -476,7 +476,7 @@
if (options.staTime) {
this.staTime = options.staTime;
this.endTime = options.endTime;
this.endTime = options.endtime;
}
},
onShow() {


불러오는 중...
취소
저장