Commit c034d5c3 authored by 黄奎's avatar 黄奎

页面修改

parent d3787c40
...@@ -33,7 +33,6 @@ ...@@ -33,7 +33,6 @@
data() { data() {
return { return {
payWay: '3', payWay: '3',
payMoney: '0',
payType: 211, payType: 211,
lastTime: '', lastTime: '',
isShowPic: true, isShowPic: true,
...@@ -42,9 +41,6 @@ ...@@ -42,9 +41,6 @@
descMin: 0, descMin: 0,
descSecond: 0, descSecond: 0,
descHour: 0, descHour: 0,
begin: 0, begin: 0,
nowDate: new Date(), nowDate: new Date(),
timer: null, timer: null,
...@@ -58,16 +54,11 @@ ...@@ -58,16 +54,11 @@
getPayPic(obj) { getPayPic(obj) {
let msg = {} let msg = {}
msg.OrderSource = 16 msg.OrderSource = 16
msg.body = obj.description msg.body = "支付赞羊商品订单:"+obj.orderId;
msg.attach = this.payType + '|' + obj.contactName + '|' + obj.orderId + '|' + obj.customerId + '|' + obj msg.attach = this.payType + '|' + obj.contactName + '|' + obj.orderId + '|' + obj.customerId + '|' + obj
.outBranchId .outBranchId
msg.total_fee = obj.TotalPrice msg.total_fee = obj.TotalPrice
msg.payway = this.payWay msg.payway = this.payWay
console.log("msg",msg);
// if (this.payType == '') {
// this.$message.warning('请选择费用类型!')
// return;
// }
this.apipost('OnlinePay_post_GetCodeUrl', msg, res => { this.apipost('OnlinePay_post_GetCodeUrl', msg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.payPic = res.data.data.CodeURL this.payPic = res.data.data.CodeURL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment