|
@@ -371,7 +371,7 @@ var AreaChoose = {
|
|
|
},
|
|
|
flushPrice: function (flag) {
|
|
|
if (!this.vipSubisTrial) {
|
|
|
- $('.tips_d_money').css("display", "block");
|
|
|
+ // $('.tips_d_money').css("display", "block");
|
|
|
var price = getsubVipOrderPrice(this.selectObj, this.selectedIndustryArr, this.timeSelect);
|
|
|
$('.tips_d_money').text('¥' + price);
|
|
|
}
|