API 兼容性:
QRN:v5.0.8
iOS:80011249
Android:60001408
QApolloCouponManager
原阿波罗 弹窗功能迁移到 qrn-js
import { QApolloCouponManager } from 'qunar-react-native';
{
needRequest: true, // 暂无作用, 可不传
showStyle: 100, // 代表网页样式现只有网页样式(目前只支持值为 100) 必传
luckyMoney: { // 弹窗内容url 必传
bgURL: 'https://m.flight.qunar.com/shark/apollo?cid=3315',
},
}
import { QApolloCouponManager } from 'qunar-react-native';
QApolloCouponManager.showLuckMoneyPage({
needRequest: true,
showStyle: 100,
luckyMoney: {
bgURL: 'https://m.flight.qunar.com/shark/apollo?cid=3315',
},
});