diff --git a/ext.json b/ext.json
index 843bda7..302a6e6 100644
--- a/ext.json
+++ b/ext.json
@@ -17,7 +17,7 @@
],
"configUrl": "https://c.malls.iformall.com/C/api",
"etcpAppId": "wxc07f9d67923d676d",
- "ifStoreApp": "2",
+ "ifStoreApp": "0",
"etcpVersion": "release",
"etcpCallbackUrl": "https://admin.malls.iformall.com/api/carCallback/etcpPaidCallback",
"ifHaveWebSocket": "0",
diff --git a/pages/getphoneInfo/index.js b/pages/getphoneInfo/index.js
index 8c273cc..eb4b156 100755
--- a/pages/getphoneInfo/index.js
+++ b/pages/getphoneInfo/index.js
@@ -59,7 +59,11 @@ Page({
});
})
},
-
+ backHome: function () {
+ wx.switchTab({
+ url: '/index/index',
+ })
+ },
getPhoneNumber: function (e) {
var that = this;
var iv = e.detail.iv;
diff --git a/pages/getphoneInfo/index.wxml b/pages/getphoneInfo/index.wxml
index ace606c..1b0935f 100755
--- a/pages/getphoneInfo/index.wxml
+++ b/pages/getphoneInfo/index.wxml
@@ -10,5 +10,6 @@
请升级微信版本
+
\ No newline at end of file
diff --git a/pages/getphoneInfo/index.wxss b/pages/getphoneInfo/index.wxss
index 383cbe1..8493d60 100755
--- a/pages/getphoneInfo/index.wxss
+++ b/pages/getphoneInfo/index.wxss
@@ -8,7 +8,9 @@ page{
align-items: center;
justify-content: center;
}
-
+.backHome{
+ margin-top: 20rpx!important;
+}
.login-logo {
width: 320rpx;
/* height: 320rpx; */
@@ -34,7 +36,6 @@ page{
border-radius: 15rpx !important;
height: 94rpx !important;
line-height: 94rpx;
- margin: 0 !important;
padding: 0 !important;
font-family: PingFangSC-Semibold !important;
font-size: 36rpx !important;
diff --git a/pages/getuserinfo/index.js b/pages/getuserinfo/index.js
index 693a44d..3e2ffd1 100755
--- a/pages/getuserinfo/index.js
+++ b/pages/getuserinfo/index.js
@@ -99,7 +99,11 @@ Page({
});
})
},
-
+ backHome: function () {
+ wx.switchTab({
+ url: '/index/index',
+ })
+ },
bindGetUserInfo: function (e) {
let that = this;
var iv = e.detail.iv;
diff --git a/pages/getuserinfo/index.wxml b/pages/getuserinfo/index.wxml
index d44cbff..96f5095 100755
--- a/pages/getuserinfo/index.wxml
+++ b/pages/getuserinfo/index.wxml
@@ -10,5 +10,6 @@
微信用户登录
+
\ No newline at end of file
diff --git a/pages/getuserinfo/index.wxss b/pages/getuserinfo/index.wxss
index f7fc27d..ef6e405 100755
--- a/pages/getuserinfo/index.wxss
+++ b/pages/getuserinfo/index.wxss
@@ -8,7 +8,9 @@ page{
align-items: center;
justify-content: center;
}
-
+.backHome{
+ margin-top: 20rpx!important;
+}
.login-logo {
width: 320rpx;
/* height: 320rpx; */
@@ -44,7 +46,6 @@ page{
border-radius: 15rpx !important;
height: 94rpx !important;
line-height: 94rpx;
- margin: 0 !important;
padding: 0 !important;
font-family: PingFangSC-Semibold !important;
font-size: 36rpx !important;