소스 검색

提交修改

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

+ 1
- 1
pages/mine/details2.vue 파일 보기

@@ -634,7 +634,7 @@
this.status = options.status;
this.customerId = options.customerId;
this.KeyWordsfraction = options.wordFraction=='undefined'?options.wordFraction:0;
this.KeyWordsfraction = options.wordFraction == 'undefined' ? 0 : options.wordFraction;
this.itemobj = uni.getStorageSync('searchobj');
console.log(this.itemobj)
this.stateisshow = options.stateisshow;


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