Commit 8b864a05 by 朱建香

1.修改昵称后未刷新

2.绑定成功后通知提示
3.css的position在不同手机系统的兼容问题(点击input标签弹出输入框影响样式)
parent c22bc533
...@@ -38,10 +38,10 @@ function init() { ...@@ -38,10 +38,10 @@ function init() {
this.extras = iot.navigator.getExtras(); this.extras = iot.navigator.getExtras();
this.role = this.extras.role; this.role = this.extras.role;
let self = this; let self = this;
// window.addEventListener('returnPage',function(event){ window.addEventListener('returnPage',function(event){
// console.log("returnPage"); console.log("returnPage");
// getUserInfo(self); getUserInfo(self);
// }); });
getUserInfo(this); getUserInfo(this);
let opener = plus.webview.currentWebview().opener(); let opener = plus.webview.currentWebview().opener();
if(opener.id == 'addUser'){ if(opener.id == 'addUser'){
......
...@@ -230,6 +230,8 @@ ...@@ -230,6 +230,8 @@
span{ span{
&:first-child{ &:first-child{
.iconfont(20px); .iconfont(20px);
position: relative;
top: 4px;/*no*/
} }
} }
} }
......
...@@ -283,7 +283,7 @@ ...@@ -283,7 +283,7 @@
} }
} }
@media (max-height: 450px/*no*/){ @media (max-height: 500px/*no*/){
#app{ #app{
height: 647px; height: 647px;
position: relative; position: relative;
......
...@@ -831,7 +831,7 @@ p { ...@@ -831,7 +831,7 @@ p {
background: #bbb; background: #bbb;
} }
@media (max-height: 450px /*no*/) { @media (max-height: 500px /*no*/) {
#app { #app {
height: 17.253rem; height: 17.253rem;
position: relative; position: relative;
...@@ -1177,6 +1177,8 @@ p { ...@@ -1177,6 +1177,8 @@ p {
font-size: 0.533rem; font-size: 0.533rem;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
line-height: 1; line-height: 1;
position: relative;
top: 4px;
} }
.custom-process-button { .custom-process-button {
......
...@@ -643,7 +643,7 @@ p { ...@@ -643,7 +643,7 @@ p {
background: #bbb; background: #bbb;
} }
@media (max-height: 450px /*no*/) { @media (max-height: 500px /*no*/) {
#app { #app {
height: 17.253rem; height: 17.253rem;
position: relative; position: relative;
......
...@@ -537,7 +537,7 @@ p { ...@@ -537,7 +537,7 @@ p {
background: #bbb; background: #bbb;
} }
@media (max-height: 450px /*no*/) { @media (max-height: 500px /*no*/) {
#app { #app {
height: 17.253rem; height: 17.253rem;
position: relative; position: relative;
......
...@@ -756,7 +756,7 @@ p { ...@@ -756,7 +756,7 @@ p {
background: #bbb; background: #bbb;
} }
@media (max-height: 450px /*no*/) { @media (max-height: 500px /*no*/) {
#app { #app {
height: 17.253rem; height: 17.253rem;
position: relative; position: relative;
......
...@@ -536,7 +536,7 @@ p { ...@@ -536,7 +536,7 @@ p {
background: #bbb; background: #bbb;
} }
@media (max-height: 450px /*no*/) { @media (max-height: 500px /*no*/) {
#app { #app {
height: 17.253rem; height: 17.253rem;
position: relative; position: relative;
......
...@@ -694,7 +694,7 @@ p { ...@@ -694,7 +694,7 @@ p {
background: #bbb; background: #bbb;
} }
@media (max-height: 450px /*no*/) { @media (max-height: 500px /*no*/) {
#app { #app {
height: 17.253rem; height: 17.253rem;
position: relative; position: relative;
......
...@@ -564,7 +564,7 @@ p { ...@@ -564,7 +564,7 @@ p {
background: #bbb; background: #bbb;
} }
@media (max-height: 450px /*no*/) { @media (max-height: 500px /*no*/) {
#app { #app {
height: 17.253rem; height: 17.253rem;
position: relative; position: relative;
......
...@@ -622,7 +622,7 @@ p { ...@@ -622,7 +622,7 @@ p {
background: #bbb; background: #bbb;
} }
@media (max-height: 450px /*no*/) { @media (max-height: 500px /*no*/) {
#app { #app {
height: 17.253rem; height: 17.253rem;
position: relative; position: relative;
......
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