Commit 80387efb by Chao Sun

上一步按钮显示

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