BJ_web_developers
/
codeScanning
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
7a0165951abd9eb73b05543dac7d573e70b93e81
Authored by
liuqimichale
2021-03-11 11:19:50 +0800
1 parent
b54e2f4e
赤峰测试环境 农行支付
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/components/orderPay.vue
src/components/orderPay.vue
View file @
7a01659
...
...
@@ -80,6 +80,7 @@ export default {
80
80
methods: {
81
81
getCode() {
82
82
var appID = this.$utils.myVxAppId;
83
+ alert(appID)
83
84
var code = this.getUrlParam('code');
84
85
var local = window.location.href;
85
86
if (code == null || code === '') {
...
...