Commit 80387efb by Chao Sun

上一步按钮显示

parent 2d00082b
......@@ -121,6 +121,7 @@ export class AskComponent implements OnInit {
pages: this.filterItems()
}
}
console.log(answerParam)
if (this.curPage == 16) {
this.commonService.saveCustomerAnwers(answerParam).then(res => {
......
......@@ -190,10 +190,10 @@ ul li,ol li{
}
.toastContent{
position: absolute;
position: fixed;
bottom: 0;
width: 100%;
height: 40%;
height: 50%;
background-color: #fff;
z-index: 20;
}
......@@ -242,8 +242,9 @@ ul li,ol li{
}
.toastContent ul.city {
margin: 0;
overflow: auto;
overflow: scroll;
max-height: 240px;
-webkit-overflow-scrolling: touch;
}
.toastContent ul.city li{
width: 100%;
......
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