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