|
@@ -112,7 +112,6 @@ export default defineComponent({
|
|
|
data: body
|
|
|
})
|
|
|
if (code === 200) {
|
|
|
- console.log(this.onOpenWebView)
|
|
|
if (this.showType === 'cart') {
|
|
|
Dialog.confirm({
|
|
|
title: '提示',
|
|
@@ -123,7 +122,6 @@ export default defineComponent({
|
|
|
})
|
|
|
.then(() => {
|
|
|
// 如果为首页加入购物车跳转, 使用首页的公用跳转方法
|
|
|
- console.log(this.onOpenWebView)
|
|
|
if (this.onOpenWebView === '') {
|
|
|
this.$router.push({
|
|
|
path: '/cart'
|