【商品规格调整】

This commit is contained in:
2021-11-02 20:34:51 +08:00
parent 0d44c66396
commit 416fc09bab
2 changed files with 181 additions and 180 deletions

View File

@@ -212,7 +212,7 @@
success: res => {
uni.showToast({
title: '支付成功',
duration: 3000,
duration: 10000,
mask: true,
icon: 'none'
})
@@ -225,7 +225,7 @@
},
fail: (err) => {
uni.showToast({
title: '支付失败' + err.message,
title: '支付失败',
duration: 3000,
mask: true,
icon: 'none'