소스 검색

[换一换][修改][报错]

tags/河北版C.8.1.01
hurui 6 년 전
부모
커밋
6eadcb71a7
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. +3
    -2
      components/hot/index.js

+ 3
- 2
components/hot/index.js 파일 보기

@@ -80,10 +80,11 @@ Component({
}, },
// 换一换 // 换一换
getChange(){ getChange(){
if (this.kSize != 1 && that.kSize != 0){
let that = this
if (that.kSize != 1 && that.kSize != 0){
that.getList(1) that.getList(1)
} }
if (this.pSize != 1 && that.pSize != 0) {
if (that.pSize != 1 && that.pSize != 0) {
that.getList(2) that.getList(2)
} }
}, },


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