|
|
@@ -66,7 +66,7 @@ const formSubmit = () => {
|
|
|
if (checked.value) {
|
|
|
fullloading((hideLoading) => {
|
|
|
const client = getClientAgent()
|
|
|
- userLogin(client.isiPhone ? ClientType.IOS : client.isAndroid ? ClientType.Android : ClientType.PCTrade).then(() => {
|
|
|
+ userLogin(client.isiPhone ? ClientType.IOS : client.isAndroid ? ClientType.Android : ClientType.Wechat).then(() => {
|
|
|
hideLoading()
|
|
|
routerBack()
|
|
|
showSuccessToast('登录成功')
|