no message

This commit is contained in:
2025-08-17 01:13:23 +08:00
parent e1d02806fc
commit 7ec3693bab
12 changed files with 37 additions and 37 deletions
+30 -30
View File
@@ -35,36 +35,6 @@
"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",
"style": {
@@ -287,6 +257,36 @@
"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",
"style": {
+1 -1
View File
@@ -431,7 +431,7 @@ export default {
},
jumpSearch() {
uni.navigateTo({
url: '/pages/shop/search',
url: '/pages/rwa_package/dongjian/search',
})
},
/**
+2 -2
View File
@@ -232,7 +232,7 @@ export default {
id: 5,
title: "加速次数",
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,
@@ -305,7 +305,7 @@ export default {
id: 12,
title: "财务",
url: '/static/mine/tool_cw.png',
path: "/pages/user/finance",
path: "/pages/rwa_package/dongjian/finance",
}, {
id: 11,
title: "股东行权",
@@ -142,7 +142,7 @@ export default {
})
}else if(type === 'contract'){
uni.navigateTo({
url:'/pages/contract/index'
url:'/pages/rwa_package/dongjian/index'
})
}
},
@@ -101,7 +101,7 @@ export default {
if (this.type) {
//查看
uni.navigateTo({
url: `/pages/contract/check`
url: `/pages/rwa_package/dongjian/check`
})
} else {
//去签署
@@ -121,7 +121,7 @@ export default {
if (this.type) {
//查看
uni.navigateTo({
url: `/pages/contract/check`
url: `/pages/rwa_package/dongjian/check`
})
} else {
//去签署
+1 -1
View File
@@ -135,7 +135,7 @@ export default {
jumpSearch(item) {
uni.navigateTo({
url: '/pages/shop/search',
url: '/pages/rwa_package/dongjian/search',
})
},