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.
|
|
|
|
<!--pages/user/service/list/index.wxml-->
|
|
|
|
|
<title title="在线客服"></title>
|
|
|
|
|
<view class="search-box">
|
|
|
|
|
<view class="iconfont icon-sousuo"></view>
|
|
|
|
|
<input type="text" bindinput="changeKeyword" placeholder="搜索您想问的问题"></input>
|
|
|
|
|
<view class="btn" bindtap="search">搜索</view>
|
|
|
|
|
</view>
|
|
|
|
|
<navigator url="../info/index?id={{item.id}}" class="ques-item textOver" wx:for="{{list}}">
|
|
|
|
|
<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> -->
|
|
|
|
|
<button class="more-btn" open-type="contact" bindcontact="handleContact">没找到想要的答案?一键呼唤<text>人工客服</text></button>
|