Commit 617ce459 authored by zhengke's avatar zhengke

修改页面

parent d587a1cd
......@@ -497,14 +497,14 @@
}
.detail-box .expense{
/* display: flex; */
margin: 30px 0;
/* margin: 30px 0; */
}
.detail-box .expense p{
margin: 0;
}
.detail-box .expense .left{
width: 120px;
text-align: center;
text-align: left;
font-size: '18px';
font-family: 'PingFangR';
}
......
......@@ -842,12 +842,9 @@
let userInfo = this.getLocalStorage();
var B2BDomain = userInfo.B2BDomain;
let configId = this.NewConfigId;
window.open(
B2BDomain + "/#/detailTwo/" +
encodeURIComponent(configId) + '/' + 0 +
"/preview",
"_blank"
);
var B2BDomain = this.CurrentUserInfo.B2BDomain;
this.$tripUtils.GotoB2BPage(B2BDomain, encodeURIComponent(configId), 0);
},
},
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