先锋 神龙
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user