You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

38 lines
2.0 KiB

<!--pages/user/service/info/index.wxml-->
<import src="../../../../utils/wxParse/wxParse.wxml"/>
<title title="常见问题"></title>
<view class="ques-ans-box" wx:if="{{info}}">
<view class="ques-title">{{info.question_name}}</view>
<!-- <view class="">{{info.answer}}</view> -->
<view class="wxParse ques-content">
<template is="wxParse" data="{{wxParseData:article.nodes}}"/>
</view>
<view class="ques-tip"><text>以上答案是否解决您的问题?</text> <text class="{{info.useful_info && info.useful_info.is_useful==1?'active':''}}" style="margin:0 10rpx;" bindtap="zan"><text class="iconfont icon-zan"></text>有用({{info.useful_num}})</text> <text bindtap="unzan" class="{{info.useful_info && info.useful_info.is_useful===0?'active':''}}"><text class="iconfont icon-zan-copy"></text>没用({{info.unuseful_num}})</text></view>
</view>
<view class="ques-ans-box" wx:if="{{info}}">
<view class="ques-title other-title">可能您还想问</view>
<navigator url="../info/index?id={{item.id}}" class="ques-item textOver" wx:for="{{info.relations}}">
<view class="ques-name textOver">{{item.question_name}}</view>
<view class="iconfont icon-you"></view>
</navigator>
<navigator url="list/index?typeid={{typeId}}" class="more-btn" bindtap="showService">没找到想要的答案?一键呼唤<text>人工客服</text></navigator>
</view>
<!-- <view class="mask" wx:if="{{showPhoneMask}}">
<view class="mask-bg" bindtap="closePhoneMask"></view>
<view class="mask-content" style="text-align:center;width:70%;border-radius:10rpx">
<view class="num-pay-top" style="font-weight: bold;padding: 30rpx 60rpx;font-size: 30rpx;">
<view style="padding-bottom: 20rpx;">热线电话</view>
<view style="padding-bottom:20rpx;border-bottom: 2rpx solid #ccc;">点击号码拨打</view>
<view >
<view class="phone-item" wx:for="{{phoneList}}" bindtap="callPhone" data-item="{{item}}">{{item}}</view>
</view>
</view>
</view>
</view> -->
<kefuCom wx:if="{{showPhoneMask}}" bind:hideModal="closePhoneMask"></kefuCom>