成人午夜视频全免费观看高清-秋霞福利视频一区二区三区-国产精品久久久久电影小说-亚洲不卡区三一区三区一区

微信小程序怎么實現(xiàn)自定義對話框-創(chuàng)新互聯(lián)

這篇文章主要介紹“微信小程序怎么實現(xiàn)自定義對話框”的相關(guān)知識,小編通過實際案例向大家展示操作過程,操作方法簡單快捷,實用性強,希望這篇“微信小程序怎么實現(xiàn)自定義對話框”文章能幫助大家解決問題。

創(chuàng)新互聯(lián) - 重慶服務器托管,四川服務器租用,成都服務器租用,四川網(wǎng)通托管,綿陽服務器托管,德陽服務器托管,遂寧服務器托管,綿陽服務器托管,四川云主機,成都云主機,西南云主機,重慶服務器托管,西南服務器托管,四川/成都大帶寬,機柜大帶寬、租用·托管,四川老牌IDC服務商

效果圖:

微信小程序怎么實現(xiàn)自定義對話框

index.wxml:

<button type="default" bindtap="clickbtn"> 
 點擊 
</button> 
<view class="commodity_screen" bindtap="hideModal" wx:if="{{showModalStatus}}"></view> 
<view animation="{{animationData}}" class="commodity_attr_box" wx:if="{{showModalStatus}}"> 
<!--對話框標題--> 
<view class="dialog-title"> 
 請輸入內(nèi)容 
</view> 
<!--對話框輸入部分--> 
<view class="input-view"> 
 <input type="text" bindblur="input_content" class="input-style"/> 
</view> 
<!--對話框按鈕--> 
<view class="line-top">  
</view> 
<view class="btn-view"> 
 <view class="btn-cancel" bindtap="click_cancel">  
     取 消 
 </view> 
 <view class="btn-line"> 
 </view> 
 <view class="btn-cancel" bindtap="click_ok">  
     確 定 
 </view> 
</view> 
</view>

index.js:

var inputinfo = ""; 
var app = getApp() 
Page({ 
 data: { 
  animationData:"", 
  showModalStatus:false 
 }, 
  
 onLoad: function () { 
   
 }, 
 showModal: function () { 
  // 顯示遮罩層 
  var animation = wx.createAnimation({ 
   duration: 200, 
   timingFunction: "linear", 
   delay: 0 
  }) 
  this.animation = animation 
  animation.translateY(300).step() 
  this.setData({ 
   animationData: animation.export(), 
   showModalStatus: true 
  }) 
  setTimeout(function () { 
   animation.translateY(0).step() 
   this.setData({ 
    animationData: animation.export() 
   }) 
  }.bind(this), 200) 
 }, 
 clickbtn:function(){ 
  if(this.data.showModalStatus){ 
   this.hideModal(); 
  }else{ 
   this.showModal(); 
  } 
 }, 
 hideModal: function () { 
  // 隱藏遮罩層 
  var animation = wx.createAnimation({ 
   duration: 200, 
   timingFunction: "linear", 
   delay: 0 
  }) 
  this.animation = animation 
  animation.translateY(300).step() 
  this.setData({ 
   animationData: animation.export(), 
  }) 
  setTimeout(function () { 
   animation.translateY(0).step() 
   this.setData({ 
    animationData: animation.export(), 
    showModalStatus: false 
   }) 
  }.bind(this), 200) 
 }, 
 click_cancel:function(){ 
  console.log("點擊取消"); 
   this.hideModal(); 
 }, 
 click_ok:function(){ 
  console.log("點擊了確定===,輸入的信息為為==",inputinfo); 
   this.hideModal(); 
 }, 
 input_content:function(e){ 
  console.log(e); 
  inputinfo = e.detail.value;  
 } 
 
})

關(guān)于“微信小程序怎么實現(xiàn)自定義對話框”的內(nèi)容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業(yè)相關(guān)的知識,可以關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道,小編每天都會為大家更新不同的知識點。

文章標題:微信小程序怎么實現(xiàn)自定義對話框-創(chuàng)新互聯(lián)
文章來源:http://jinyejixie.com/article26/dpeicg.html

成都網(wǎng)站建設公司_創(chuàng)新互聯(lián),為您提供App設計、做網(wǎng)站品牌網(wǎng)站制作、自適應網(wǎng)站、用戶體驗定制網(wǎng)站

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)

外貿(mào)網(wǎng)站建設
南溪县| 巩留县| 通辽市| 湘潭县| 天祝| 大方县| 新源县| 剑川县| 曲沃县| 东乡族自治县| 梁河县| 龙南县| 陵水| 西宁市| 上栗县| 新营市| 湖南省| 依兰县| 景宁| 江永县| 科尔| 新民市| 高青县| 裕民县| 崇礼县| 延吉市| 富平县| 古浪县| 娱乐| 中卫市| 伊金霍洛旗| 海南省| 长寿区| 伽师县| 宁陕县| 汕尾市| 临海市| 饶河县| 大名县| 安康市| 安福县|