作者 乔蒙蒙

更改客服按钮

... ... @@ -10,6 +10,9 @@ Page({
'http://pjq0ww1cj.bkt.clouddn.com/app_banner01.png',
'http://pjq0ww1cj.bkt.clouddn.com/app_banner01.png',
],
connectButton: [
{ className: "", text: "在线客服", bindtap: "" }
],
autoplay: true,
interval: 5000,
duration: 1000,
... ...
... ... @@ -26,7 +26,9 @@
<!-- 客服 -->
<view class='chat_peo' bindtap="jumpFun">
<button open-type="contact" class='contacButton'>
<image src='http://pjq0ww1cj.bkt.clouddn.com/chat_peo.png'></image>
</button>
</view>
</view>
... ...
... ... @@ -11,6 +11,9 @@ Page({
// '../images/banner.png',
// '../images/banner.png',
],
connectButton: [
{ className: "", text: "在线客服", bindtap: "" }
],
currentSwiper: 0,
autoplay: true,
interval: 5000,
... ...
... ... @@ -62,8 +62,10 @@
<!-- 客服 -->
<view class='chat_peo' >
<button open-type="contact" class='contacButton'>
<button open-type="contact" class='contacButton'>
<image src='http://pjq0ww1cj.bkt.clouddn.com/chat_peo.png'></image>
</button>
</button>
</view>
</view>
... ...
... ... @@ -12,6 +12,9 @@ Page({
'http://pjq0ww1cj.bkt.clouddn.com/detail01.png',
'http://pjq0ww1cj.bkt.clouddn.com/detail01.png',
],
connectButton: [
{ className: "", text: "在线客服", bindtap: "" }
],
currentSwiper: 0,
autoplay: true,
interval: 5000,
... ...
... ... @@ -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>
... ...
... ... @@ -5,7 +5,9 @@ Page({
* 页面的初始数据
*/
data: {
connectButton: [
{ className: "", text: "在线客服", bindtap: "" }
],
},
/**
... ...