Commit 053e9a51 by wangshuo

日志打印

parent 8a8b5cb2
......@@ -177,10 +177,10 @@ export default class PayOrder extends Component {
}
onBridgeReady = (data) => {
console.log(`181 line data: ${data}`);
console.log(`181 line data: ${JSON.stringify(data)}`);
let _this = this;
data = data || _this.BridgeData;
console.log(`184 line data: ${data}`);
console.log(`184 line data: ${JSON.stringify(data)}`);
WeixinJSBridge.invoke(
'getBrandWCPayRequest', {
......
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