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