diff --git a/index.html b/index.html
new file mode 100644
index 0000000..a8d6759
--- /dev/null
+++ b/index.html
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+ 通道码
+
+
+
+
+
+
+
diff --git a/src/components/plateNumber.vue b/src/components/plateNumber.vue
index 852e555..fb8889c 100644
--- a/src/components/plateNumber.vue
+++ b/src/components/plateNumber.vue
@@ -26,7 +26,7 @@
{{formData.num0}}
{{formData.num1}}
-
+
{{formData.num2}}
{{formData.num3}}
{{formData.num4}}
@@ -674,9 +674,9 @@ export default {
background-color: #d8d8d8;
}
& > div {
- width: 1.8rem;
- height: 1.8rem;
- border: 1px solid #e4e4e4;
+ width: 2.3rem;
+ height: 2.3rem;
+ border: 1px solid #4194EF;
&.first {
position: relative;
text-align: center;
@@ -718,7 +718,7 @@ export default {
justify-content: center;
width: 100%;
height: 100%;
- font-size: 1rem;
+ font-size: 1.2rem;
color: #828282;
&.first {
background-color: #9cbce2;
@@ -766,8 +766,8 @@ export default {
margin-bottom: 0.45rem;
.word {
box-sizing: border-box;
- width: 1.8rem;
- height: 1.8rem;
+ width: 2.2rem;
+ height: 2.2rem;
// border: 1px solid #9cbce2;
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.35);
border-radius: 0.16rem;
@@ -788,6 +788,7 @@ export default {
color: #000;
// border: 1px solid #fff;
border-radius: 0.125rem;
+ font-size: 1.2rem;
}
img {
width: 1.6rem;
@@ -811,18 +812,19 @@ export default {
justify-content: space-between;
align-items: center;
height: 2rem;
- margin-bottom: 0.3rem;
+ margin-bottom: 0.6rem;
span {
text-align: center;
display: flex;
- width: 1.8rem;
+ width: 2.2rem;
align-items: center;
justify-content: center;
- height: 1.8rem;
+ height: 2.2rem;
margin: 0 0.3rem;
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.35);
background-color: #fff;
border-radius: 0.125rem;
+ font-size: 1.2rem;
&:active {
background-color: #e4e4e4;
}
diff --git a/src/utils/request.js b/src/utils/request.js
index e2de38a..62ef423 100644
--- a/src/utils/request.js
+++ b/src/utils/request.js
@@ -10,7 +10,7 @@ const service = axios.create({
// https://dev.renniting.cn/pay/ 赤峰农行测试环境
- baseURL: 'https://pay.jycrtc.com/', // url = base url + request url
+ baseURL: 'https://pay.ccccitd.cc', // url = base url + request url
// withCredentials: true, // send cookies when cross-domain requests
timeout: 6000 // request timeout
})
diff --git a/src/utils/utils.js b/src/utils/utils.js
index e8a7bc9..950a1aa 100644
--- a/src/utils/utils.js
+++ b/src/utils/utils.js
@@ -177,9 +177,9 @@ export default {
myDeviceInfo: 'BC0703A4-AFB0-4B51-9089-9B7487C0CC6E', // 公共请求设备信息
- myVxAppId: 'wx74f1b0ec227958da',
+ myVxAppId: 'wx1489e48e6a547023',
- myOrgId: '10107',
+ myOrgId: '10120',
myGetSign: function (objb) { // 获取签名
var compare = function (obj1, obj2) {