Commit bc025738 by 高淑倩

优化

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