Bläddra i källkod

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

john 2 år sedan
förälder
incheckning
a868591436
1 ändrade filer med 1 tillägg och 1 borttagningar
  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')