...
|
...
|
@@ -120,7 +120,6 @@ function givePoint(op, parameter) { |
|
|
function createStuDialog(cont) {
|
|
|
var opt = {
|
|
|
className: 'stu-dialog',
|
|
|
myCloseIcon: 'close-icon',
|
|
|
content: cont
|
|
|
|
|
|
};
|
...
|
...
|
@@ -228,7 +227,6 @@ alertConfig = { |
|
|
content: '恭喜您,成功领取优惠券',
|
|
|
subContents: ['特殊情况下到账有延时', '请耐心等待'],
|
|
|
className: 'subcontent-dialog',
|
|
|
myCloseIcon: 'close-icon',
|
|
|
refreshOnClose: true,
|
|
|
btns: [
|
|
|
{
|
...
|
...
|
@@ -253,7 +251,6 @@ alertConfig = { |
|
|
content: '您已领取过优惠券',
|
|
|
subContent: '快去选购心仪的潮品吧',
|
|
|
className: 'subcontent-dialog',
|
|
|
myCloseIcon: 'close-icon',
|
|
|
btns: [
|
|
|
{
|
|
|
id: 1,
|
...
|
...
|
@@ -269,7 +266,6 @@ alertConfig = { |
|
|
content: '优惠券已过期',
|
|
|
subContent: '去领最新的优惠券吧',
|
|
|
className: 'subcontent-dialog',
|
|
|
myCloseIcon: 'close-icon',
|
|
|
btns: [
|
|
|
{
|
|
|
id: 1,
|
...
|
...
|
@@ -282,7 +278,6 @@ alertConfig = { |
|
|
content: '领取失败',
|
|
|
subContents: ['请刷新重试,', '多次无效请联系客服'],
|
|
|
className: 'subcontent-dialog',
|
|
|
myCloseIcon: 'close-icon',
|
|
|
btns: [
|
|
|
{
|
|
|
id: 1,
|
...
|
...
|
@@ -337,7 +332,6 @@ function requestCoupon(id) { |
|
|
error: function() {
|
|
|
var opt = {
|
|
|
className: 'stu-alert',
|
|
|
myCloseIcon: 'close-icon',
|
|
|
content: '<p>网络异常</p>'
|
|
|
};
|
|
|
|
...
|
...
|
|