|
@@ -910,7 +910,7 @@ export const onBridgeReady = function (data, successful, cancel, failure) {
|
|
|
{
|
|
|
// 以下6个支付参数通过蓝兔支付的jsapi接口获取
|
|
|
// **************************
|
|
|
- appId: store.state.user.appId, //公众号appid
|
|
|
+ appId: getQueryVariable('appid') || getQueryVariable('appId') || '', //公众号appid
|
|
|
timeStamp: data.timeStamp, //时间戳
|
|
|
nonceStr: data.nonceStr, //随机字符串
|
|
|
package: data.payPackage || data.package, //订单详情扩展字符串
|