提交 969b78f2 编写于 作者: guangjun.yang's avatar guangjun.yang

Merge branch 'dev-coursedetail-0817' of...

Merge branch 'dev-coursedetail-0817' of http://192.168.110.53/com.pica.cloud.education.frontend/pica-professional-exam into dev-coursedetail-0817

* 'dev-coursedetail-0817' of http://192.168.110.53/com.pica.cloud.education.frontend/pica-professional-exam:
  修改分享
  修改遮罩
......@@ -49,14 +49,11 @@ export default {
.course-covers-wrapper {
display: flex;
flex-direction: column;
left: 0;
top: 50%;
width: 100%;
height: 210px;
height: 100%;
background: rgba(0, 0, 0, 0.8);
justify-content: center;
align-content: center;
transform: translate3d(0, -50%, 0);
.tips {
display: inline-block;
margin-bottom: 15px;
......
......@@ -42,6 +42,7 @@ export const wxConfig = (link) => {
*/
export const wxShare = (option = {}, successCB = () => {}) => {
wx.ready(() => {
WeixinJSBridge.call('showOptionMenu');
// 分享给朋友
wx.onMenuShareAppMessage({
title: option.title,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册