...
|
...
|
@@ -79,7 +79,7 @@ class HaveGainApplyPage extends Page { |
|
|
}),
|
|
|
hasFooter: {
|
|
|
leftBtnText: '取消',
|
|
|
rightBtnText: '去添加'
|
|
|
rightBtnText: '确定'
|
|
|
}
|
|
|
}, function() {
|
|
|
let account = $.trim($('.dialog-fill-in .account').val() || '');
|
...
|
...
|
@@ -175,7 +175,7 @@ class HaveGainApplyPage extends Page { |
|
|
return tip.show(res.message || '请稍后再试');
|
|
|
}
|
|
|
|
|
|
yoho.invokeMethod('go.copy', {text: '有货有赚', message: '复制成功'});
|
|
|
yoho.invokeMethod('go.copy', {text: '有货有赚'});
|
|
|
dialog.showDialog({
|
|
|
hasHeader: '申请成功',
|
|
|
hasClass: 'dialog-fill-in',
|
...
|
...
|
|