Commit 748649fc by zhanghaozhe

ml

parent 5d1703bb
......@@ -12,6 +12,7 @@ import ShareRank from "@components/detail/shareRank"
import { http, getParam, SendMessageToApp, } from '@/utils'
import { connect } from 'react-redux'
import { Toast } from "antd-mobile"
import {CallApp} from "@common/index"
@connect(state => ({
user: state.user
......@@ -218,6 +219,9 @@ class PythonDes extends Component {
)
}
<CallApp className='toapp'/>
{/* 课程介绍 */}
<Description/>
......
......@@ -176,4 +176,19 @@
}
}
}
.toapp {
position: fixed;
right: 0;
top: 310px;
width: 82px;
height: 32px;
text-align: center;
line-height: 32px;
background: linear-gradient(-90deg, $bg_active 0%, $bg_0078FF 100%);
border-radius: 16px 0 0 16px;
font-size: 12px;
color: $white;
z-index: 9;
}
}
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