|
@@ -15,10 +15,6 @@
|
|
>
|
|
>
|
|
<view class="share-container">
|
|
<view class="share-container">
|
|
<view class="share-options">
|
|
<view class="share-options">
|
|
- <!-- <view class="share-item" bindtap="shareToWechat">
|
|
|
|
- <image class="share-icon" src="/static/tabbar/weixin.png" mode="aspectFit" />
|
|
|
|
- <text class="share-text">微信好友</text>
|
|
|
|
- </view> -->
|
|
|
|
<button class="share-item" open-type="share">
|
|
<button class="share-item" open-type="share">
|
|
<image class="share-icon" src="/static/tabbar/weixin.png" mode="aspectFit" />
|
|
<image class="share-icon" src="/static/tabbar/weixin.png" mode="aspectFit" />
|
|
<text class="share-text">微信好友</text>
|
|
<text class="share-text">微信好友</text>
|
|
@@ -33,4 +29,19 @@
|
|
<image class="share-cancel-img" src="/static/tabbar/cancel.png" mode="aspectFit"/>
|
|
<image class="share-cancel-img" src="/static/tabbar/cancel.png" mode="aspectFit"/>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
-</van-popup>
|
|
|
|
|
|
+</van-popup>
|
|
|
|
+
|
|
|
|
+<!-- 客服弹窗 -->
|
|
|
|
+<van-dialog
|
|
|
|
+ confirm-button-class="confirm-btn"
|
|
|
|
+ use-slot
|
|
|
|
+ title="联系客服"
|
|
|
|
+ show="{{showAgreementModal}}"
|
|
|
|
+ show-cancel-button="{{false}}"
|
|
|
|
+>
|
|
|
|
+ <view class="dialog-box">
|
|
|
|
+ <image class="box-code" src="{{programConfig.customer_qrcode}}" mode="aspectFill"></image>
|
|
|
|
+ <view class="box-text" bindtap="onPhone" wx:if="{{programConfig.customer_phone}}">客服电话:{{programConfig.customer_phone}}</view>
|
|
|
|
+ <view class="box-text" wx:if="{{programConfig.customer_email}}">客服邮箱:{{programConfig.customer_email}}</view>
|
|
|
|
+ </view>
|
|
|
|
+</van-dialog>
|