Explorar el Código

展开静安样式

john hace 2 años
padre
commit
030804f551
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/pages/parkingFee/mixins/base.js

+ 3 - 0
src/pages/parkingFee/mixins/base.js

@@ -37,6 +37,9 @@ export default {
       if ( this.source === 'PUDONG' ) {
       if ( this.source === 'PUDONG' ) {
         this.theme = 'theme-pudong'
         this.theme = 'theme-pudong'
       }
       }
+      if ( this.source === 'JINGAN' ) {
+        this.theme = 'theme-jingan'
+      }
       // TODO: 根据lbsId动态切换
       // TODO: 根据lbsId动态切换
       // this.theme = 'theme-pudong'
       // this.theme = 'theme-pudong'
       // this.theme = 'theme-jingan'
       // this.theme = 'theme-jingan'