revert: 所有代码与custom/common分支同

This commit is contained in:
2026-01-05 15:56:49 +08:00
parent 8ef6975ee1
commit 60a0e5133e
219 changed files with 14860 additions and 15585 deletions

View File

@@ -214,12 +214,12 @@
</template>
<script>
import uniPopup from '@/components/uni-popup/uni-popup-sku.vue';
// 商品SKU
export default {
name: 'ns-goods-sku',
components: {
uniPopup: () => import('@/components/uni-popup/uni-popup-sku.vue'),
nsLogin: () => import('@/components/ns-login/ns-login.vue'),
uniPopup
},
props: {
goodsId: {
@@ -1109,7 +1109,7 @@
key: 'orderCreateData',
data: data,
success: () => {
this.$util.redirectTo('/pages_order/base/payment');
this.$util.redirectTo('/pages_order/payment');
this.btnSwitch = false;
}
});