Skip to content

Commit

Permalink
update js
Browse files Browse the repository at this point in the history
  • Loading branch information
bigrocs committed Oct 16, 2017
1 parent 34534ed commit b472194
Show file tree
Hide file tree
Showing 12 changed files with 2,680 additions and 9 deletions.
2 changes: 1 addition & 1 deletion resources/mixes/vue-omnipay/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
userId: 1,
broadcast: {"broadcaster":"socket.io","host":"corecmf.dev:6001"},
wechat: {"appOrder":{"appid":"wxd18b8356c98591dc","partnerid":"10035597","prepayid":"wx201710091720449ad72abfbb0777684740","package":"Sign=WXPay","noncestr":"f632de8f15f8a2534ce79c346cbf27d6","timestamp":1507540939,"sign":"54A14FB2F21DE06F801218D76B757292"},"jsOrder":{"appId":"wxd18b8356c98591dc","package":"prepay_id=wx201710091720449ad72abfbb0777684740","nonceStr":"873230eab68e9c3f6db8150c2b970275","timeStamp":"1507540939","signType":"MD5","paySign":"2622353863D2812AA1A5BE17369A2A07"},"webOrder":"weixin:\/\/wxpay\/bizpayurl?pr=rOLiOTf"},
order: {"id":1,"order_id":"20171007065552327701","uid":1,"name":"\u6d4b\u8bd5\u8ba2\u5355[\u9a71\u52a8:wechat]","fee":"16.80","gateway":"wechat","query_id":null,"status":"unpaid","created_at":"2017-10-07 06:55:52","updated_at":"2017-10-07 06:55:52"},
order: {"id":1,"order_id":"20171007065552327701","query_id":'AS1Q520171007065552327701A',"uid":1,"name":"\u6d4b\u8bd5\u8ba2\u5355[\u9a71\u52a8:wechat]","fee":"16.80","gateway":"alipay","status":"unpaid","created_at":"2017-10-07 06:55:52","updated_at":"2017-10-07 06:55:52"},
}</script><script src=//localhost:6001/socket.io/socket.io.js></script><link href=/vendor/omnipay/css/app.min.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/vendor/omnipay/js/manifest.min.js></script><script type=text/javascript src=/vendor/omnipay/js/vendor.min.js></script><script type=text/javascript src=/vendor/omnipay/js/app.min.js></script></body></html>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2,671 changes: 2,671 additions & 0 deletions resources/mixes/vue-omnipay/dist/vendor/omnipay/img/fontawesome-webfont.min.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions resources/mixes/vue-omnipay/src/components/app/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@ export default {
wechatQrcodeConfig: {
size: 260
},
responseOrder: {
query_id: null,
status: 'unpaid'
}
responseOrder: null
}
},
computed: {
Expand Down

0 comments on commit b472194

Please sign in to comment.