Selaa lähdekoodia

fix: 免费老用户从订阅向导订阅关键词城市选择问题

cuiyalong 4 vuotta sitten
vanhempi
commit
2bd3b91106

+ 1 - 0
src/jfw/modules/app/src/web/staticres/jyapp/vipsubscribe/js/keyset-detail.js

@@ -606,6 +606,7 @@ var keySetDetail = new Vue({
 
           if (_this.currentInfo.from == 1) {
             _this.conf.i_new = 0
+            _this.provinceListMap['#'] = []
             _this.provinceListMap['#'].push('全国')
             _this.initIndexBar()
           }

+ 1 - 0
src/web/staticres/vipsubscribe/js/keyset-detail.js

@@ -618,6 +618,7 @@ var keySetDetail = new Vue({
 
           if (_this.currentInfo.from == 1) {
             _this.conf.i_new = 0
+            _this.provinceListMap['#'] = []
             _this.provinceListMap['#'].push('全国')
             _this.initIndexBar()
           }