Commit 66483809 by kaisa

feat:新增刷新方法日志

parent c7e1e828
Showing with 10 additions and 8 deletions
......@@ -51,14 +51,14 @@ function webAppComm() {
this.langList = [
// 简中
{
'lang1':'活动规则',
'lang2':'刷新',
'lang3':'客服咨询',
'lang4':'推荐朋友',
'lang5':'活动专区',
'lang6':'关闭页面',
'lang7':'露水',
'lang8':'宝石'
'lang1': '活动规则',
'lang2': '刷新',
'lang3': '客服咨询',
'lang4': '推荐朋友',
'lang5': '活动专区',
'lang6': '关闭页面',
'lang7': '露水',
'lang8': '宝石'
},
//1英文
{
......@@ -523,6 +523,7 @@ webAppComm.prototype.changeTitle3 = function (imgUrl, param) {
//刷新网页
webAppComm.prototype.refreshWeb = function (callback) {
alert('刷新网页')
callback && callback();
if (this.needRefresh) {
location.reload();
......@@ -730,6 +731,7 @@ webAppComm.prototype.evokeIptPasteText = function (text) {
webAppCollaboration(obj2);
}
//接收客戶端的消息
webAppComm.prototype.reMsgFromApp = function (callback) {
callback && callback();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment