收藏文字优化
parent
6ceed10a68
commit
d51d9eb160
|
|
@ -340,7 +340,7 @@
|
|||
"dco1sc": "Favor",
|
||||
"bogx42": "price",
|
||||
"3kdgjl": "Sales price",
|
||||
"by7052": "Already",
|
||||
"by7052": "Already ",
|
||||
"tq1976": "URL event is empty",
|
||||
"98v424": "Store data is incorrect",
|
||||
"721e2h": "Event not processed("
|
||||
|
|
|
|||
|
|
@ -903,7 +903,7 @@
|
|||
nav_more_list: data.nav_more_list || [],
|
||||
goods_content_app: goods.content_app || [],
|
||||
nav_favor_button_info: {
|
||||
text: (goods.is_favor == 1 ? this.$t('goods-detail.goods-detail.by7052')+ ' ' : '') + this.$t('goods-detail.goods-detail.dco1sc'),
|
||||
text: (goods.is_favor == 1 ? this.$t('goods-detail.goods-detail.by7052') : '') + this.$t('goods-detail.goods-detail.dco1sc'),
|
||||
status: goods.is_favor,
|
||||
},
|
||||
buy_button: data.buy_button || null,
|
||||
|
|
|
|||
Loading…
Reference in New Issue