$.messager.confirm({ title: '种子购买', msg: '确定购买这个'+seedName+'的种子嘛?', top:200, fn: function (r) { if (r){ //....... } } });
用style属性不知道为什么没有效果,
2023-12-28 09:42:28
$.messager.confirm({ title: '种子购买', msg: '确定购买这个'+seedName+'的种子嘛?', top:200, fn: function (r) { if (r){ //....... } } });
用style属性不知道为什么没有效果,