提交 dca6c8ef 编写于 作者: huangwensu's avatar huangwensu

详情页目录样式修改

上级 f5e00707
......@@ -61,9 +61,10 @@
</van-collapse-item>
</van-collapse>
<!-- <Toast ref="toastTitle"></Toast> -->
<div v-if="index+1 < projectComponent.length" class="line-component"></div>
<!-- <div v-if="index+1 < projectComponent.length" class="line-component"></div> -->
</div>
<NoMoreContent v-if="detailNum > 9" />
<!-- <NoMoreContent v-if="detailNum > 9" /> -->
<NoMoreContent />
<div v-if="detailNum <= 9" class="no-more-bottom"></div>
<van-dialog
v-model="dialogState"
......@@ -107,7 +108,7 @@ export default {
return {
appVersion: "200",
hocImg: require("../../images/has-owner-cert.png"),
activeNames: [],
activeNames: [1],
dialogState: false,
projectId: 1
};
......
......@@ -95,9 +95,9 @@
.van-field__control {
text-align: right !important;
}
.van-hairline--top-bottom::after, .van-hairline-unset--top-bottom::after {
border-width: px2rem(1px) 0 !important;
}
// .van-hairline--top-bottom::after, .van-hairline-unset--top-bottom::after {
// border-width: px2rem(1px) 0 !important;
// }
// .van-hairline, .van-hairline--surround, .van-hairline--top, .van-hairline--top-bottom {
// position: inherit !important;
// }
......
......@@ -240,8 +240,7 @@ export default {
});
},
scrollFun() {
let scrollTop =
document.body.scrollTop || document.documentElement.scrollTop;
let scrollTop = document.body.scrollTop || document.documentElement.scrollTop;
const catalogue = document.getElementById("catalogue-content");
const h = catalogue.offsetTop - 600;
if (scrollTop > 20) {
......@@ -288,7 +287,7 @@ export default {
let param = {
id: _this.projectId,
creditId: _this.project.creditId || 1,
token: _this.userInfo.userToken || "AAA613F74B7A4746AEE8354458FF4896",
token: _this.userInfo.userToken || "DA2A4E43343E47DEB4C4B708288D02D4",
setEntry: true
};
_this.NEW_POST("cme/credit/applyCheck", param).then(res => {
......@@ -309,7 +308,7 @@ export default {
let param = {
id: _this.projectId,
creditId: _this.project.creditId || 1,
token: _this.userInfo.userToken || "FA4BB8D91DA442119C517C40A0536583",
token: _this.userInfo.userToken || "DA2A4E43343E47DEB4C4B708288D02D4",
setEntry: true
};
_this.NEW_POST("cme/credit/applyCheck", param).then(res => {
......@@ -365,7 +364,7 @@ export default {
getProjectParticularsV2() {
let _this = this;
let param = {
token: _this.userInfo.userToken || "FA4BB8D91DA442119C517C40A0536583",
token: _this.userInfo.userToken || "DA2A4E43343E47DEB4C4B708288D02D4",
setEntry: true
};
// _this.showLoading = true;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册