@@ -228,4 +228,8 @@
</view>
<view class="loading_no" hidden='{{isScroll}}'>{{showNoMore}}</view>
<!-- 客服 -->
-<button id="kefu" open-type="contact" bindcontact="handleContact" hover-class='kefu-hover'></button>
+<button id="kefu" open-type="contact" bindcontact="handleContact" hover-class='kefu-hover'></button>
+<!-- 公众号组件 -->
+<view class='office'>
+ <official-account></official-account>
+</view>
@@ -485,7 +485,7 @@
#kefu {
position: fixed;
- bottom: 60rpx;
+ bottom: 90rpx;
right: 30rpx;
width: 124rpx;
height: 124rpx;
@@ -512,3 +512,14 @@
background-color: #f5f5f5;
color: #696969;
}
+
+/* 公众号组件 */
+.office {
+ display: flex;
+ position: fixed;
+ bottom: 20rpx;
+ width: 100%;
+ justify-content: center;
+ align-items: center;
+}