http自定义充值

This commit is contained in:
“wanyongkang”
2024-01-03 14:55:04 +08:00
parent 5d8bbcc67b
commit 04d3571356
2 changed files with 4 additions and 4 deletions

View File

@@ -173,7 +173,7 @@
</li>
}else if(item.Product.Id == 26) {
<li role="presentation" class="@(item.Product.Id==defaultProduct.Id?"active":"")">
<a href="#@item.Product.Id" id="p26" role="tab" data-toggle="tab" style="font-size: 25px;border:1px solid #99CCFF">@item.Product.Name</a>
<a href="#@item.Product.Id" id="p26" role="tab" data-toggle="tab" style="font-size: 25px;border:1px solid #99CCFF">@item.Product.Name<span style="color: #f64e3d;font-weight:bold;float:right;padding-right: 5px;">新</span></a>
</li>
}
else if(item.Product.Id == 22) {

View File

@@ -29,11 +29,11 @@
<div class="col-sm-6 col-md-3 margin-top-30">
<div class="panel panel-info relative">
<div class="panel-heading">
<h3 class="text-center">¥50</h3>
<h3 class="text-center">¥<input v-model="order_info.money" type="text" style="width:30%;" /></h3>
</div>
<div class="panel-body text-center">
<div class="price-cercle">
<h3 class="text_primary">实到50H币</h3>
<h3 class="text_primary">实到{{order_info.money}}H币</h3>
</div>
</div>
<ul class="text-center">
@@ -45,7 +45,7 @@
</ul>
<div class="panel-footer">
<a class="btn btn-new btn-lg" v-on:click="recharge(50)" data-backdrop="static" data-toggle="modal" data-target="#pay">立即充值</a>
<a class="btn btn-new btn-lg" v-on:click="recharge(order_info.money)" data-backdrop="static" data-toggle="modal" data-target="#pay">自定义充值</a>
</div>
</div>
</div>