@@ -27,6 +27,7 @@
<image class="ic-menu" src="../../static/mine/zxkf.png" mode="widthFix"></image>
<text class="menu-title">在线客服</text>
<van-icon name="arrow" />
+ <button open-type="contact"></button>
</view>
<authorized-login-dialog showDialog="{{showAuthorizedDialog}}"
@@ -97,6 +97,19 @@ page {
border-bottom: 1rpx solid #EEEEEE;
}
+.menu-item button {
+ position: absolute;
+ top: 0;
+ left: 0;
+ bottom: 0;
+ right: 0;
+ width: 100%;
+ height: 100%;
+ padding: 0;
+ opacity: 0;
+ margin: 0;
+}
+
.ic-menu {
width: 36rpx;
height: 36rpx;