Commit 662cc8f1 authored by 郭志伟's avatar 郭志伟 Committed by 郝聪敏

fix: 调试

parent ec218a9a
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Description: 支付微信h5, jsapi, 第三方收银台,跳转) * @Description: 支付微信h5, jsapi, 第三方收银台,跳转)
* @Date: 2020-07-28 15:03:52 * @Date: 2020-07-28 15:03:52
* @LastEditors: gzw * @LastEditors: gzw
* @LastEditTime: 2020-08-04 10:30:09 * @LastEditTime: 2020-08-04 16:05:55
*/ */
import cherry from "@qg/cherry-ui"; import cherry from "@qg/cherry-ui";
...@@ -17,6 +17,7 @@ const { Notify } = cherry; ...@@ -17,6 +17,7 @@ const { Notify } = cherry;
* @return: * @return:
*/ */
function payByWeixinJsapi(info = {}, callback) { function payByWeixinJsapi(info = {}, callback) {
console.log(info);
function onBridgeReady() { function onBridgeReady() {
// eslint-disable-next-line no-undef // eslint-disable-next-line no-undef
WeixinJSBridge.invoke("getBrandWCPayRequest", info, function(res) { WeixinJSBridge.invoke("getBrandWCPayRequest", info, function(res) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment