支付宝支付放前边

This commit is contained in:
“wanyongkang”
2023-07-07 16:55:08 +08:00
parent 4ede7b394c
commit ca71fc8f2f
11 changed files with 19 additions and 22 deletions

View File

@@ -310,8 +310,8 @@
</div>
<div class="item">
<p>大客户/商务合作</p>
<p>电话/微信177 1909 2232</p>
<p>QQ937888580</p>
<p>电话/微信177 9666 8888</p>
<p>QQ70177252</p>
</div>
</div>

View File

@@ -78,8 +78,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="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="UseAccountAmount" v-model="pay_type" type="radio" name="OPayType" value="3"> <label for="UseAccountAmount">余额支付</label>
</div>
</div>
@@ -216,7 +216,7 @@
phone:'',
address:'',
},
pay_type:'1'
pay_type:'2'
},
created: function () {
this.select(0);

View File

@@ -440,7 +440,7 @@
ConnectCount: 1,
CouponId: 0,
UseAccountAmount: 0,
OPayType: 70,
OPayType: 100,
PayChannel:40,
phone:''
},
@@ -454,7 +454,7 @@
ConnectCount: 1,
CouponId: 0,
UseAccountAmount: 0,
OPayType: 70,
OPayType: 100,
MinPostfix: 1,
MaxPostfix: 1,
PayChannel:40,

View File

@@ -211,7 +211,7 @@
ConnectCount: @(ViewBag.ConnectCount),
CouponId: 0,
UseAccountAmount: 0,
OPayType: 70,
OPayType: 100,
PayChannel:40,
}
},

View File

@@ -706,7 +706,7 @@ var t1 = null;
console.log(res);
if (res.Code == 10000) {
$('.cash-out').hide();
alert('提现请求发送成功,我们会在一到两个工作日进行处理,请注意查看资金明细。');
alert('提现请求发送成功,我们会在5到7个工作日进行处理,请注意查看资金明细。');
} else {
alert('提现异常!请重试或联系客服。');
}