diff --git a/src/components/AiPayment.vue b/src/components/AiPayment.vue index 141e3d7..6fc9022 100644 --- a/src/components/AiPayment.vue +++ b/src/components/AiPayment.vue @@ -146,8 +146,8 @@ export default { this.$http.post("/api/order/createOrder", null, { params: { priceConfigId: item.id, - mallName: vipForm.mallName, - mallId: vipForm.mallId + mallName: this.vipForm.mallName, + mallId: this.vipForm.mallId } }).then(res => { if (res?.data?.id) { diff --git a/src/manifest.production.json b/src/manifest.production.json index 11bb69f..b33a91e 100644 --- a/src/manifest.production.json +++ b/src/manifest.production.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "TEMU助手", "description": "TEMU助手 - 自动化提高生产效率", - "version": "3.1.13", + "version": "3.2.1", "background": { "service_worker": "/background.js" }, @@ -51,6 +51,10 @@ "id": "5", "enabled": true, "path": "rules_5.json" + },{ + "id": "6", + "enabled": true, + "path": "rules_6.json" }] }, "content_scripts": [ diff --git a/src/view/Home.vue b/src/view/Home.vue index 2a7153d..bf13c72 100644 --- a/src/view/Home.vue +++ b/src/view/Home.vue @@ -324,7 +324,7 @@ export default { }, }, mounted() { - this.getAliexpressGoodsList() + // this.getAliexpressGoodsList() } } diff --git a/src/view/Info.vue b/src/view/Info.vue index f8ad14a..8fdda56 100644 --- a/src/view/Info.vue +++ b/src/view/Info.vue @@ -5,6 +5,13 @@ title="弹窗消息" tips="点击“一键已读”之后,需要回到“卖家中心”刷新界面,弹窗即可消失" isShowBottomBorder> +