$.messager.confirm({ title: ‘种子购买‘, msg: ‘确定购买这个‘+seedName+‘的种子嘛?‘, top:200, fn: function (r) { if (r){ //....... } } });
用style属性不知道为什么没有效果,
原文地址:https://www.cnblogs.com/zengguoqiang/p/10925504.html
时间: 2024-10-15 13:45:48
$.messager.confirm({ title: ‘种子购买‘, msg: ‘确定购买这个‘+seedName+‘的种子嘛?‘, top:200, fn: function (r) { if (r){ //....... } } });
用style属性不知道为什么没有效果,
原文地址:https://www.cnblogs.com/zengguoqiang/p/10925504.html