Commit c034d5c3 authored by 黄奎's avatar 黄奎

页面修改

parent d3787c40
......@@ -33,7 +33,6 @@
data() {
return {
payWay: '3',
payMoney: '0',
payType: 211,
lastTime: '',
isShowPic: true,
......@@ -42,9 +41,6 @@
descMin: 0,
descSecond: 0,
descHour: 0,
begin: 0,
nowDate: new Date(),
timer: null,
......@@ -58,16 +54,11 @@
getPayPic(obj) {
let msg = {}
msg.OrderSource = 16
msg.body = obj.description
msg.body = "支付赞羊商品订单:"+obj.orderId;
msg.attach = this.payType + '|' + obj.contactName + '|' + obj.orderId + '|' + obj.customerId + '|' + obj
.outBranchId
msg.total_fee = obj.TotalPrice
msg.payway = this.payWay
console.log("msg",msg);
// if (this.payType == '') {
// this.$message.warning('请选择费用类型!')
// return;
// }
this.apipost('OnlinePay_post_GetCodeUrl', msg, res => {
if (res.data.resultCode == 1) {
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