mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-11 14:17:25 +08:00
优化代码
This commit is contained in:
parent
f7504cdaed
commit
f8af74d42d
@ -16,6 +16,9 @@
|
||||
import {
|
||||
isNull
|
||||
} from '../../utils/StringUtil.js'
|
||||
|
||||
import {getStorageSync} from '../../utils/StorageUtil.js'
|
||||
import mapping from '../../constant/MappingConstant.js'
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
@ -335,7 +335,6 @@
|
||||
.then(res=>{
|
||||
_communityId = res.communityId;
|
||||
let _url = "/pages/myOrder/myOrder?hcCommunityId="+_communityId+"&mallFrom=HC";
|
||||
_url = encodeUrl(_url)
|
||||
uni.navigateTo({
|
||||
url: '/pages/hcWebView/hcWebView?url='+_url
|
||||
});
|
||||
@ -348,7 +347,6 @@
|
||||
.then(res=>{
|
||||
_communityId = res.communityId;
|
||||
let _url = "/pages/homemaking/order?hcCommunityId="+_communityId+"&&mallFrom=HC";
|
||||
_url = encodeUrl(_url)
|
||||
uni.navigateTo({
|
||||
url: '/pages/hcWebView/hcWebView?url='+_url
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user