Browse Source

单位置空

jiangcheng/feature-20260326164657-金币日常优化3.0
zhangrenyuan 2 weeks ago
parent
commit
66bef87ca2
  1. 1
      src/views/moneyManage/receiveDetail/receiveService.vue

1
src/views/moneyManage/receiveDetail/receiveService.vue

@ -1109,6 +1109,7 @@ const productRestrictType = computed(() => {
const handleProductChange = (productName) => {
console.log('LastGoodsName:', LastGoodsName.value);
LastGoodsName.value = productName
addFormData.value.numUnit = ''
console.log('选中的产品名称:', productName);
if (productName && productName == t('cash.coinRecharge')) {
showWallet(addFormData.value.receivedMarket)

Loading…
Cancel
Save