chore(组件): 更新依赖

This commit is contained in:
2026-01-05 18:31:42 +08:00
parent 405f37a3f6
commit 531dc347f7
7 changed files with 729 additions and 726 deletions

View File

@@ -1,6 +1,6 @@
<template>
<view class="goods-sku" @touchmove.prevent.stop>
<uni-popup ref="skuPopup" type="bottom" class="sku-layer" @change="popclose">
<uni-popup-sku ref="skuPopup" type="bottom" class="sku-layer" @change="popclose">
<view class="sku-info" :style="{ height: skuHeight }">
<view class="header">
<block v-if="type == 'point' && goodsDetail.type && goodsDetail.type != 1">
@@ -208,19 +208,15 @@
<button type="primary" v-else disabled="true">该商品已下架</button>
</view>
</view>
</uni-popup>
</uni-popup-sku>
<ns-login ref="login"></ns-login>
</view>
</template>
<script>
import uniPopup from '@/uni_modules/uni-popup/components/uni-popup/uni-popup-sku.vue';
// 商品SKU
export default {
name: 'ns-goods-sku',
components: {
uniPopup
},
props: {
goodsId: {
type: [Number, String],