<view>
<button class="contactBtn" open-type="contact" @contact="handleContact"
session-from="sessionFrom">意见反馈</button>
</view>
.contactBtn {
border: none;
border-color: transparent;
background: none !important;
}
.contactBtn::after {
border: none;
background: none !important;
}