|
@@ -519,9 +519,6 @@ var task = new Vue({
|
|
|
this.dialog.show = show
|
|
|
this.dialog.type = type
|
|
|
this.dialog.text = text
|
|
|
- if (!show) {
|
|
|
- $('.van-overlay').trigger('click')
|
|
|
- }
|
|
|
},
|
|
|
ajaxActiveStatus: function () {
|
|
|
var _this = this
|
|
@@ -769,6 +766,7 @@ var task = new Vue({
|
|
|
type: 'post',
|
|
|
success: function (res) {
|
|
|
if (res.data) {
|
|
|
+ loading.clear()
|
|
|
_this.dialogShow('success', true, '7天')
|
|
|
_this.getYuReCouponCount()
|
|
|
// 刷新我的奖励列表
|