From a19b74986872631ff93d1205e70e61a2e6a61a94 Mon Sep 17 00:00:00 2001 From: taiyuan Date: Tue, 22 Dec 2020 17:39:32 +0800 Subject: [PATCH] 会员权益提醒文字修改为“您当前会员等级暂无此权益” --- pages/user/userqy/userqy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/user/userqy/userqy.js b/pages/user/userqy/userqy.js index 9927f1d..4257cd2 100644 --- a/pages/user/userqy/userqy.js +++ b/pages/user/userqy/userqy.js @@ -169,7 +169,7 @@ Page({ var item=th.data.qy_list[ind]; if(item.ishas==undefined || !item.ishas){ var qt_txt = th.selectComponent("#pop_txt"); //组件的id - var ob={title:"温馨提示",content:"当前会员暂无此权益"}; + var ob={title:"温馨提示",content:"您当前会员等级暂无此权益"}; qt_txt.open(ob); return false; } @@ -177,7 +177,7 @@ Page({ if(th.data.click_gradeId!=null && th.data.click_gradeId!=th.data.gradeId){ var qt_txt = th.selectComponent("#pop_txt"); //组件的id - var text="当前会员暂无此权益"; + var text="您当前会员等级暂无此权益"; if(th.data.this_curr_id>th.data.currentItemId){ text="【"+th.data.backClass[th.data.currentItemId].GradeName+"】专享,您当前是【"+th.data.backClass[th.data.this_curr_id].GradeName+"】"; } -- libgit2 0.21.4