diff --git a/log_update.json b/log_update.json index ae55bc4..9dea084 100644 --- a/log_update.json +++ b/log_update.json @@ -73,9 +73,9 @@ "time": "2019-04-12", "content": [ { - "title": "单门店平台(比如饿百,美团外卖)同步门店商品", + "title": "单门店平台(比如淘宝闪购,美团外卖)同步门店商品", "content": [ - "单门店平台(比如饿百,美团外卖)同步门店商品时,只同步SKUNAME和SKU可售的。这样可减少同步量。不过这样一来京西这边门店商品信息与平台那边就可能不太一致了哈,大家注意一下" + "单门店平台(比如淘宝闪购,美团外卖)同步门店商品时,只同步SKUNAME和SKU可售的。这样可减少同步量。不过这样一来京西这边门店商品信息与平台那边就可能不太一致了哈,大家注意一下" ] } ] @@ -153,7 +153,7 @@ "time": "2019-03-08", "content": [ { - "title": "饿百错误信息提示优化", + "title": "淘宝闪购错误信息提示优化", "content": [ "饿百错误信息添加门店与商品信息" ] @@ -261,7 +261,7 @@ { "title": "订单管理", "content": [ - "合并京东到家全国账号所有订单至后台,合并饿了么所有订单至后台,由于一些数据丢失,部分订单的运单信息不全" + "合并京东到家全国账号所有订单至后台,合并淘宝闪购所有订单至后台,由于一些数据丢失,部分订单的运单信息不全" ] } ] @@ -406,7 +406,7 @@ { "title": "系统平台变更", "content": [ - "将京西系统中饿了么平台删除,添加微盟微商城" + "将京西系统中淘宝闪购平台删除,添加微盟微商城" ] }, { diff --git a/src/components/afsOrderManager/afs-order-manager.vue b/src/components/afsOrderManager/afs-order-manager.vue index c17e0b9..44dca5a 100644 --- a/src/components/afsOrderManager/afs-order-manager.vue +++ b/src/components/afsOrderManager/afs-order-manager.vue @@ -485,7 +485,7 @@ export default { }, // 导出excel async exportExcel() { - const vendorMap = ['京东', '美团', '', '饿百'] + const vendorMap = ['京东', '美团', '', '淘宝闪购'] try { let res = await this.getAfsOrder('all') let keys = Object.keys(res[0]) @@ -503,7 +503,7 @@ export default { } else if (attr === 'skuUserMoney') { json['退款金额'] = item[attr] || '' } else if (attr === 'vendorOrderID2') { - json['订单号2(饿百)'] = item[attr] || '' + json['订单号2(淘宝闪购)'] = item[attr] || '' } else { json[attr] = (item[attr] === 0 || item[attr] === '0') ? 0 : item[attr] || '' } diff --git a/src/components/badReviewmanager/bad-review-manager.vue b/src/components/badReviewmanager/bad-review-manager.vue index f891b31..e353d4a 100644 --- a/src/components/badReviewmanager/bad-review-manager.vue +++ b/src/components/badReviewmanager/bad-review-manager.vue @@ -49,7 +49,7 @@ - + @@ -691,7 +691,7 @@ export default { '用户评价', '评价标签' ]) - const vendorArr = ['京东', '美团', '饿了么', '饿百'] + const vendorArr = ['京东', '美团', '淘宝闪购', '淘宝闪购'] let {stores} = await getStores({pageSize: -1, statuss: JSON.stringify([-1, 0, 1]), briefLevel: 1}, false) this.getBadList(data, res => { let list = JSON.parse(res.data).list diff --git a/src/components/cmp/selectPick/index.vue b/src/components/cmp/selectPick/index.vue index 78fc8b7..995bf8d 100644 --- a/src/components/cmp/selectPick/index.vue +++ b/src/components/cmp/selectPick/index.vue @@ -106,7 +106,7 @@ export default { 0: '0', // 京东不限定 1: '0', // 美团不限定 2: '0', // e了么不限定 - 3: '0', // 饿百 + 3: '0', // 淘宝闪购 4: '0', 5: '0', 9: '0', // 京西 diff --git a/src/components/cmp/storePick/index.vue b/src/components/cmp/storePick/index.vue index 121f62c..440f2c8 100644 --- a/src/components/cmp/storePick/index.vue +++ b/src/components/cmp/storePick/index.vue @@ -57,10 +57,10 @@ - 饿 + 西 - + {{ data.marketManName }} {{ data.operatorName }}{{ data.operatorName2 }} diff --git a/src/components/cmp/storePickNew/storePickContent.vue b/src/components/cmp/storePickNew/storePickContent.vue index 25da9b5..6b2ea89 100644 --- a/src/components/cmp/storePickNew/storePickContent.vue +++ b/src/components/cmp/storePickNew/storePickContent.vue @@ -57,10 +57,10 @@ - 饿 + 西 - + {{ data.marketManName }} {{ data.operatorName }}{{ data.operatorName2 }} diff --git a/src/components/goodmanager/cmp-exdcat-manager.vue b/src/components/goodmanager/cmp-exdcat-manager.vue index ed7793d..6e4fc28 100644 --- a/src/components/goodmanager/cmp-exdcat-manager.vue +++ b/src/components/goodmanager/cmp-exdcat-manager.vue @@ -128,8 +128,8 @@ 名称
- 饿百分类绑定 - + 淘宝闪购分类绑定 + - 饿百分类绑定 + 淘宝闪购分类绑定
按钮
- - + + - +

- + - +
@@ -618,7 +618,7 @@ // 校验京东分类绑定是否填写 showjdCatError: false, showjgCatError: false, - // 校验饿百分类绑定是否填写 + // 校验淘宝闪购分类绑定是否填写 showeBaiCatError: false, showmTCatError: false, showdDCatError: false, @@ -751,7 +751,7 @@ await store.dispatch('getCate',{vendorID:14,parentID:-1}) break case 'EB': - // 饿百 + // 淘宝闪购 if(this.eBCategoryData && this.eBCategoryData.length>0) return await store.dispatch('getCate',{vendorID:3,parentID:-1}) break @@ -1037,7 +1037,7 @@ this.showCatNameError = false; } }, - // 校验京东饿百分类是否选择 + // 校验京东淘宝闪购分类是否选择 // @change="checkCatPick('editorjdCategoryID')" // @change="checkCatPick('editoreBaiCategoryID')" checkCatPick(ref) { @@ -1056,21 +1056,21 @@ // this.showjgCatError = false; // } } else if (ref === "editoreBaiCategoryID") { - // 饿百 + // 淘宝闪购 if (this.$refs[ref].currentValue.length === 0) { this.showeBaiCatError = true; } else { this.showeBaiCatError = false; } } else if (ref === "editoremTCategoryID") { - // 饿百 + // 淘宝闪购 if (this.$refs[ref].currentValue.length === 0) { this.showmTCatError = true; } else { this.showmTCatError = false; } }else if(ref === "editoredDCategoryID"){ - // 饿百 + // 淘宝闪购 if (this.$refs[ref].currentValue.length === 0) { this.showdDCatError = true; } else { diff --git a/src/components/goodmanager/jdCatManager/jd-cat-manager.vue b/src/components/goodmanager/jdCatManager/jd-cat-manager.vue index cdb8969..abf7054 100644 --- a/src/components/goodmanager/jdCatManager/jd-cat-manager.vue +++ b/src/components/goodmanager/jdCatManager/jd-cat-manager.vue @@ -212,8 +212,8 @@ --> - - + - + - - + - + -
饿百:upc-{{ item.id }}
+
淘宝闪购:upc-{{ item.id }}
抖: 未知
平台信息 @@ -1194,7 +1194,7 @@ export default { jdSkuID1: sku.mapList && sku.mapList[0] && sku.mapList[0].vendorThingID, jdSkuID2: sku.mapList && sku.mapList[1] && sku.mapList[1].vendorThingID, skuNamePrice: skuName.price, - 饿百条形码: "upc-" + sku.id, + 淘宝闪购条形码: "upc-" + sku.id, // ...jdCatJson, Upc: skuName.Upc, 销售城市: this.comPlaces(skuName.places, skuName.isGlobal), diff --git a/src/components/goodmanager/jxGoodManager/goodSet/goodSet.vue b/src/components/goodmanager/jxGoodManager/goodSet/goodSet.vue index ac94742..a4242f5 100644 --- a/src/components/goodmanager/jxGoodManager/goodSet/goodSet.vue +++ b/src/components/goodmanager/jxGoodManager/goodSet/goodSet.vue @@ -149,8 +149,8 @@
- 最少起购份数(美团、饿百): - + 最少起购份数(美团、淘宝闪购): +
商品名: @@ -227,8 +227,8 @@ 注意:有卖点,无时间,将会一直展示 - - + + - - + +
- +
@@ -658,7 +658,7 @@ - 宽度 750px,图片不得大于1M (饿百、美团需要到同步管理中同步商品后才能同步到平台) + 宽度 750px,图片不得大于1M (淘宝闪购、美团需要到同步管理中同步商品后才能同步到平台) 0){ // this.ebCategoryData.forEach(item => { // if((typeof item.selectedValue === 'string' && item.selectedValue.length>0) || typeof item.selectedValue === 'object') result[item.propertyId] = [{ value:item.selectedValue,name:item.propertyName }] // }) // } result = [] - // 饿百 + // 淘宝闪购 if(this.ebCategoryData && this.ebCategoryData.length>0){ this.ebCategoryData.forEach(item => { if((typeof item.selectedValue === 'string' && item.selectedValue.length>0) || typeof item.selectedValue === 'object') { diff --git a/src/components/goodmanager/jxGoodManager/jx-goods-manager.vue b/src/components/goodmanager/jxGoodManager/jx-goods-manager.vue index 9ae2418..32f2695 100644 --- a/src/components/goodmanager/jxGoodManager/jx-goods-manager.vue +++ b/src/components/goodmanager/jxGoodManager/jx-goods-manager.vue @@ -205,7 +205,7 @@ export default { await store.dispatch('getCate',{vendorID:14,parentID:-1}) break case 'EB': - // 饿百 + // 淘宝闪购 if(this.eBCategoryData && this.eBCategoryData.length>0) return await store.dispatch('getCate',{vendorID:3,parentID:-1}) break diff --git a/src/components/goodmanager/mtCatToJdManager/mtCat-to-jd-Manager.vue b/src/components/goodmanager/mtCatToJdManager/mtCat-to-jd-Manager.vue index 862714b..bd7abb6 100644 --- a/src/components/goodmanager/mtCatToJdManager/mtCat-to-jd-Manager.vue +++ b/src/components/goodmanager/mtCatToJdManager/mtCat-to-jd-Manager.vue @@ -112,7 +112,7 @@ export default { // 校验京东分类绑定是否填写 showjdCatError: false, showjgCatError: false, - // 校验饿百分类绑定是否填写 + // 校验淘宝闪购分类绑定是否填写 showeBaiCatError: false, showmTCatError: false, jxcategoriesArr: [], @@ -293,7 +293,7 @@ export default { this.showCatNameError = false; } }, - // 校验京东饿百分类是否选择 + // 校验京东淘宝闪购分类是否选择 // 更新分类 async updateCat() { // 保存京东分类数组 diff --git a/src/components/goodmanager/store-cat-manager.vue b/src/components/goodmanager/store-cat-manager.vue index 212dc1e..db696a6 100644 --- a/src/components/goodmanager/store-cat-manager.vue +++ b/src/components/goodmanager/store-cat-manager.vue @@ -390,7 +390,7 @@ export default { jdCategoryID: [], // ['20307', '20353', '20362'], // 京东分类的ID // elmCategoryID: 0, jgCategoryID: [], - ebaiCategoryID: [], // ['151301831158513', '151301831158514', '151301831158523'] // 饿百分类ID + ebaiCategoryID: [], // ['151301831158513', '151301831158514', '151301831158523'] // 淘宝闪购分类ID mtwmCategoryID: [], // jdID: 4714962, // // jdSyncStatus: 0 @@ -464,7 +464,7 @@ export default { // 校验京东分类绑定是否填写 showjdCatError: false, showjgCatError: false, - // 校验饿百分类绑定是否填写 + // 校验淘宝闪购分类绑定是否填写 showeBaiCatError: false, showmTCatError: false, jxcategoriesArr: [], @@ -474,14 +474,14 @@ export default { value: "vendorCategoryID", label: "name", }, - eBaiCatData: [], // 饿百分类,一二三级已挂载 - // 饿百分类规定字段 + eBaiCatData: [], // 淘宝闪购分类,一二三级已挂载 + // 淘宝闪购分类规定字段 eBaiCatProp: { value: "vendorCategoryID", label: "name", }, mTCatData: [], // 美团分类,一二三级已挂载 - // 饿百分类规定字段 + // 淘宝闪购分类规定字段 mTCatProp: { value: "vendorCategoryID", label: "name", @@ -610,10 +610,10 @@ export default { // this.jgCatLevel2 = jGcat.filter((item) => item.level === 2); // this.jgCatLevel3 = jGcat.filter((item) => item.level === 3); // } - // 判断饿分类是否获取成功 + // 判断淘宝闪购分类是否获取成功 if (!eBaicat) { this.$message({ - message: "[获取饿百分类列表失败] " + eBaicat.desc, + message: "[获取淘宝闪购分类列表失败] " + eBaicat.desc, type: "warning", center: true, }); @@ -685,7 +685,7 @@ export default { le1.children = level2; }); this.jgCatData = jgCatData; - // 组合饿百分类 + // 组合淘宝闪购分类 // 把三级挂载到二级上 let eBaiCatData = this.eBaiCatLevel1; let temeBaiCat = this.eBaiCatLevel2; @@ -1428,7 +1428,7 @@ export default { this.showCatNameError = false; } }, - // 校验京东饿百分类是否选择 + // 校验京东淘宝闪购分类是否选择 // @change="checkCatPick('editorjdCategoryID')" // @change="checkCatPick('editoreBaiCategoryID')" checkCatPick(ref) { @@ -1447,14 +1447,14 @@ export default { // this.showjgCatError = false; // } } else if (ref === "editoreBaiCategoryID") { - // 饿百 + // 淘宝闪购 if (this.$refs[ref].currentValue.length === 0) { this.showeBaiCatError = true; } else { this.showeBaiCatError = false; } } else if (ref === "editoremTCategoryID") { - // 饿百 + // 淘宝闪购 if (this.$refs[ref].currentValue.length === 0) { this.showmTCatError = true; } else { @@ -1483,7 +1483,7 @@ export default { // this.showjdCatError = true // return false // } - // // 如果饿百分类未选择 + // // 如果淘宝闪购分类未选择 // if (this.$refs.editoreBaiCategoryID.currentValue.length === 0) { // this.showeBaiCatError = true // return false @@ -1516,7 +1516,7 @@ export default { // jgCatID = this.$refs.editorjgCategoryID.currentValue; // jgCatID = jgCatID[jgCatID.length - 1]; // } - // 保存饿百分类数组 + // 保存淘宝闪购分类数组 let eBaiCatID = ""; if ( this.$refs.editoreBaiCategoryID && diff --git a/src/components/menu/leftbar.vue b/src/components/menu/leftbar.vue index f4a10b5..291e222 100644 --- a/src/components/menu/leftbar.vue +++ b/src/components/menu/leftbar.vue @@ -180,12 +180,12 @@ export default { path: "/syncjdskunames", }, { - name: "维护美团饿百商品", + name: "维护美团淘宝闪购商品", path: "/syncamtebgoods", // color: 'red' }, { - name: "同步美团饿百分类", + name: "同步美团淘宝闪购分类", path: "/synccats", }, { diff --git a/src/components/monkeyManager/CashBillManager/CashBillManager.vue b/src/components/monkeyManager/CashBillManager/CashBillManager.vue index 3f5dc9b..4e5947b 100644 --- a/src/components/monkeyManager/CashBillManager/CashBillManager.vue +++ b/src/components/monkeyManager/CashBillManager/CashBillManager.vue @@ -117,7 +117,7 @@ export default { keyword: "", // 关键字 waybillVendorID: "", // 配送方式 dateRange: [], // fromDate toDate - //vendorID: -1, // 0京东 1美团 2e了么 3饿百 11微盟微商城 + //vendorID: -1, // 0京东 1美团 2e了么 3淘宝闪购 11微盟微商城 // storeIDs: [], // 京西门店ID列表[1,2,3] skuIDs: [], placeCode: "", // 城市 diff --git a/src/components/monkeyManager/businessManager/missionManager.vue b/src/components/monkeyManager/businessManager/missionManager.vue index b389eb7..e651568 100644 --- a/src/components/monkeyManager/businessManager/missionManager.vue +++ b/src/components/monkeyManager/businessManager/missionManager.vue @@ -114,7 +114,7 @@ export default { jobIDs: "", // 关键字 waybillVendorID: "", // 配送方式 dateRange: [], // fromDate toDate - //vendorID: -1, // 0京东 1美团 2e了么 3饿百 11微盟微商城 + //vendorID: -1, // 0京东 1美团 2e了么 3淘宝闪购 11微盟微商城 // storeIDs: [], // 京西门店ID列表[1,2,3] skuIDs: [], placeCode: "", // 城市 diff --git a/src/components/monkeyManager/monkeyUserManager/monkeyUserManager.vue b/src/components/monkeyManager/monkeyUserManager/monkeyUserManager.vue index 83be6b5..afd269f 100644 --- a/src/components/monkeyManager/monkeyUserManager/monkeyUserManager.vue +++ b/src/components/monkeyManager/monkeyUserManager/monkeyUserManager.vue @@ -363,7 +363,7 @@ export default { keyword: "", // 关键字 waybillVendorID: "", // 配送方式 dateRange: [], // fromDate toDate - //vendorID: -1, // 0京东 1美团 2e了么 3饿百 11微盟微商城 + //vendorID: -1, // 0京东 1美团 2e了么 3淘宝闪购 11微盟微商城 // storeIDs: [], // 京西门店ID列表[1,2,3] skuIDs: [], placeCode: "", // 城市 diff --git a/src/components/monkeyManager/taskManager/taskManager.vue b/src/components/monkeyManager/taskManager/taskManager.vue index c1ec7c7..cef9cd2 100644 --- a/src/components/monkeyManager/taskManager/taskManager.vue +++ b/src/components/monkeyManager/taskManager/taskManager.vue @@ -195,7 +195,7 @@ export default { keyword: "", // 关键字 waybillVendorID: "", // 配送方式 dateRange: [], // fromDate toDate - //vendorID: -1, // 0京东 1美团 2e了么 3饿百 11微盟微商城 + //vendorID: -1, // 0京东 1美团 2e了么 3淘宝闪购 11微盟微商城 // storeIDs: [], // 京西门店ID列表[1,2,3] skuIDs: [], placeCode: "", // 城市 diff --git a/src/components/ordermanager/order-detail.vue b/src/components/ordermanager/order-detail.vue index b6f6771..dcc380c 100644 --- a/src/components/ordermanager/order-detail.vue +++ b/src/components/ordermanager/order-detail.vue @@ -1259,7 +1259,7 @@ export default { if (data) { this.filterAfsData = await this.handleFilterAfsOrder(data) if (this.filterAfsData.length) { - // 部分售后商品(非全部售后) 平台结算取订单的totalShopMoney 饿百订单 + // 部分售后商品(非全部售后) 平台结算取订单的totalShopMoney 淘宝闪购订单 // this.afsTotalShopMoney = this.order.vendorID === 3 ? this.order.totalShopMoney - data[0].afsTotalShopMoney : data[0].afsTotalShopMoney // this.afsTotalShopMoney = this.order.vendorID === 3 ? this.order.totalShopMoney : data[0].afsTotalShopMoney this.afsTotalShopMoney = this.order.totalShopMoney diff --git a/src/components/ordermanager/order-manager.vue b/src/components/ordermanager/order-manager.vue index e6fda1b..7a75fb9 100644 --- a/src/components/ordermanager/order-manager.vue +++ b/src/components/ordermanager/order-manager.vue @@ -45,7 +45,7 @@ - + @@ -103,7 +103,7 @@ - + @@ -284,7 +284,7 @@ {{ scope.row.operatorName }} {{ scope.row.operatorName2 }} - + {{ scope.row.operatorName3 }} {{ scope.row.operatorName }} @@ -687,7 +687,7 @@ export default { marketManPhone: "", //"平台负责人" jdPhone: "", //"京东负责人电话" mtPhone: "", //"美团负责人电话" - ebaiPhone: "", //"饿百负责人电话" + ebaiPhone: "", //"淘宝闪购负责人电话" vendorOrderID: "", // 订单号 jxIncomeBegin: null, jxIncomeEnd: null, @@ -695,7 +695,7 @@ export default { waybillVendorID: "", // 平台配送 deliveryTypes: [], //配送方式 dateRange: [], // fromDate toDate - vendorID: -1, // 0京东 1美团 2e了么 3饿百 11微盟微商城 + vendorID: -1, // 0京东 1美团 2e了么 3淘宝闪购 11微盟微商城 storeIDs: [], // 京西门店ID列表[1,2,3] skuIDs: [], placeCode: "", // 城市 @@ -1671,9 +1671,9 @@ export default { "美团id", "美团运营", "美团运营电话", - "饿百id", - "饿百运营", - "饿百运营电话", + "淘宝闪购id", + "淘宝闪购运营", + "淘宝闪购运营电话", ]); // body data.forEach(async (item, index) => { @@ -1872,8 +1872,8 @@ export default { item.vendorID === '美团外卖' ? item.vendorStoreID : '', item.operatorName2, item.operatorPhone2, - // 饿百id - item.vendorID === '饿百新零售' ? item.vendorStoreID : '', + // 淘宝闪购id + item.vendorID === '淘宝闪购新零售' ? item.vendorStoreID : '', item.operatorName3, item.operatorPhone3, ]); diff --git a/src/components/promotion/cmp-promotion-create.vue b/src/components/promotion/cmp-promotion-create.vue index 4df48da..6197ec9 100644 --- a/src/components/promotion/cmp-promotion-create.vue +++ b/src/components/promotion/cmp-promotion-create.vue @@ -61,7 +61,7 @@ - + + 淘宝闪购 --> 刷新饿百平台活动 + >刷新淘宝闪购平台活动
@@ -882,7 +882,7 @@ export default { {}, { key: "ebaiSyncStatus", - name: "饿百", + name: "淘宝闪购", }, {}, {}, @@ -1822,7 +1822,7 @@ export default { } }, /** - * 刷新平台活动 美团 / 饿百 + * 刷新平台活动 美团 / 淘宝闪购 */ async reloadPlatfrom(v){ try{ diff --git a/src/components/promotion/plate-promotion/promotion-detail.vue b/src/components/promotion/plate-promotion/promotion-detail.vue index f3af826..a486f2b 100644 --- a/src/components/promotion/plate-promotion/promotion-detail.vue +++ b/src/components/promotion/plate-promotion/promotion-detail.vue @@ -59,7 +59,7 @@
活动规则: - 活动商品原价最低{{ item.GetSubActivityDetailResult.activity.marketPlay.instance.fields.saleRule.saleRange.minPrice |toFixed2}}元起,商品折后价{{item.GetSubActivityDetailResult.activity.marketPlay.instance.fields.saleRule.saleRange.minPrice |toFixed2}}~{{item.GetSubActivityDetailResult.activity.marketPlay.instance.fields.saleRule.saleRange.maxPrice |toFixed2}}元,活动折扣(优惠价/原价)不可低于{{item.GetSubActivityDetailResult.activity.marketPlay.instance.fields.saleRule.saleRange.minDiscount }}折,{{item.GetSubActivityDetailResult.activity.marketPlay.instance.fields.saleRule.saleRange.elemeSubsidy>0?'每件商品饿了么补贴'+item.GetSubActivityDetailResult.activity.marketPlay.instance.fields.saleRule.saleRange.elemeSubsidy/100+'元':'饿了么无补贴.'}}
+ 活动商品原价最低{{ item.GetSubActivityDetailResult.activity.marketPlay.instance.fields.saleRule.saleRange.minPrice |toFixed2}}元起,商品折后价{{item.GetSubActivityDetailResult.activity.marketPlay.instance.fields.saleRule.saleRange.minPrice |toFixed2}}~{{item.GetSubActivityDetailResult.activity.marketPlay.instance.fields.saleRule.saleRange.maxPrice |toFixed2}}元,活动折扣(优惠价/原价)不可低于{{item.GetSubActivityDetailResult.activity.marketPlay.instance.fields.saleRule.saleRange.minDiscount }}折,{{item.GetSubActivityDetailResult.activity.marketPlay.instance.fields.saleRule.saleRange.elemeSubsidy>0?'每件商品淘宝闪购补贴'+item.GetSubActivityDetailResult.activity.marketPlay.instance.fields.saleRule.saleRange.elemeSubsidy/100+'元':'淘宝闪购无补贴.'}}
{{userScope[item.GetSubActivityDetailResult.activity.marketPlay.instance.fields.userScope]}}可享受此活动
每人每天限购{{item.GetSubActivityDetailResult.activity.marketPlay.instance.fields.userLimit.dayLimit.value}}件
每人活动期间限购{{item.GetSubActivityDetailResult.activity.marketPlay.instance.fields.userLimit.totalLimit.value}}件
diff --git a/src/components/smalltools/sync-cats.vue b/src/components/smalltools/sync-cats.vue index e62e584..b8ea0a5 100644 --- a/src/components/smalltools/sync-cats.vue +++ b/src/components/smalltools/sync-cats.vue @@ -1,7 +1,7 @@