Forráskód Böngészése

fix(SCRM-4300): Incident - 停车缴费不能及时支付

john 2 éve
szülő
commit
a868591436
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/utils/index.js

+ 1 - 1
src/utils/index.js

@@ -323,7 +323,7 @@ export function wssInit() {
 
 // 获取当前的主题
 export function getsTheCurrentTopic() {
-  let theme = ''
+  let theme = 'theme-mall'
   let componentName = ''
   const source = uni.getStorageSync('source')
   const custTypeId = uni.getStorageSync('custTypeId')