先锋 神龙

This commit is contained in:
“wanyongkang”
2024-01-05 15:16:36 +08:00
parent 04d3571356
commit 6a12e93d95
8 changed files with 265 additions and 117 deletions

View File

@@ -29,7 +29,7 @@
<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">¥<input v-model="order_info.money" type="text" style="width:30%;" /></h3>
<h3 class="text-center">¥<input v-model="order_info.money" type="number" style="width:30%;" /></h3>
</div>
<div class="panel-body text-center">
<div class="price-cercle">
@@ -977,7 +977,7 @@ $(document).on("ready", function(e) {
var that = this
$.ajax({
type: 'POST',
url: 'http://juip.wyk/http/product/linecount',
url: 'http://php-api.juip.com/http/product/linecount',
dataType: "json",
async:false,
data:this.game,