<mp-toptips msg="{{errorMsg}}" type="error" show="{{errorMsg}}" delay="2000"></mp-toptips>
wxml代码如上,json文件如下
"usingComponents": {
"mp-uploader": "/components/uploader/uploader",
"mp-cells": "/components/cells/cells",
"mp-cell": "/components/cell/cell",
"mp-toptips": "/components/toptips/toptips"
},
通过console.log errorMsg已经赋值成功,但是界面不弹出提示
看得一脸懵逼
weui.wxss中将.weui-toptips样式中的“display:none;”去掉。
请问解决了吗 我也遇到这个问题了 卡了好一会儿
困扰了好久了..