From 45faaf27722588e92050e2e3eace9b3704377048 Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期六, 02 四月 2022 18:44:30 +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