mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-08-15 01:46:26 +08:00
style(custom): style
This commit is contained in:
@@ -49,7 +49,6 @@ class EntryLaunch {
|
||||
let _options = {}
|
||||
console.log('$instance.router?.params', $instance.router?.params)
|
||||
if (params?.scene) {
|
||||
// tip: 使用qs.parse解析url参数,真机状态下通过卡片进入时,参数解析不正确;临时用自定义方法解析参数
|
||||
console.log('params scene:', params.scene, resolveUrlParamsParse(params.scene))
|
||||
_options = {
|
||||
...resolveUrlParamsParse(params.scene)
|
||||
|
||||
Reference in New Issue
Block a user