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

详情页目录样式修改

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