頁面報錯
uncaught typeerror: cannot read property 'alert'
of undefined
使用this在方法中無法定向到引數,所以使用let that = this 重定向
let that =
this
$.post
('url',,
function
(res)).
then((
)=>).
catch((
)=>)}
,'json'
)
博主發現重定向問題是因為使用vue是function 導致,優化後**如下:
$.
post
('url',,
(res)
=>).
then((
)=>).
catch((
)=>)}
,'json'
)
只需要將***function()更改為()=>***即可。其他方法內同理 layui彈框元件多層彈框的使用 隨筆
效果圖 父視窗開啟子視窗並傳值 type 可傳入的值有 0 資訊框,預設 1 頁面層 2 iframe層 3 載入層 4 tips層 layer.open end function 子視窗獲取父視窗引數var billtermuuid getquerystring billtermuuid var ...
vue移動端彈框元件
this.refs.toast.showtoast 提示文案 一 npm 安裝 當前最新版本 1.2.0 npm install vue layer mobile 如新版遇到問題可回退舊版本 npm install vue layer mobile 1.0.0 二 調整配置 因為這個元件中有woff...
在html中使用php語句實現彈框 彈框外掛程式整理
作者 明月。第一部分 彈框外掛程式的使用 第二部分 某b2c系統專案 以下簡稱專案 開發過程中遇到問題的總結 具體內容如下 第一部分 彈框外掛程式的使用 1.html 需要引入的外掛程式 2.js m3.以下是dialog外掛程式其他引數補充 第二部分 某b2c系統專案 以下簡稱專案 開發過程中遇到...