mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化代码
This commit is contained in:
parent
f8af74d42d
commit
59ca6b1334
@ -169,7 +169,7 @@ export function reciveMessage(event, that) {
|
||||
if(_data.hasOwnProperty("url") && !isNull(_data.url)){
|
||||
setStorageSync(mapping.HC_MALL_CUR_URL,_data.url);
|
||||
}
|
||||
console.log('_data', _data)
|
||||
console.log('_data', _data);
|
||||
if (_data.action == ACTION_NAVIGATE_TO) {
|
||||
uni.navigateTo({
|
||||
url: '/pages/hcWebView/hcWebView'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user