电话 MSG

This commit is contained in:
老叶
2023-03-21 11:40:36 +08:00
parent 9a996d1fd2
commit 5b54793690
8 changed files with 24 additions and 16 deletions
+4
View File
@@ -24,6 +24,10 @@ Component({
type: Boolean, type: Boolean,
value: false value: false
}, },
isCustomTabBar: { //是否有底部自定义TabBar
type: Boolean,
value: false
},
iconType: { //图标 iconType: { //图标
type: String, type: String,
value: '' value: ''
+1 -1
View File
@@ -10,7 +10,7 @@
<view slot="opt">这里是插入到组件slot中的内容</view> --> <view slot="opt">这里是插入到组件slot中的内容</view> -->
<view class="lcb-msg" style="{{isShow?'display:block':'display:none'}}" catchmove="aaa"> <view class="lcb-msg" style="{{isShow?'display:block':'display:none'}}" catchmove="aaa">
<view class="msgBg" style="background-color: rgba(0, 0, 0, .6);"></view> <view class="msgBg" style="background-color: rgba(0, 0, 0, .6);"></view>
<view class="msgMain {{isShow?'active':''}}" style="{{isTransparent?'background-color: transparent;':''}}" catchmove="aaa"> <view class="msgMain {{isShow?'active':''}}" style="{{isTransparent?'background-color: transparent;':''}}{{isCustomTabBar?'margin-top: -95rpx;':''}}" catchmove="aaa">
<block wx:if="{{isHasClose !=''}}"> <block wx:if="{{isHasClose !=''}}">
<view wx:if="{{isHasClose=='up'}}" class="close up"> <view wx:if="{{isHasClose=='up'}}" class="close up">
<text class="iconfont icon-guanbi1 color-fff" bindtap="close"></text> <text class="iconfont icon-guanbi1 color-fff" bindtap="close"></text>
+3 -2
View File
@@ -526,8 +526,9 @@
<!-- 拨打电话 --> <!-- 拨打电话 -->
<lcb-msg isShow="{{isShowCall}}"> <lcb-msg isShow="{{isShowCall}}">
<view slot="content"> <view slot="content">
<view class="pt70 pb50"> <view class="pt50 pb40">
<view class="font-36 text-center">现在呼叫 {{phoneNumber}} </view> <view class="font-36 text-center">号码绑定成功</view>
<view class="mt10 font-28 text-center color-666">现在呼叫 {{phoneNumber}} </view>
</view> </view>
<view class="fn-flex pl60 pr60 pb50 text-center font-32 color-666"> <view class="fn-flex pl60 pr60 pb50 text-center font-32 color-666">
<button bindtap="hideCall" class="fn-flex-item mr20 bds-2-36afa2 btn-no-bg wp100 font-28 color-36afa2 ulib-r750"> <button bindtap="hideCall" class="fn-flex-item mr20 bds-2-36afa2 btn-no-bg wp100 font-28 color-36afa2 ulib-r750">
+3 -2
View File
@@ -193,8 +193,9 @@
<!-- 拨打电话 --> <!-- 拨打电话 -->
<lcb-msg isShow="{{isShowCall}}"> <lcb-msg isShow="{{isShowCall}}">
<view slot="content"> <view slot="content">
<view class="pt70 pb50"> <view class="pt50 pb40">
<view class="font-36 text-center">现在呼叫 {{phoneNumber}} </view> <view class="font-36 text-center">号码绑定成功</view>
<view class="mt10 font-28 text-center color-666">现在呼叫 {{phoneNumber}} </view>
</view> </view>
<view class="fn-flex pl60 pr60 pb50 text-center font-32 color-666"> <view class="fn-flex pl60 pr60 pb50 text-center font-32 color-666">
<button bindtap="hideCall" class="fn-flex-item mr20 bds-2-36afa2 btn-no-bg wp100 font-28 color-36afa2 ulib-r750"> <button bindtap="hideCall" class="fn-flex-item mr20 bds-2-36afa2 btn-no-bg wp100 font-28 color-36afa2 ulib-r750">
+5 -4
View File
@@ -339,7 +339,7 @@
<lcb-changeMobile isShow="{{isShowMobile}}"></lcb-changeMobile> <lcb-changeMobile isShow="{{isShowMobile}}"></lcb-changeMobile>
<lcb-msg isShow="{{isShowEmployees}}"> <lcb-msg isShow="{{isShowEmployees}}" isCustomTabBar="{{true}}">
<view slot="content"> <view slot="content">
<view class="inner30"> <view class="inner30">
<view class="mt10 font-28 text-center fn-flex" wx:if="{{distributetabs.length > 0}}"> <view class="mt10 font-28 text-center fn-flex" wx:if="{{distributetabs.length > 0}}">
@@ -417,10 +417,11 @@
</page-container> </page-container>
<!-- 拨打电话 --> <!-- 拨打电话 -->
<lcb-msg isShow="{{isShowCall}}"> <lcb-msg isShow="{{isShowCall}}" isCustomTabBar="{{true}}">
<view slot="content"> <view slot="content">
<view class="pt70 pb50"> <view class="pt50 pb40">
<view class="font-36 text-center">现在呼叫 {{phoneNumber}} </view> <view class="font-36 text-center">号码绑定成功</view>
<view class="mt10 font-28 text-center color-666">现在呼叫 {{phoneNumber}} </view>
</view> </view>
<view class="fn-flex pl60 pr60 pb50 text-center font-32 color-666"> <view class="fn-flex pl60 pr60 pb50 text-center font-32 color-666">
<button bindtap="hideCall" class="fn-flex-item mr20 bds-2-36afa2 btn-no-bg wp100 font-28 color-36afa2 ulib-r750"> <button bindtap="hideCall" class="fn-flex-item mr20 bds-2-36afa2 btn-no-bg wp100 font-28 color-36afa2 ulib-r750">
+4 -4
View File
@@ -203,7 +203,7 @@
<lcb-shopTabBarNav currentIndex='0'></lcb-shopTabBarNav> <lcb-shopTabBarNav currentIndex='0'></lcb-shopTabBarNav>
<!-- 客服提示 --> <!-- 客服提示 -->
<lcb-msg isShow="{{!isShowVersionInfo&&isShowNotice}}"> <lcb-msg isShow="{{!isShowVersionInfo&&isShowNotice}}" isCustomTabBar="{{true}}">
<view slot="content"> <view slot="content">
<view class="mt40 text-center relative overflowhidden" style="height:100px;"> <view class="mt40 text-center relative overflowhidden" style="height:100px;">
<!-- <image class='img-w-280' show-menu-by-longpress='true' lazy-load="{{true}}" mode="widthFix" src="https://qs.haodian.cn/wechat_app/lichebao/index/jrKF-code2.jpg"></image> --> <!-- <image class='img-w-280' show-menu-by-longpress='true' lazy-load="{{true}}" mode="widthFix" src="https://qs.haodian.cn/wechat_app/lichebao/index/jrKF-code2.jpg"></image> -->
@@ -224,7 +224,7 @@
</lcb-msg> </lcb-msg>
<!-- 调拨提醒 盘点提醒 --> <!-- 调拨提醒 盘点提醒 -->
<lcb-msg isShow="{{!isShowVersionInfo&&isShowReport}}"> <lcb-msg isShow="{{!isShowVersionInfo&&isShowReport}}" isCustomTabBar="{{true}}">
<view slot="content"> <view slot="content">
<swiper class='wp100' style="height:550rpx;" autoplay circular bindchange="bannerChange"> <swiper class='wp100' style="height:550rpx;" autoplay circular bindchange="bannerChange">
<swiper-item class="relative" wx:for="{{remindMsg}}" wx:key="index"> <swiper-item class="relative" wx:for="{{remindMsg}}" wx:key="index">
@@ -250,7 +250,7 @@
</lcb-msg> </lcb-msg>
<!-- 库存提醒 --> <!-- 库存提醒 -->
<lcb-msg isShow="{{!isShowVersionInfo&&!isShowReport&&isShowGoods}}"> <lcb-msg isShow="{{!isShowVersionInfo&&!isShowReport&&isShowGoods}}" isCustomTabBar="{{true}}">
<view slot="content" class="inner40" style="width:550rpx;"> <view slot="content" class="inner40" style="width:550rpx;">
<view class="text-center font-36">{{warning.title}}</view> <view class="text-center font-36">{{warning.title}}</view>
<view class="mt10 text-center font-22 color-f9394d">{{warning.note}}</view> <view class="mt10 text-center font-22 color-f9394d">{{warning.note}}</view>
@@ -283,7 +283,7 @@
</lcb-msg> </lcb-msg>
<!-- 更新新版本提醒 --> <!-- 更新新版本提醒 -->
<lcb-msg isShow="{{isShowVersionInfo}}" isBottomOpt="{{true}}" closeWord="我知道了" bind:closeevent="closeVersionInfo"> <lcb-msg isShow="{{isShowVersionInfo}}" isBottomOpt="{{true}}" closeWord="我知道了" bind:closeevent="closeVersionInfo" isCustomTabBar="{{true}}">
<view slot="content" class="inner40 text-center" style="width:550rpx;"> <view slot="content" class="inner40 text-center" style="width:550rpx;">
<view class="font-36">狸车宝 {{versionInfo.number}} 更新说明</view> <view class="font-36">狸车宝 {{versionInfo.number}} 更新说明</view>
<view class="inline-block mt10 font-28 color-666"> <view class="inline-block mt10 font-28 color-666">
+3 -2
View File
@@ -391,8 +391,9 @@
<!-- 拨打电话 --> <!-- 拨打电话 -->
<lcb-msg isShow="{{isShowCall}}"> <lcb-msg isShow="{{isShowCall}}">
<view slot="content"> <view slot="content">
<view class="pt70 pb50"> <view class="pt50 pb40">
<view class="font-36 text-center">现在呼叫 {{phoneNumber}} </view> <view class="font-36 text-center">号码绑定成功</view>
<view class="mt10 font-28 text-center color-666">现在呼叫 {{phoneNumber}} </view>
</view> </view>
<view class="fn-flex pl60 pr60 pb50 text-center font-32 color-666"> <view class="fn-flex pl60 pr60 pb50 text-center font-32 color-666">
<button bindtap="hideCall" class="fn-flex-item mr20 bds-2-36afa2 btn-no-bg wp100 font-28 color-36afa2 ulib-r750"> <button bindtap="hideCall" class="fn-flex-item mr20 bds-2-36afa2 btn-no-bg wp100 font-28 color-36afa2 ulib-r750">
+1 -1
View File
@@ -228,7 +228,7 @@
<view class="search-bg fixed left-0 right-0 top-0 bottom-0" bindtap="optfilter" hidden="{{!isShowfilter}}" style="background-color:rgba(0,0,0,.5);"></view> <view class="search-bg fixed left-0 right-0 top-0 bottom-0" bindtap="optfilter" hidden="{{!isShowfilter}}" style="background-color:rgba(0,0,0,.5);"></view>
<lcb-msg isShow="{{isShowTransfer}}"> <lcb-msg isShow="{{isShowTransfer}}" isCustomTabBar="{{true}}">
<view slot="content"> <view slot="content">
<view class="inner30"> <view class="inner30">
<view class="mt20 ml10 mr10 bds-2-eb inner20 font-28 color-666 fn-clear ulib-r10"> <view class="mt20 ml10 mr10 bds-2-eb inner20 font-28 color-666 fn-clear ulib-r10">