|
本帖最后由 管理员 于 2018-7-24 16:21 编辑
前言: 由于公司有产品需求,要在快应用里面接入web页面(文章详情)的第三方分享功能
1. 配置我就不说了,参考我的帖子,微信登录接入,来配置第三方 (微信,qq,新浪)
第三方接入,微信登录,微信登陆
https://bbs.quickapp.cn/forum.php?mod=viewthread&tid=817
2.
上面是嵌入的web页面,下面的是我自己加的按钮
样式我直接贴出来,省着自己写了
- <style>
- .demo-page {
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
-
- #loading {
- width: 100%;
- height: 100%;
- display: none;
- }
-
- #loading label {
- width: 100%;
- text-align: center;
- }
-
- .open-bar {
- padding: 20px;
- flex-direction: row;
- position: fixed;
- bottom: 0;
- width: 100%;
- height: 105px;
- background-color: #ffffff;
- border: 1px solid #efefef;
- }
-
- .open-btn {
- width: 30%;
- background-color: #f1f1f1;
- color: #333333;
- margin: 0 20px;
- font-size: 24px;
- }
- </style>
复制代码
3.配置 manifest.json
说明一下wxkey:就是appid
4.写个方法,搞定
5.效果
有道云笔记:http://note.youdao.com/noteshare ... f8b7b8b26edcc5577e9
如果对你有帮助能不能回复个666
|
|