From edab662149157f1707ba6bdbb44a884f3feb13f8 Mon Sep 17 00:00:00 2001 From: luzhaofeng <574317128@qq.com> Date: Fri, 8 Nov 2019 14:46:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=95=E5=B8=81=E6=A8=A1=E5=9D=97-=E5=AE=8C?= =?UTF-8?q?=E5=96=84=E5=B8=82=E5=95=86=E7=AE=A1=E7=90=86=E3=80=81=E5=8E=BB?= =?UTF-8?q?=E9=99=A4=E6=88=91=E7=9A=84=E9=A1=B5=E9=9D=A2=E4=B8=AD=E7=9A=84?= =?UTF-8?q?'=E5=8F=96=E6=B6=88=E5=B8=82=E5=95=86'=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/OTC/html/merchant.html | 10 ++++++++-- mine/html/wallet_my.html | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/html/OTC/html/merchant.html b/html/OTC/html/merchant.html index ce5fe8b..d1f5f26 100644 --- a/html/OTC/html/merchant.html +++ b/html/OTC/html/merchant.html @@ -103,6 +103,8 @@ marketNote: '提示', yes: '确认', no: '取消', + applySuccess: '申请成功!', + cancelSuccess: '取消成功!', }, zh_HK: { title: '商家管理', @@ -125,6 +127,8 @@ marketNote: '提示', yes: '確認', no: '取消', + applySuccess: '申請成功!', + cancelSuccess: '取消成功!', }, en_US: { title: 'Merchant Management', @@ -147,6 +151,8 @@ marketNote: 'Prompt', yes: 'Confirm', no: 'Cancel', + applySuccess: 'Application approved!', + cancelSuccess: 'Cancel the success!', } }; //2、页面上所有需要国际化的文字,包括提示,都通过Vue去引用,例子: @@ -247,7 +253,7 @@ if(data.code == 200) { dataInfo.bgStatus = false; dataInfo.popover_Status = false; - mui.toast(dataInfo.langue.handleSuccess); + mui.toast(dataInfo.langue.applySuccess); mui.back(); } else if(data.code == 201) { //未登录,跳转登录页面 @@ -282,7 +288,7 @@ success: function(data) { plus.nativeUI.closeWaiting(); if(data.code == 200) { - mui.toast(dataInfo.langue.handleSuccess); + mui.toast(dataInfo.langue.cancelSuccess); mui.back(); } else if(data.code == 201) { //未登录,跳转登录页面 diff --git a/mine/html/wallet_my.html b/mine/html/wallet_my.html index 937cbb2..025f608 100644 --- a/mine/html/wallet_my.html +++ b/mine/html/wallet_my.html @@ -142,7 +142,7 @@

{{langue.title}}

- {{langue.cancelMarket}} +