diff --git a/locale/en.json b/locale/en.json index 1393dcbc..65b9802e 100644 --- a/locale/en.json +++ b/locale/en.json @@ -88,7 +88,8 @@ "unique_message": "The unique identifier is empty", "not_supported_scan_tips": "H5 webpage does not support scanning codes", "copy_link": "Copy link", - "multilingual": "multilingual" + "multilingual": "multilingual", + "ver_update_tips": "Your WeChat version is too low, please update to the latest version!" }, "client": { "weixin": "WeChat", @@ -1778,6 +1779,7 @@ "user-cash": { "user-cash": { "3v1gzc": "Unpay", + "678iuy": "Receive Pay", "t7gtu0": "Paid", "x47iu3": "Fail Pay" } diff --git a/locale/zh.json b/locale/zh.json index a106cfd0..11bb7701 100644 --- a/locale/zh.json +++ b/locale/zh.json @@ -88,7 +88,8 @@ "unique_message": "唯一标识为空", "not_supported_scan_tips": "H5网页不支持扫码", "copy_link": "复制链接", - "multilingual": "多语言" + "multilingual": "多语言", + "ver_update_tips": "你的微信版本过低,请更新至最新版本!" }, "client": { "weixin": "微信", @@ -1761,7 +1762,8 @@ "user-cash": { "user-cash": { "3v1gzc": "未打款", - "t7gtu0": "已打款", + "678iuy": "待收款", + "t7gtu0": "已打款", "x47iu3": "打款失败" } }, diff --git a/pages/plugins/wallet/components/user-cash/user-cash.vue b/pages/plugins/wallet/components/user-cash/user-cash.vue index b9bcade4..889b4474 100644 --- a/pages/plugins/wallet/components/user-cash/user-cash.vue +++ b/pages/plugins/wallet/components/user-cash/user-cash.vue @@ -1,10 +1,12 @@