Explorar el Código

Address missing after user input -- 地址输入框输入后文字丢失
(resolve: #14763)

Ray Zhang hace 4 años
padre
commit
279d2361a6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Ants Contract/common/PageViewController.m

+ 1 - 1
Ants Contract/common/PageViewController.m

@@ -1720,7 +1720,7 @@ typedef enum {
                 }
                 else
                     self.doc_controlTemplate[page][controln][@"value"]=text;
-                ;
+                newvalue = text;
             }
             
             tv.text = newvalue;