ソースを参照

首页传参跳转问题 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() {


読み込み中…
キャンセル
保存