Browse Source

隐藏微信号填写

viczhq 4 weeks ago
parent
commit
40545ab15f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/pages/mineSub/infoEdit/index.jsx

+ 2 - 2
src/pages/mineSub/infoEdit/index.jsx

@@ -100,14 +100,14 @@ export default class Index extends Component {
100
         </View>
100
         </View>
101
         {/* 内容 */}
101
         {/* 内容 */}
102
         <View className="info-edit-content">
102
         <View className="info-edit-content">
103
-          <AtInput
103
+          {/* <AtInput
104
             name="value"
104
             name="value"
105
             title="微信账号"
105
             title="微信账号"
106
             type="text"
106
             type="text"
107
             placeholder="请输入微信账号"
107
             placeholder="请输入微信账号"
108
             value={this.state.wxAccount}
108
             value={this.state.wxAccount}
109
             onChange={this.handleAccountChange.bind(this)}
109
             onChange={this.handleAccountChange.bind(this)}
110
-          />
110
+          /> */}
111
           <AtInput
111
           <AtInput
112
             name="value"
112
             name="value"
113
             title="鱼市昵称"
113
             title="鱼市昵称"