123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <view>
- <view class="common">常见问题</view>
- <view class="help">
- <view class="block use">
- <view class="sort">
- <text>费用问题</text>
- </view>
- <view class="branch three">
- <view bindtap="skip" data-show="1">押金缴纳与退还规则</view>
- <view bindtap="skip" data-show="2">车辆如何收费</view>
- <view bindtap="skip" data-show="3">调度费问题</view>
- </view>
- </view>
- <view class="block use" style="height:288rpx;">
- <view class="sort">
- <text>用车问题</text>
- </view>
- <view class="branch three">
- <view bindtap="skip" data-show="4">开锁失败</view>
- <view bindtap="skip" data-show="13">车还不上</view>
- <view bindtap="skip" data-show="5">车辆断电</view>
- <view bindtap="skip" data-show="6">用车时车辆故障,该怎么办?</view>
- <!-- <view bindtap="skip" data-show="14">问题反馈</view> -->
- </view>
- </view>
- <view class="block" style="margin-top:6rpx;">
- <view class="sort">
- <text>账户相关</text>
- </view>
- <view class="branch two">
- <view bindtap="skip" data-show="7">实名认证失败</view>
- <view bindtap="skip" data-show="8">用户余额提现</view>
- </view>
- </view>
- <view class="block" style="margin-top:6rpx;">
- <view class="sort">
- <text>隐私安全</text>
- </view>
- <view class="branch two">
- <view bindtap="skip" data-show="9">骑行安全相关</view>
- <view bindtap="skip" data-show="10">隐私条约 <text style="color:#9F9D9D;font-size:24rpx">(用车须知)</text></view>
- </view>
- </view>
- <view class="block" style="margin-top:6rpx;">
- <view class="sort">
- <text>其他问题</text>
- </view>
- <view class="branch two">
- <view bindtap="skip" data-show="11">如何申请增加还车点</view>
- <view bindtap="skip" data-show="12">物品丢失与找回</view>
- </view>
- </view>
- </view>
- <view class="service flexC" bindtap="contact" wx:if="{{showOnlinePhone.is_online_customer_service_status==1}}">联系客服</view>
- <view class="service flexC" bindtap="phone1" wx:else>联系客服</view>
- </view>
- <view class="back" wx:if="{{kefu}}" bindtap="hidden"></view>
- <view class="kefu" wx:if="{{kefu}}">
- <view class="bottom">
- <button class="view" open-type="contact" hover-class="btn-hover" >
- <image src="/img/123.png"></image>
- <text>在线客服</text>
- </button>
- <view bindtap="phone1" class="view view1">
- <image src="/img/456.png"></image>
- <text>客服热线</text>
- </view>
- </view>
- <view class="customer">
- 客服工作时间:{{time}}
- </view>
- </view>
|