[code]
<view class=‘container’>
<view class=‘content’ hover-stop-propagation=“true”>
<image mode=‘widthFix’ src=’/resources/image/guide.jpg’></image>
</view>
<view class=‘buttons’>
<button class=‘print’ hover-class=‘hover’ open-type=‘contact’>联系客服</button>
<button class=‘personal’ hover-class=‘hover’ catch:tap=‘personalTap’>个人中心</button>
<view class=‘sep’></view>
</view>
</view>
[/code]
你好,请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
代码片段是一种可分享的小项目,可用于分享小程序和小游戏的开发经验、展示组件和 API 的使用、复现开发问题等等。分享代码片段会得到一个链接,所有拥有此分享链接的人可以在工具中导入此代码片段。如果网页可点击的链接指向的是分享链接,那么点击链接也会自动打开工具进入代码片段导入页。
你提供代码片段,才方便我们复现你的问题,定位问题(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)