91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

小程序中怎么自定義showmodal彈出框

發布時間:2020-12-21 14:28:41 來源:億速云 閱讀:616 作者:小新 欄目:移動開發

小編給大家分享一下小程序中怎么自定義showmodal彈出框,相信大部分人都還不怎么了解,因此分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后大有收獲,下面讓我們一起去了解一下吧!

最近一直忙著修改bug 增加新功能,好久沒總結了,也不知道該總結啥,先寫一個自定義showmodal框吧

小程序中怎么自定義showmodal彈出框

廢話少說直接上代碼

wxml部分

<view class="mask" catchtouchmove="preventTouchMove" wx:if="{{showModal}}"></view>
<view class="modalDlg" wx:if="{{showModal}}">
<view class='img_wrap'>
<image src='http://pbqyqto63.bkt.clouddn.com/%E9%92%BB%E7%9F%B3.png'></image>
</view>
<view class='useralert_huiyuan'>{{uservip}}</view>
<view class='useralert_quanyi'>享受以下會員權益</view>
<view class='fenggexian'></view>
<view class='vipinfo'>{{vipinfo}}</view>
<view class='shutalert' bindtap="go">
<image src='http://pbqyqto63.bkt.clouddn.com/%E9%94%99%E5%8F%B7.png'></image>
</view>
</view>

wxss部分

.mask{
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background: #000;
z-index: 9000;
opacity: 0.7;
}
.modalDlg{
width: 550rpx;
height: 520rpx;
position: fixed;
top: 25%;
z-index: 9999;
margin: 0rpx 100rpx 185rpx 100rpx;
background-color: #fff;
border-radius: 36rpx;
display: flex;
flex-direction: column;
align-items: center;
}

其中 mask 是遮罩層樣式

modalDlg是彈出去的容器樣式

其他的就是很隨意的,自己想寫什么寫什么。

.img_wrap{
width: 130rpx;
height: 130rpx;
background: white;
border-radius:50%;
border:1px solid #0097ff;
margin: 0rpx auto;
position: absolute;
top: -65rpx;
margin-bottom: 30rpx;
}
.img_wrap image{
width: 100rpx;
height: 100rpx;
padding-top:15rpx;
padding-left:15rpx;
margin: 0rpx auto;
}
.useralert_huiyuan
{
font-size: 13px;
margin-top: 100rpx;
}
.useralert_quanyi
{
font-size: 13px;
color: darkgray;
}
.fenggexian{
width: 100%;
margin-top: 50rpx;
border-bottom:1px solid #e8e8e8;
}
.vipinfo{
margin-top: 30rpx;
color: #6698ff;
font-size: 11px;
}
 
.shutalert{
width: 110rpx;
margin: 0rpx auto
}
.shutalert image{
width: 100rpx;
height: 100rpx;
position: absolute;
bottom: -120rpx;
}

其中 mask 是遮罩層樣式

modalDlg是彈出去的容器樣式

其他的就是很隨意的,自己想寫什么寫什么。

js部分

在data[]里定義一個showModal : false  初始一定為false

我是因為需要分開寫了兩個方法來控制開關,比較死板,這樣的

submit: function() {
this.setData({
showModal: true
})
},
go: function() {
this.setData({
showModal: false
})
},

有一種更直接的

可以一個方法控制開關,也可用于mask遮罩層,點擊遮罩層,關閉

在此我隨意寫下

在data里定義一個showalert : false

方法:

alert: function() {
var that= this;
this.setData({
showalert: !that.data.showalert
})
},

以上是“小程序中怎么自定義showmodal彈出框”這篇文章的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

泉州市| 永定县| 育儿| 凤山县| 星座| 融水| 太康县| 民丰县| 萨嘎县| 凤凰县| 苍南县| 青川县| 台南县| 慈溪市| 通海县| 龙江县| 四会市| 眉山市| 景谷| 二连浩特市| 高台县| 枞阳县| 连平县| 垫江县| 确山县| 南漳县| 淮阳县| 洪江市| 桐城市| 遵化市| 普兰店市| 朔州市| 台北县| 理塘县| 虹口区| 吕梁市| 长寿区| 逊克县| 竹山县| 陇南市| 锡林浩特市|