ソースを参照

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

tags/河北版C.8.1.01
hurui 5年前
コミット
6eadcb71a7
1個のファイルの変更3行の追加2行の削除
  1. +3
    -2
      components/hot/index.js

+ 3
- 2
components/hot/index.js ファイルの表示

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


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