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