小程序
小游戏
企业微信
微信支付
扫描小程序码分享
我想问一下,我给微信图标加的按钮为什么点击好多个地方都可以分享???、
比如:这一下子尴尬癌就犯了
还有好多地方可以点击分享
比如 微博图标
关闭按钮
当前model空白地方
........
哪位大神遇见过这种问题 求解释!!!
5 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
将button的position属性修改为absolute即可
button {
position
:
absolute
;
}
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
<
view
class
=
"modal"
wx:if
"{{showModal}}"
>
"modal-mask"
bindtap
"hideModal"
></
"modal-dialog"
"modal-title"
>恭喜购买成功!</
"modal-content"
text
"modal-content-text"
学习路上有人同行更快
</
邀请好友一起学习
"modal-footer"
"btn-cancel"
bidtap
data-status
"cancel"
>取消</
"btn-confirm"
button
size
"mini"
"share-btn"
"confirm"
"test"
open-type
"share"
>分享</
这里是同样的问题,尚未解决。。。
请问如何解决?
试过了也没有用
因为 button 默认的尺寸非常大,你试一下 <button size="mini" />,最好自定义width和height,让尺寸比拟的微信logo大一点点。
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
将button的position属性修改为absolute即可
button {
position
:
absolute
;
}
<
view
class
=
"modal"
wx:if
=
"{{showModal}}"
>
<
view
class
=
"modal-mask"
bindtap
=
"hideModal"
></
view
>
<
view
class
=
"modal-dialog"
>
<
view
class
=
"modal-title"
>恭喜购买成功!</
view
>
<
view
class
=
"modal-content"
>
<
text
class
=
"modal-content-text"
>
学习路上有人同行更快
</
text
>
<
text
class
=
"modal-content-text"
>
邀请好友一起学习
</
text
>
</
view
>
<
view
class
=
"modal-footer"
>
<
view
class
=
"btn-cancel"
bidtap
=
"hideModal"
data-status
=
"cancel"
>取消</
view
>
<
view
class
=
"btn-confirm"
>
<
button
size
=
"mini"
class
=
"share-btn"
data-status
=
"confirm"
bidtap
=
"test"
open-type
=
"share"
>分享</
button
>
</
view
>
</
view
>
</
view
>
</
view
>
这里是同样的问题,尚未解决。。。
请问如何解决?
试过了也没有用
因为 button 默认的尺寸非常大,你试一下 <button size="mini" />,最好自定义width和height,让尺寸比拟的微信logo大一点点。