支付宝支付放前边
This commit is contained in:
@@ -87,8 +87,8 @@
|
||||
支付方式:
|
||||
</div>
|
||||
<div class="col-md-9 ">
|
||||
<input id="weixinpay_s" v-model="pay_type" type="radio" name="OPayType" value="1" checked> <label for="weixinpay_s"><img src="~/img/wx.png">微信支付</label>
|
||||
<input id="zhifubaopay_s" v-model="pay_type" type="radio" name="OPayType" value="2"> <label for="zhifubaopay_s"><img src="~/img/zfb.png">支付宝支付</label>
|
||||
<input id="zhifubaopay_s" v-model="pay_type" type="radio" name="OPayType" value="2" checked> <label for="zhifubaopay_s"><img src="~/img/zfb.png">支付宝支付</label>
|
||||
<input id="weixinpay_s" v-model="pay_type" type="radio" name="OPayType" value="1" > <label for="weixinpay_s"><img src="~/img/wx.png">微信支付</label>
|
||||
<input id="UseAccountAmount" v-model="pay_type" type="radio" name="OPayType" value="3"> <label for="UseAccountAmount">余额支付</label>
|
||||
</div>
|
||||
</div>
|
||||
@@ -225,7 +225,7 @@
|
||||
phone:'',
|
||||
address:'',
|
||||
},
|
||||
pay_type:'1'
|
||||
pay_type:'2'
|
||||
},
|
||||
created: function () {
|
||||
this.select(0);
|
||||
|
||||
@@ -510,7 +510,7 @@
|
||||
ConnectCount: 1,
|
||||
CouponId: 0,
|
||||
UseAccountAmount: 0,
|
||||
OPayType: 70,
|
||||
OPayType: 100,
|
||||
PayChannel: 50,
|
||||
phone:''
|
||||
},
|
||||
@@ -524,7 +524,7 @@
|
||||
ConnectCount: 1,
|
||||
CouponId: 0,
|
||||
UseAccountAmount: 0,
|
||||
OPayType: 70,
|
||||
OPayType: 100,
|
||||
MinPostfix: 1,
|
||||
MaxPostfix: 1,
|
||||
PayChannel: 50,
|
||||
|
||||
@@ -271,7 +271,7 @@
|
||||
ConnectCount: @(ViewBag.ConnectCount),
|
||||
CouponId: 0,
|
||||
UseAccountAmount: 0,
|
||||
OPayType: 70,
|
||||
OPayType: 100,
|
||||
PayChannel:50,
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user