revert: 所有代码与custom/common分支同
This commit is contained in:
@@ -161,13 +161,14 @@ let menuButtonInfo = {};
|
||||
menuButtonInfo = uni.getMenuButtonBoundingClientRect();
|
||||
// #endif
|
||||
|
||||
import nsGoodsSkuCategory from '@/components/ns-goods-sku/ns-goods-sku-category.vue';
|
||||
import DiyMinx from './minx.js'
|
||||
var contentWrapHeight, query, cartPosition;
|
||||
|
||||
// 商品分类
|
||||
export default {
|
||||
components: {
|
||||
nsGoodsSkuCategory: () => import('@/components/ns-goods-sku/ns-goods-sku-category.vue'),
|
||||
components: {
|
||||
nsGoodsSkuCategory
|
||||
},
|
||||
name: 'diy-category',
|
||||
props: {
|
||||
@@ -462,7 +463,7 @@ export default {
|
||||
cart_ids: this.cartIds.toString()
|
||||
},
|
||||
success: () => {
|
||||
this.$util.redirectTo('/pages_order/base/payment');
|
||||
this.$util.redirectTo('/pages_order/payment');
|
||||
this.isSub = false;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user