Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郝肖肖
9 years ago
Commit
e537b2919e8823c7de665fecd4c999d519940a70
1 parent
a1b161df
gulp ge 4.8.4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
static/dist/myohobuy/4.8.4/index-debug.js
static/dist/myohobuy/4.8.4/index.css
static/dist/myohobuy/4.8.4/index.js
static/dist/myohobuy/4.8.4/index-debug.js
View file @
e537b29
...
...
@@ -12787,7 +12787,7 @@ var loading = require("js/plugin/loading"),
// 点击微信显示加载
var
$loadingToast
=
$
(
".loading-toast"
);
var
theOrderCode
=
document
.
getElementById
(
'ordercode'
).
value
;
var
o
penId
=
document
.
getElementById
(
'openId'
).
value
;
var
weixinO
penId
=
document
.
getElementById
(
'openId'
).
value
;
var
wxPayEl
=
document
.
getElementById
(
'weixin'
),
wxHammer
=
wxPayEl
&&
new
Hammer
(
wxPayEl
);
...
...
@@ -12831,7 +12831,7 @@ function jsApiCall(orderCode, jsApiParameters) {
'getBrandWCPayRequest'
,
jsApiParameters
,
function
(
res
)
{
window
.
location
.
href
=
'/home/orders/detail?order_code='
+
orderCode
+
'&openId='
+
o
penId
;
window
.
location
.
href
=
'/home/orders/detail?order_code='
+
orderCode
+
'&openId='
+
weixinO
penId
;
}
);
}
...
...
@@ -12849,13 +12849,12 @@ function callpay(orderCode) {
document
.
attachEvent
(
'onWeixinJSBridgeReady'
,
jsApiCall
);
}
}
else
{
console
.
log
(
openId
,
'====='
);
$
.
ajax
({
type
:
'GET'
,
url
:
'/shopping/pay/wechatwapapi'
,
data
:
{
'order_code'
:
orderCode
,
'openId'
:
o
penId
,
'openId'
:
weixinO
penId
,
},
dataType
:
'json'
,
success
:
function
(
res
)
{
...
...
static/dist/myohobuy/4.8.4/index.css
View file @
e537b29
This diff could not be displayed because it is too large.
static/dist/myohobuy/4.8.4/index.js
View file @
e537b29
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment