团购核销

ymt-groupSet
游梦婷 12 months ago
parent d464e32946
commit 89a7fa337c
  1. 1
      subpackages/groupBuyingConfiguration/groupProduct/groupProduct.vue
  2. 8
      subpackages/groupBuyingConfiguration/groupVerify/groupVerify.vue

@ -288,6 +288,7 @@
.titleWidth { .titleWidth {
width: 80px; width: 80px;
text-align: center; text-align: center;
align-self: stretch;
} }
.minheight40 { .minheight40 {

@ -166,13 +166,13 @@
uni.hideLoading(); uni.hideLoading();
if (res.return_code == '000000') { if (res.return_code == '000000') {
uni.showToast({ uni.showToast({
title: "核销成功", title:res.return_data,
icon: 'none', icon: 'none',
duration: 2000 duration: 2000
}) })
setTimeout(()=>{ // setTimeout(()=>{
uni.navigateBack(); // uni.navigateBack();
},1000) // },1000)
} else { } else {
uni.showToast({ uni.showToast({

Loading…
Cancel
Save