chore(组件): 更新依赖
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user