Commit 1b936eac12fa7e86059ae0df28c3fe13aa70ae5b
1 parent
afa2fb86
宣化 通道码
Showing
4 changed files
with
29 additions
and
13 deletions
index.html
0 → 100644
1 | +<!DOCTYPE html> | ||
2 | +<html> | ||
3 | + <head> | ||
4 | + <meta charset="utf-8"> | ||
5 | + <meta name="google" content="notranslate"> | ||
6 | + <meta name="viewport" content="width=device-width,initial-scale=1.0"> | ||
7 | + <title>通道码</title> | ||
8 | + <!--<script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=cuMSxNl5LOY6sf1M3nDGtG6tGXl5a0Bb"></script>--> | ||
9 | + </head> | ||
10 | + <body> | ||
11 | + <div id="app"></div> | ||
12 | + <!-- built files will be auto injected --> | ||
13 | + </body> | ||
14 | +</html> |
src/components/plateNumber.vue
@@ -26,7 +26,7 @@ | @@ -26,7 +26,7 @@ | ||
26 | <span>{{formData.num0}}</span> | 26 | <span>{{formData.num0}}</span> |
27 | </div> | 27 | </div> |
28 | <div class="num1" @click="clickKeyWordWrap(1)"><span>{{formData.num1}}</span></div> | 28 | <div class="num1" @click="clickKeyWordWrap(1)"><span>{{formData.num1}}</span></div> |
29 | - <!--<em class="spot"></em>--> | 29 | + <em class="spot"></em> |
30 | <div class="num1" @click="clickKeyWordWrap(2)"><span>{{formData.num2}}</span></div> | 30 | <div class="num1" @click="clickKeyWordWrap(2)"><span>{{formData.num2}}</span></div> |
31 | <div class="num1" @click="clickKeyWordWrap(3)"><span>{{formData.num3}}</span></div> | 31 | <div class="num1" @click="clickKeyWordWrap(3)"><span>{{formData.num3}}</span></div> |
32 | <div class="num1" @click="clickKeyWordWrap(4)"><span>{{formData.num4}}</span></div> | 32 | <div class="num1" @click="clickKeyWordWrap(4)"><span>{{formData.num4}}</span></div> |
@@ -674,9 +674,9 @@ export default { | @@ -674,9 +674,9 @@ export default { | ||
674 | background-color: #d8d8d8; | 674 | background-color: #d8d8d8; |
675 | } | 675 | } |
676 | & > div { | 676 | & > div { |
677 | - width: 1.8rem; | ||
678 | - height: 1.8rem; | ||
679 | - border: 1px solid #e4e4e4; | 677 | + width: 2.3rem; |
678 | + height: 2.3rem; | ||
679 | + border: 1px solid #4194EF; | ||
680 | &.first { | 680 | &.first { |
681 | position: relative; | 681 | position: relative; |
682 | text-align: center; | 682 | text-align: center; |
@@ -718,7 +718,7 @@ export default { | @@ -718,7 +718,7 @@ export default { | ||
718 | justify-content: center; | 718 | justify-content: center; |
719 | width: 100%; | 719 | width: 100%; |
720 | height: 100%; | 720 | height: 100%; |
721 | - font-size: 1rem; | 721 | + font-size: 1.2rem; |
722 | color: #828282; | 722 | color: #828282; |
723 | &.first { | 723 | &.first { |
724 | background-color: #9cbce2; | 724 | background-color: #9cbce2; |
@@ -766,8 +766,8 @@ export default { | @@ -766,8 +766,8 @@ export default { | ||
766 | margin-bottom: 0.45rem; | 766 | margin-bottom: 0.45rem; |
767 | .word { | 767 | .word { |
768 | box-sizing: border-box; | 768 | box-sizing: border-box; |
769 | - width: 1.8rem; | ||
770 | - height: 1.8rem; | 769 | + width: 2.2rem; |
770 | + height: 2.2rem; | ||
771 | // border: 1px solid #9cbce2; | 771 | // border: 1px solid #9cbce2; |
772 | box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.35); | 772 | box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.35); |
773 | border-radius: 0.16rem; | 773 | border-radius: 0.16rem; |
@@ -788,6 +788,7 @@ export default { | @@ -788,6 +788,7 @@ export default { | ||
788 | color: #000; | 788 | color: #000; |
789 | // border: 1px solid #fff; | 789 | // border: 1px solid #fff; |
790 | border-radius: 0.125rem; | 790 | border-radius: 0.125rem; |
791 | + font-size: 1.2rem; | ||
791 | } | 792 | } |
792 | img { | 793 | img { |
793 | width: 1.6rem; | 794 | width: 1.6rem; |
@@ -811,18 +812,19 @@ export default { | @@ -811,18 +812,19 @@ export default { | ||
811 | justify-content: space-between; | 812 | justify-content: space-between; |
812 | align-items: center; | 813 | align-items: center; |
813 | height: 2rem; | 814 | height: 2rem; |
814 | - margin-bottom: 0.3rem; | 815 | + margin-bottom: 0.6rem; |
815 | span { | 816 | span { |
816 | text-align: center; | 817 | text-align: center; |
817 | display: flex; | 818 | display: flex; |
818 | - width: 1.8rem; | 819 | + width: 2.2rem; |
819 | align-items: center; | 820 | align-items: center; |
820 | justify-content: center; | 821 | justify-content: center; |
821 | - height: 1.8rem; | 822 | + height: 2.2rem; |
822 | margin: 0 0.3rem; | 823 | margin: 0 0.3rem; |
823 | box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.35); | 824 | box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.35); |
824 | background-color: #fff; | 825 | background-color: #fff; |
825 | border-radius: 0.125rem; | 826 | border-radius: 0.125rem; |
827 | + font-size: 1.2rem; | ||
826 | &:active { | 828 | &:active { |
827 | background-color: #e4e4e4; | 829 | background-color: #e4e4e4; |
828 | } | 830 | } |
src/utils/request.js
@@ -10,7 +10,7 @@ const service = axios.create({ | @@ -10,7 +10,7 @@ const service = axios.create({ | ||
10 | 10 | ||
11 | // https://dev.renniting.cn/pay/ 赤峰农行测试环境 | 11 | // https://dev.renniting.cn/pay/ 赤峰农行测试环境 |
12 | 12 | ||
13 | - baseURL: 'https://pay.jycrtc.com/', // url = base url + request url | 13 | + baseURL: 'https://pay.ccccitd.cc', // url = base url + request url |
14 | // withCredentials: true, // send cookies when cross-domain requests | 14 | // withCredentials: true, // send cookies when cross-domain requests |
15 | timeout: 6000 // request timeout | 15 | timeout: 6000 // request timeout |
16 | }) | 16 | }) |
src/utils/utils.js
@@ -177,9 +177,9 @@ export default { | @@ -177,9 +177,9 @@ export default { | ||
177 | 177 | ||
178 | myDeviceInfo: 'BC0703A4-AFB0-4B51-9089-9B7487C0CC6E', // 公共请求设备信息 | 178 | myDeviceInfo: 'BC0703A4-AFB0-4B51-9089-9B7487C0CC6E', // 公共请求设备信息 |
179 | 179 | ||
180 | - myVxAppId: 'wx74f1b0ec227958da', | 180 | + myVxAppId: 'wx1489e48e6a547023', |
181 | 181 | ||
182 | - myOrgId: '10107', | 182 | + myOrgId: '10120', |
183 | 183 | ||
184 | myGetSign: function (objb) { // 获取签名 | 184 | myGetSign: function (objb) { // 获取签名 |
185 | var compare = function (obj1, obj2) { | 185 | var compare = function (obj1, obj2) { |