Commit e850d90d by wangshuo

APP弹框

parent 2e34713f
...@@ -93,6 +93,7 @@ class Python extends Component { ...@@ -93,6 +93,7 @@ class Python extends Component {
let version = getParam('version') let version = getParam('version')
if(version) { if(version) {
version = version.replace(/\./g, '').slice(0, 3) version = version.replace(/\./g, '').slice(0, 3)
alert(version);
if(browser.isAndroidApp && version < 453) { // 安卓的低版本 if(browser.isAndroidApp && version < 453) { // 安卓的低版本
this.setState({ this.setState({
backwardVersion: true, backwardVersion: true,
......
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