chore(组件): 更新依赖
This commit is contained in:
@@ -161,15 +161,11 @@ let menuButtonInfo = {};
|
|||||||
menuButtonInfo = uni.getMenuButtonBoundingClientRect();
|
menuButtonInfo = uni.getMenuButtonBoundingClientRect();
|
||||||
// #endif
|
// #endif
|
||||||
|
|
||||||
import nsGoodsSkuCategory from '@/components/ns-goods-sku/ns-goods-sku-category.vue';
|
|
||||||
import DiyMinx from './minx.js'
|
import DiyMinx from './minx.js'
|
||||||
var contentWrapHeight, query, cartPosition;
|
var contentWrapHeight, query, cartPosition;
|
||||||
|
|
||||||
// 商品分类
|
// 商品分类
|
||||||
export default {
|
export default {
|
||||||
components: {
|
|
||||||
nsGoodsSkuCategory
|
|
||||||
},
|
|
||||||
name: 'diy-category',
|
name: 'diy-category',
|
||||||
props: {
|
props: {
|
||||||
value: {
|
value: {
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="goods-sku" @touchmove.prevent.stop>
|
<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="sku-info" :style="{ height: skuHeight }">
|
||||||
<view class="header">
|
<view class="header">
|
||||||
<block v-if="type == 'point' && goodsDetail.type && goodsDetail.type != 1">
|
<block v-if="type == 'point' && goodsDetail.type && goodsDetail.type != 1">
|
||||||
@@ -208,19 +208,15 @@
|
|||||||
<button type="primary" v-else disabled="true">该商品已下架</button>
|
<button type="primary" v-else disabled="true">该商品已下架</button>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</uni-popup>
|
</uni-popup-sku>
|
||||||
<ns-login ref="login"></ns-login>
|
<ns-login ref="login"></ns-login>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import uniPopup from '@/uni_modules/uni-popup/components/uni-popup/uni-popup-sku.vue';
|
|
||||||
// 商品SKU
|
// 商品SKU
|
||||||
export default {
|
export default {
|
||||||
name: 'ns-goods-sku',
|
name: 'ns-goods-sku',
|
||||||
components: {
|
|
||||||
uniPopup
|
|
||||||
},
|
|
||||||
props: {
|
props: {
|
||||||
goodsId: {
|
goodsId: {
|
||||||
type: [Number, String],
|
type: [Number, String],
|
||||||
|
|||||||
12
pages.json
12
pages.json
@@ -954,8 +954,16 @@
|
|||||||
"autoscan": true,
|
"autoscan": true,
|
||||||
"custom": {
|
"custom": {
|
||||||
"diy-*(\\W.*)": "@/components-diy/diy$1.vue",
|
"diy-*(\\W.*)": "@/components-diy/diy$1.vue",
|
||||||
"uni-*(\\W.*)": "@/uni_modules/uni$1/components/uni$1/uni$1.vue",
|
"uni-*(\\W.*)": "@/uni_modules/uni$1/components/uni$1/uni$1.vue",
|
||||||
"MescrollUni": "@/components/mescroll/my-list-mescroll.vue"
|
|
||||||
|
"mescroll-uni": "@/components/mescroll/my-list-mescroll.vue",
|
||||||
|
"ns-goods-sku-index": "@/components/ns-goods-sku/ns-goods-sku-index.vue",
|
||||||
|
"ns-goods-sku-category": "@/components/ns-goods-sku/ns-goods-sku-category.vue",
|
||||||
|
|
||||||
|
"x-skeleton": "@/uni_modules/x-skeleton/components/x-skeleton/x-skeleton.vue",
|
||||||
|
"mp-html": "@/uni_modules/mp-html/components/mp-html/mp-html.vue",
|
||||||
|
"uni-popup-sku": "@/uni_modules/uni-popup/components/uni-popup/uni-popup-sku.vue",
|
||||||
|
"uni-popup-sku-category": "@/uni_modules/uni-popup/components/uni-popup/uni-popup-sku-category.vue"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"preloadRule": {
|
"preloadRule": {
|
||||||
|
|||||||
@@ -7,8 +7,6 @@
|
|||||||
<script>
|
<script>
|
||||||
import htmlParser from '@/common/js/html-parser';
|
import htmlParser from '@/common/js/html-parser';
|
||||||
export default {
|
export default {
|
||||||
components: {
|
|
||||||
},
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
content:'',
|
content:'',
|
||||||
|
|||||||
Reference in New Issue
Block a user