Commit b513749c7cb726dd9942f88aeeec69fa9e2f5bed
1 parent
399d88c7
西城 静态码
Showing
4 changed files
with
43 additions
and
10 deletions
src/components/pay.vue
src/components/plateNumber.vue
... | ... | @@ -186,10 +186,41 @@ |
186 | 186 | <div class="word"> |
187 | 187 | <span>新</span> |
188 | 188 | </div> |
189 | + <!--<div class="word">--> | |
190 | + <!--<span>学</span>--> | |
191 | + <!--</div>--> | |
189 | 192 | <div class="word bordernone"> |
190 | - <!-- <img src="../assets/images/icon-switch.png" alt=""> --> | |
193 | + <!-- <img src="../assets/images/icon-switch.png" alt=""> --> | |
191 | 194 | </div> |
192 | 195 | </div> |
196 | + | |
197 | + <!--<div class="first-word"--> | |
198 | + <!--@click="selectFirstWord($event)">--> | |
199 | + <!--<div class="word">--> | |
200 | + <!--<span>港</span>--> | |
201 | + <!--</div>--> | |
202 | + <!--<div class="word">--> | |
203 | + <!--<span>澳</span>--> | |
204 | + <!--</div>--> | |
205 | + <!--<div class="word">--> | |
206 | + <!--<span>领</span>--> | |
207 | + <!--</div>--> | |
208 | + | |
209 | + <!--<div class="word">--> | |
210 | + <!--<span>警</span>--> | |
211 | + <!--</div>--> | |
212 | + | |
213 | + | |
214 | + <!--<div class="word bordernone">--> | |
215 | + <!--</div>--> | |
216 | + <!--<div class="word bordernone">--> | |
217 | + <!--</div>--> | |
218 | + <!--<div class="word bordernone">--> | |
219 | + <!--</div>--> | |
220 | + <!--<div class="word bordernone">--> | |
221 | + <!--</div>--> | |
222 | + <!--</div>--> | |
223 | + | |
193 | 224 | </div> |
194 | 225 | <div class="keyboard-wrap" v-show="keyBoardStatus == true"> |
195 | 226 | <!-- <div class="number-wrap"></div> | ... | ... |
src/router/index.js
... | ... | @@ -2,7 +2,7 @@ import Vue from 'vue' |
2 | 2 | import Router from 'vue-router' |
3 | 3 | import plateNumber from '@/components/plateNumber' |
4 | 4 | // import parkRecord from '@/components/parkRecord' |
5 | -import dynCodePay from '@/components/dynCodePay' | |
5 | +// import dynCodePay from '@/components/dynCodePay' | |
6 | 6 | |
7 | 7 | Vue.use(Router) |
8 | 8 | |
... | ... | @@ -11,7 +11,7 @@ export default new Router({ |
11 | 11 | { |
12 | 12 | path: '/', |
13 | 13 | redirect: { |
14 | - name: 'dynCodePay' | |
14 | + name: 'plateNumber' | |
15 | 15 | } |
16 | 16 | }, |
17 | 17 | // { |
... | ... | @@ -42,11 +42,11 @@ export default new Router({ |
42 | 42 | }, |
43 | 43 | |
44 | 44 | |
45 | - { | |
46 | - path: '/dynCodePay', | |
47 | - name: 'dynCodePay', | |
48 | - component: () => import("@/components/dynCodePay.vue") | |
49 | - }, | |
45 | + // { | |
46 | + // path: '/dynCodePay', | |
47 | + // name: 'dynCodePay', | |
48 | + // component: () => import("@/components/dynCodePay.vue") | |
49 | + // }, | |
50 | 50 | |
51 | 51 | { |
52 | 52 | path: '/pay', | ... | ... |
src/utils/utils.js
... | ... | @@ -160,12 +160,13 @@ export default { |
160 | 160 | |
161 | 161 | myDeviceInfo: 'BC0703A4-AFB0-4B51-9089-9B7487C0CC6E', // 公共请求设备信息 |
162 | 162 | |
163 | - myVxAppId: 'wx2af2bab90d433c86', | |
163 | + myVxAppId: 'wx78702b90dadb9586', | |
164 | + // 西城 appid wx78702b90dadb9586 | |
164 | 165 | // 测试环境 微信赤峰 appid wxff4cebaedbf4f886 |
165 | 166 | // 微信赤峰 appid wx2af2bab90d433c86 |
166 | 167 | // 黄石 appid wxa1a66cc7d263afe6 |
167 | 168 | |
168 | - myOrgId: '10003', // 归属地 赤峰id 10003 黄石 10079 | |
169 | + myOrgId: '10007', // 归属地 赤峰id 10003 黄石 10079 西城10007 | |
169 | 170 | |
170 | 171 | myGetSign: function (objb) { // 获取签名 |
171 | 172 | var compare = function (obj1, obj2) { | ... | ... |