From 154834c2168f27cf9da4e0cf7fac395e1f8ed6f5 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Fri, 26 Sep 2025 19:54:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E5=91=98=E8=B4=AD=E4=B9=B0=E8=B0=83?= =?UTF-8?q?=E6=95=B4=EF=BC=8C=E4=BB=A3=E5=AE=A2=E4=B8=8B=E5=8D=95=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/product/index.vue | 2 +- pages/user/user.vue | 4 +- user/vip/buy-vip.vue | 4 +- utils/goods-utils.js | 391 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 398 insertions(+), 3 deletions(-) create mode 100644 utils/goods-utils.js diff --git a/pages/product/index.vue b/pages/product/index.vue index b41b4df..6889bce 100644 --- a/pages/product/index.vue +++ b/pages/product/index.vue @@ -118,7 +118,7 @@ v-if="item.type == 'sku' || (item.type == 'package' && item.groupType == '1')" @click.stop="clickspecifications(item, index, index1)" > - 选择套餐 + 选择套餐 选规格 {{ ifcartNumber(item) < 99 ? ifcartNumber(item) : '99+' }} diff --git a/pages/user/user.vue b/pages/user/user.vue index 3cdc530..51679f4 100644 --- a/pages/user/user.vue +++ b/pages/user/user.vue @@ -9,8 +9,10 @@ {{userInfo.nickName}} - + + +