Explorar el Código

移动端分页

luoyifan hace 3 años
padre
commit
134878b6d1
Se han modificado 2 ficheros con 4 adiciones y 1 borrados
  1. 3 0
      dist/yvan-ext-mobile.js
  2. 1 1
      dist/yvan-ext-mobile.js.map

+ 3 - 0
dist/yvan-ext-mobile.js

@@ -40420,6 +40420,9 @@ define(['exports'], function (exports) { 'use strict';
               var btnPre = this.down('[key=btnPre]');
               var lblPage = this.down('[key=lblPage]');
               var btnNext = this.down('[key=btnNext]');
+              if (!btnPre || !lblPage || !btnNext) {
+                  return;
+              }
               if (!this.store) {
                   btnPre.disable();
                   btnNext.disable();

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
dist/yvan-ext-mobile.js.map