Commit 617ce459 authored by zhengke's avatar zhengke

修改页面

parent d587a1cd
...@@ -497,14 +497,14 @@ ...@@ -497,14 +497,14 @@
} }
.detail-box .expense{ .detail-box .expense{
/* display: flex; */ /* display: flex; */
margin: 30px 0; /* margin: 30px 0; */
} }
.detail-box .expense p{ .detail-box .expense p{
margin: 0; margin: 0;
} }
.detail-box .expense .left{ .detail-box .expense .left{
width: 120px; width: 120px;
text-align: center; text-align: left;
font-size: '18px'; font-size: '18px';
font-family: 'PingFangR'; font-family: 'PingFangR';
} }
......
...@@ -842,12 +842,9 @@ ...@@ -842,12 +842,9 @@
let userInfo = this.getLocalStorage(); let userInfo = this.getLocalStorage();
var B2BDomain = userInfo.B2BDomain; var B2BDomain = userInfo.B2BDomain;
let configId = this.NewConfigId; let configId = this.NewConfigId;
window.open(
B2BDomain + "/#/detailTwo/" + var B2BDomain = this.CurrentUserInfo.B2BDomain;
encodeURIComponent(configId) + '/' + 0 + this.$tripUtils.GotoB2BPage(B2BDomain, encodeURIComponent(configId), 0);
"/preview",
"_blank"
);
}, },
}, },
updated: function () { updated: function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment