layui彈框元件多層彈框的使用 隨筆

2021-10-03 13:02:14 字數 505 閱讀 1103

效果圖

父視窗開啟子視窗並傳值

type-可傳入的值有:0(資訊框,預設)1(頁面層)2(iframe層)3(載入層)4(tips層)

layer.

open(,

end:

function()});

子視窗獲取父視窗引數
var billtermuuid =

getquerystring

("billtermuuid");

var termstate =

getquerystring

("termstate");

function

getquerystring

(name)

具體引數可以參考:

vue移動端彈框元件

this.refs.toast.showtoast 提示文案 一 npm 安裝 當前最新版本 1.2.0 npm install vue layer mobile 如新版遇到問題可回退舊版本 npm install vue layer mobile 1.0.0 二 調整配置 因為這個元件中有woff...

layui彈框父頁面重新整理問題

1.只有一層彈框時 window.parent.location.reload 父級頁面過載 var index parent.layer.getframeindex window.name 獲取父級頁面layer彈框的索引 parent.layer.close index 關閉彈框2.兩層彈框時,...

js彈框 總結

messager.alert asasasasa jquery 非同步的,頁面多個提示框,邏輯不對.故而選用最原始的js 彈框 alert 已過發車時間 或者 車票已檢票 確認給該車票退保嗎?需求說 要有確認按鈕,就如下操作了 if confirm 已過發車時間 或者 車票已檢票 確認給該車票退保嗎...