no message
This commit is contained in:
+30
-30
@@ -35,36 +35,6 @@
|
|||||||
"navigationStyle": "custom"
|
"navigationStyle": "custom"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"path": "pages/contract/index",
|
|
||||||
"style": {
|
|
||||||
"navigationStyle": "custom"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "pages/user/jia",
|
|
||||||
"style": {
|
|
||||||
"navigationStyle": "custom"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "pages/user/finance",
|
|
||||||
"style": {
|
|
||||||
"navigationStyle": "custom"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "pages/contract/check",
|
|
||||||
"style": {
|
|
||||||
"navigationStyle": "custom"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "pages/shop/search",
|
|
||||||
"style": {
|
|
||||||
"navigationStyle": "custom"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"path": "pages/LuckyWheel/LuckyWheel",
|
"path": "pages/LuckyWheel/LuckyWheel",
|
||||||
"style": {
|
"style": {
|
||||||
@@ -287,6 +257,36 @@
|
|||||||
"navigationStyle": "custom"
|
"navigationStyle": "custom"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"path": "dongjian/index",
|
||||||
|
"style": {
|
||||||
|
"navigationStyle": "custom"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "dongjian/jia",
|
||||||
|
"style": {
|
||||||
|
"navigationStyle": "custom"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "dongjian/finance",
|
||||||
|
"style": {
|
||||||
|
"navigationStyle": "custom"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "dongjian/check",
|
||||||
|
"style": {
|
||||||
|
"navigationStyle": "custom"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "dongjian/search",
|
||||||
|
"style": {
|
||||||
|
"navigationStyle": "custom"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "rwa_add/rwa_add",
|
"path": "rwa_add/rwa_add",
|
||||||
"style": {
|
"style": {
|
||||||
|
|||||||
+1
-1
@@ -431,7 +431,7 @@ export default {
|
|||||||
},
|
},
|
||||||
jumpSearch() {
|
jumpSearch() {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/shop/search',
|
url: '/pages/rwa_package/dongjian/search',
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
|
|||||||
+2
-2
@@ -232,7 +232,7 @@ export default {
|
|||||||
id: 5,
|
id: 5,
|
||||||
title: "加速次数",
|
title: "加速次数",
|
||||||
url: 'https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/tool_js.png',
|
url: 'https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/tool_js.png',
|
||||||
path: "/pages/user/jia"
|
path: "/pages/rwa_package/dongjian/jia"
|
||||||
},
|
},
|
||||||
// {
|
// {
|
||||||
// id: 3,
|
// id: 3,
|
||||||
@@ -305,7 +305,7 @@ export default {
|
|||||||
id: 12,
|
id: 12,
|
||||||
title: "财务",
|
title: "财务",
|
||||||
url: '/static/mine/tool_cw.png',
|
url: '/static/mine/tool_cw.png',
|
||||||
path: "/pages/user/finance",
|
path: "/pages/rwa_package/dongjian/finance",
|
||||||
}, {
|
}, {
|
||||||
id: 11,
|
id: 11,
|
||||||
title: "股东行权",
|
title: "股东行权",
|
||||||
|
|||||||
@@ -142,7 +142,7 @@ export default {
|
|||||||
})
|
})
|
||||||
}else if(type === 'contract'){
|
}else if(type === 'contract'){
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url:'/pages/contract/index'
|
url:'/pages/rwa_package/dongjian/index'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ export default {
|
|||||||
if (this.type) {
|
if (this.type) {
|
||||||
//查看
|
//查看
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pages/contract/check`
|
url: `/pages/rwa_package/dongjian/check`
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
//去签署
|
//去签署
|
||||||
@@ -121,7 +121,7 @@ export default {
|
|||||||
if (this.type) {
|
if (this.type) {
|
||||||
//查看
|
//查看
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pages/contract/check`
|
url: `/pages/rwa_package/dongjian/check`
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
//去签署
|
//去签署
|
||||||
+1
-1
@@ -135,7 +135,7 @@ export default {
|
|||||||
jumpSearch(item) {
|
jumpSearch(item) {
|
||||||
|
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/shop/search',
|
url: '/pages/rwa_package/dongjian/search',
|
||||||
})
|
})
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user