Commit bc025738 by 高淑倩

优化

parent ca529559
...@@ -146,7 +146,6 @@ wxService.page({ ...@@ -146,7 +146,6 @@ wxService.page({
// 立即支付 // 立即支付
handelToPay(e) { handelToPay(e) {
const { id, merged } = e.currentTarget.dataset const { id, merged } = e.currentTarget.dataset
console.log('0000', id, merged)
let url = merged ? `/sale/payment/merged/buyer/wxprepay/${id}` : `/sale/trade/buyer/wxprepay/${id}` let url = merged ? `/sale/payment/merged/buyer/wxprepay/${id}` : `/sale/trade/buyer/wxprepay/${id}`
wx.showLoading({ wx.showLoading({
title: '加载中', title: '加载中',
......
...@@ -165,7 +165,6 @@ wxService.page({ ...@@ -165,7 +165,6 @@ wxService.page({
}, },
// 立即支付 // 立即支付
handelToPay(e) { handelToPay(e) {
console.log('立即支付')
const { id } = e.currentTarget.dataset const { id } = e.currentTarget.dataset
wx.showLoading({ wx.showLoading({
title: '加载中', title: '加载中',
......
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