wangfukang 3 weeks ago
parent
commit
75b20ea8d9
  1. 2
      package1/buyFood/buyFood.vue

2
package1/buyFood/buyFood.vue

@ -1062,7 +1062,7 @@
this.$refs.payPopup.open('bottom');
} else {
uni.showToast({
title: res.message || '下单 失败',
title: res.message || '下单失败',
icon: 'none'
});
}

Loading…
Cancel
Save