فهرست منبع

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

Ray Zhang 4 سال پیش
والد
کامیت
279d2361a6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;