Sfoglia il codice sorgente

Fix phonenum in bug

Z1hgq 7 anni fa
parent
commit
77e1f6aa2a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Gkzs/index/info/info.js

+ 1 - 1
Gkzs/index/info/info.js

xqd
@@ -158,7 +158,7 @@ Page({
   },
   phoneInput: function(e){
     this.setData({
-      phonein: e.detail.value
+      phone: e.detail.value
     })
   },
   showTopTips: function () {