|
@@ -106,7 +106,9 @@ var vComponent = {
|
|
this.coupon = this.couponList[this.selectIndex].reduce
|
|
this.coupon = this.couponList[this.selectIndex].reduce
|
|
|
|
|
|
try {
|
|
try {
|
|
- window.refreshStickyInfo && window.refreshStickyInfo()
|
|
|
|
|
|
+ setTimeout(function(){
|
|
|
|
+ window.refreshStickyInfo && window.refreshStickyInfo()
|
|
|
|
+ }, 0)
|
|
} catch (error) {}
|
|
} catch (error) {}
|
|
},
|
|
},
|
|
getList: function () {
|
|
getList: function () {
|
|
@@ -138,7 +140,9 @@ var vComponent = {
|
|
_this.couponList = []
|
|
_this.couponList = []
|
|
}
|
|
}
|
|
try {
|
|
try {
|
|
- window.refreshStickyInfo && window.refreshStickyInfo()
|
|
|
|
|
|
+ setTimeout(function(){
|
|
|
|
+ window.refreshStickyInfo && window.refreshStickyInfo()
|
|
|
|
+ }, 0)
|
|
} catch (error) {}
|
|
} catch (error) {}
|
|
}).fail(function () {
|
|
}).fail(function () {
|
|
_this.couponList = []
|
|
_this.couponList = []
|