diff --git a/src/components/AiCopyFromTemu.vue b/src/components/AiCopyFromTemu.vue
index 8c545e9..cd23a7b 100644
--- a/src/components/AiCopyFromTemu.vue
+++ b/src/components/AiCopyFromTemu.vue
@@ -26,7 +26,11 @@
-
+
@@ -38,23 +42,25 @@
+
diff --git a/src/components/AiPayment.vue b/src/components/AiPayment.vue
index 35eae2e..5ca2648 100644
--- a/src/components/AiPayment.vue
+++ b/src/components/AiPayment.vue
@@ -113,7 +113,7 @@ export default {
search: {module: "0"},
show: true,
descriptionsModule0: ["抢仓发货", "数据下载", "复制商品", "会员服务"],
- descriptionsModule1: ["智能复制"],
+ descriptionsModule1: ["商品采集", "店铺跟踪", "关键字跟踪"],
payments: [],
qrcode: "",
amount: 0,
diff --git a/src/utils/index.js b/src/utils/index.js
index 976811b..156cf67 100644
--- a/src/utils/index.js
+++ b/src/utils/index.js
@@ -104,8 +104,8 @@ const userCheck = (mallId) => {
tempMallId = store.state.mallId
}
if (res.type != 4 && tempMallId != store.state.userInfo.mallId) {
- Message.error('您当前登录的TEMU账号与会员绑定账号不一致')
- reject('您当前登录的TEMU账号与会员绑定账号不一致')
+ Message.error('您当前登录的卖家中心店铺与会员绑定店铺不一致')
+ reject('您当前登录的卖家中心店铺与会员绑定店铺不一致')
return false
}
diff --git a/src/utils/product.js b/src/utils/product.js
index 8257a31..af6f9db 100644
--- a/src/utils/product.js
+++ b/src/utils/product.js
@@ -16,6 +16,7 @@ export function transform(leftData) {
// 普通属性
rightData.productName = leftData.productName;
rightData.materialMultiLanguages = leftData.productLocalExtAttr.materialMultiLanguages;
+ rightData.productI18nReqs = leftData.productI18nList;
rightData.productPropertyReqs = [];
for (let i = 0; i < leftData.productPropertyList.length; i++) {
rightData.productPropertyReqs.push({
diff --git a/src/view/product/CopyProduct.vue b/src/view/product/CopyProduct.vue
index c80ee11..63f0539 100644
--- a/src/view/product/CopyProduct.vue
+++ b/src/view/product/CopyProduct.vue
@@ -110,7 +110,11 @@
-
+