hanjing 6 lat temu
rodzic
commit
07054e78e9

+ 1 - 1
app/src/main/java/com/sheep/jiuyan/samllsheep/SheepApp.java

@@ -319,7 +319,7 @@ public class SheepApp extends MultiDexApplication {
 
     public IWXAPI getWxApi(String flag) {
         String appid = "1".equals(flag) ? Config.WX_PAY_APP_ID : Config.WX_PAY_APP_ID2;
-        wxApi = WXAPIFactory.createWXAPI(this, appid);
+        wxApi = WXAPIFactory.createWXAPI(this, null);
         // 将该app注册到微信
         wxApi.registerApp(appid);
         return wxApi;

+ 1 - 1
app/src/main/res/layout/activity_re_login_name.xml

@@ -30,7 +30,7 @@
             android:layout_weight="1"
             android:gravity="center"
             android:maxLength="20"
-            android:hint="(如邮箱地址、常用英文等唯一标识)" />
+            android:hint="(常用英文或数字唯一标识)" />
 
     </LinearLayout>
 

+ 1 - 1
app/src/main/res/layout/fragment_sign_up.xml

@@ -16,7 +16,7 @@
             android:id="@+id/user_name_box"
             style="@style/login_edit_style_name"
             android:maxLength="20"
-            android:hint="输入用户名(如常用英文唯一标识)" />
+            android:hint="输入用户名(如常用英文或数字唯一标识)" />
 
         <View style="@style/login_separetor_line_style" />