@@ -668,6 +668,13 @@
"style": {
"navigationBarTitleText": "提交订单"
}
+ },
+ {
+ "path": "offerSheetDetail",
+ "style": {
+ //"navigationBarTitleText": "报价单详情"
+ "navigationStyle": "custom"
+ }
@@ -299,6 +299,9 @@
uni.navigateTo({
url: 'historyDetail?id=' + item.id + '&lastDay=' + item.lastDay
})
+ /* uni.navigateTo({
+ url: '../subPack/offerSheetDetail?id=' + item.id + '&lastDay=' + item.lastDay
+ }) */
},
goDetail2(item){