Ver código fonte

Fix phonenum in bug

Z1hgq 7 anos atrás
pai
commit
77e1f6aa2a
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Gkzs/index/info/info.js

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

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