<!--pages/webView/index.wxml-->
|
<web-view src="{{ link }}">
|
<!-- <cover-view class="flex-cc bottom-btn-box">
|
<cover-view class="btn">
|
<button
|
plain="true"
|
style="background-color: #fff; border: 0; text-align: center;"
|
open-type="share"
|
>
|
<cover-view>
|
<cover-image style="margin: 8rpx auto; display: block;" mode="widthFix" src="/static/icon/share.png"></cover-image>
|
<cover-view style="height: 14px; line-height: 14px; color: #666; font-size: 10px;">分享</cover-view>
|
</cover-view>
|
</button>
|
</cover-view>
|
<cover-view class="reserve-design">
|
<button wx:if="{{!hasUserInfo}}" bindtap="toLogin">
|
<cover-image src="/static/icon/home_ic_kefu.png" mode="widthFix"></cover-image>
|
<cover-view class="title">立即咨询客服</cover-view>
|
</button>
|
<cover-view wx:else>
|
<button
|
wx:if="{{userInfo.phone && userInfo.phone != 'undefined' && userInfo.phone != null && userInfo.phone != ''}}"
|
bindtap="toSever"
|
>
|
<cover-image src="/static/icon/home_ic_kefu.png" mode="widthFix"></cover-image>
|
<cover-view class="title">立即咨询客服</cover-view>
|
</button>
|
<button
|
wx:else
|
open-type="getPhoneNumber"
|
bindgetphonenumber="bindgetphonenumber"
|
>
|
<cover-image src="/static/icon/home_ic_kefu.png" mode="widthFix"></cover-image>
|
<cover-view class="title">立即咨询客服</cover-view>
|
</button>
|
</cover-view>
|
</cover-view>
|
</cover-view> -->
|
</web-view>
|