...
|
...
|
@@ -57,11 +57,11 @@ |
|
|
<!-- 客服 -->
|
|
|
<view class='chat_peo'>
|
|
|
<button open-type="contact" class='contacButton'>
|
|
|
<image src='../images/chat_peo.png'></image>
|
|
|
<image src='http://pjq0ww1cj.bkt.clouddn.com/chat_peo.png'></image>
|
|
|
</button>
|
|
|
</view>
|
|
|
<!-- 返回顶部 -->
|
|
|
<view class='chat_peo return_top' wx:if="{{scrollTop>minscreenHeight}}" bindtap="goTop" >
|
|
|
<image src='../images/dingbu.png'></image>
|
|
|
<image src='http://pjq0ww1cj.bkt.clouddn.com/dingbu.png'></image>
|
|
|
</view>
|
|
|
</view> |
...
|
...
|
|