From 999f9a47da7783388d0214b9f8d987ea2d9f2916 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期一, 11 四月 2022 13:55:05 +0800 Subject: [PATCH] 子账户管理新 --- src/views/productDetail/components/PayCard.vue | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/src/views/productDetail/components/PayCard.vue b/src/views/productDetail/components/PayCard.vue index 2569d6d..62b90e0 100644 --- a/src/views/productDetail/components/PayCard.vue +++ b/src/views/productDetail/components/PayCard.vue @@ -143,16 +143,6 @@ > <div class="label">鎺堟潈鏁伴噺</div> <el-input-number - v-model="cartItem.chCount" - @change="handleChangeCh" - :disabled="!data.hasChUnitPrice" - size="small" - :min="1" - :max="16" - label="鎻忚堪鏂囧瓧" - ></el-input-number> - <span class="desText">鏈�澶ф敮鎸�16璺�</span> - <el-input-number v-model="cartItem.authCount" @change="handleChangeAuth" :disabled="!data.hasAuthPrice" -- Gitblit v1.8.0