提交 cfd4269b authored 作者: 黄旭新's avatar 黄旭新

xin

...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
}, },
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{ {
"path": "pages/index/index", "path": "pages/index/index",
"style": { "style": {
...@@ -13,7 +12,6 @@ ...@@ -13,7 +12,6 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{ {
"path": "pages/login/login", "path": "pages/login/login",
"style": { "style": {
...@@ -320,14 +318,14 @@ ...@@ -320,14 +318,14 @@
{ {
"path": "pages/Account/AccountLook", "path": "pages/Account/AccountLook",
"style": { "style": {
"navigationBarTitleText": "查看", "navigationBarTitleText": "查看账号",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
{ {
"path": "pages/Account/AccountRedact", "path": "pages/Account/AccountRedact",
"style": { "style": {
"navigationBarTitleText": "添加", "navigationBarTitleText": "添加账号",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
...@@ -407,7 +405,7 @@ ...@@ -407,7 +405,7 @@
{ {
"path": "Contracts/LssueContracts/LssueContracts", "path": "Contracts/LssueContracts/LssueContracts",
"style": { "style": {
"navigationBarTitleText": "开具合同", "navigationBarTitleText": "上传合同",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
...@@ -429,7 +427,7 @@ ...@@ -429,7 +427,7 @@
{ {
"path": "MyGroups/MyGroups", "path": "MyGroups/MyGroups",
"style": { "style": {
"navigationBarTitleText": "我的拼团记录", "navigationBarTitleText": "拼团记录",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
......
...@@ -527,7 +527,6 @@ ...@@ -527,7 +527,6 @@
let data = res.data let data = res.data
this.takeCompanyList = data.map(item => { this.takeCompanyList = data.map(item => {
// console.log(item.certificationName) // console.log(item.certificationName)
(function(str) { (function(str) {
console.log(str) console.log(str)
item.certificationName = str.substring(0, 2) + '***有限公司' item.certificationName = str.substring(0, 2) + '***有限公司'
......
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
let scene2 = JSON.stringify(scene.split('&&')[1]) let scene2 = JSON.stringify(scene.split('&&')[1])
//ht=1 scene存量企业 //ht=1 scene存量企业
if (scene2.indexOf('ht=') >= 0) { if (scene2.indexOf('ht=') >= 0) {
that.culiangcontractId = scene2.split('=')[1] that.culiangcontractId = split('=')[1]
uni.showToast({ uni.showToast({
title: that.culiangcontractId, title: that.culiangcontractId,
icon: 'none', icon: 'none',
......
...@@ -326,7 +326,7 @@ ...@@ -326,7 +326,7 @@
}, },
{ {
id: 3, id: 3,
name: '结算联系单', name: '零售结算联系单',
limit: 'retailSettlementForm', limit: 'retailSettlementForm',
others: 'null', others: 'null',
image: 'https://fire.huoshitou.net/profile/icon/jslxd.png', image: 'https://fire.huoshitou.net/profile/icon/jslxd.png',
...@@ -353,7 +353,7 @@ ...@@ -353,7 +353,7 @@
}, },
{ {
id: 1, id: 1,
name: '结算联系单', name: '零售结算联系单',
others: 'null', others: 'null',
limit: 'retailSettlementForm', limit: 'retailSettlementForm',
image: 'https://fire.huoshitou.net/profile/icon/jslxd.png', image: 'https://fire.huoshitou.net/profile/icon/jslxd.png',
...@@ -379,7 +379,7 @@ ...@@ -379,7 +379,7 @@
}, },
{ {
id: 1, id: 1,
name: '结算联系单', name: '零售结算联系单',
others: 'null', others: 'null',
limit: 'retailSettlementForm', limit: 'retailSettlementForm',
image: 'https://fire.huoshitou.net/profile/icon/jslxd.png', image: 'https://fire.huoshitou.net/profile/icon/jslxd.png',
......
...@@ -92,6 +92,9 @@ ...@@ -92,6 +92,9 @@
that.contractId = options.id that.contractId = options.id
if (options.template) { if (options.template) {
that.onTemplate = false that.onTemplate = false
uni.setNavigationBarTitle({
title: '开具合同'
})
} }
}, },
onShow() { onShow() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论