Commit 43cf0f8b by wangshuo

APP pre环境需要193课程的入口

parents 5aa75db1 0537932f
import React, {Component} from 'react' import React, {Component} from 'react'
import {http, getParam, SendMessageToApp, browser} from '@/utils' import {http, getParam, browser} from '@/utils'
import PythonDes from './pythomDes' import PythonDes from './pythomDes'
import PythonStudy from './pythonStudy' import PythonStudy from './pythonStudy'
import {connect} from "react-redux" import {connect} from "react-redux"
......
...@@ -96,7 +96,7 @@ class PythonDes extends Component { ...@@ -96,7 +96,7 @@ class PythonDes extends Component {
}, },
], ],
payMoney: 0, payMoney: 0,
isOnline: false, //课程是否上架 isOnline: 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