mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-06 13:43:02 +08:00
支付提示状态
This commit is contained in:
@ -231,7 +231,7 @@ Page({
|
||||
temp_data_list[index]['status_name'] = '待发货';
|
||||
this.setData({ data_list: temp_data_list });
|
||||
|
||||
app.showToast('支付成功');
|
||||
app.showToast("支付成功", "success");
|
||||
} else {
|
||||
wx.tradePay({
|
||||
tradeNO: res.data.data.data,
|
||||
|
||||
Reference in New Issue
Block a user