`Alipay.pay(data).then((msg) => { ``Alert.alert("购买成功");` `console.log(msg);` `this.props.callback(msg);` `this.props.navigator.pop();` `}, (e) => {` `Alert.alert("购买失败");` `console.log(e);` `}).catch((e)=>{` `console.log(e);` `});` 我的调用结构是这样的