From 01fb7d378d844186856d320e09d0a1874a7768cc Mon Sep 17 00:00:00 2001
From: meo <18801474720@163.com>
Date: Wed, 11 Sep 2019 16:35:52 +0800
Subject: [PATCH] =?UTF-8?q?[=E6=8E=88=E6=9D=83][=E4=BF=AE=E6=94=B9]:[?=
=?UTF-8?q?=E6=8E=88=E6=9D=83=E7=9A=84=E4=BF=AE=E6=94=B9]?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
ext.json | 2 +-
pages/getphoneInfo/index.js | 6 +++++-
pages/getphoneInfo/index.wxml | 1 +
pages/getphoneInfo/index.wxss | 5 +++--
pages/getuserinfo/index.js | 6 +++++-
pages/getuserinfo/index.wxml | 1 +
pages/getuserinfo/index.wxss | 5 +++--
7 files changed, 19 insertions(+), 7 deletions(-)
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;