Commit d8d77097 by kaisa

feat:更新

parent 62f2f2a9
Showing with 0 additions and 2 deletions
...@@ -319,7 +319,6 @@ webAppComm.prototype.goOthers = function (jumptype, url, isHide) { ...@@ -319,7 +319,6 @@ webAppComm.prototype.goOthers = function (jumptype, url, isHide) {
//关闭网页 //关闭网页
webAppComm.prototype.closeWebView = function (callback) { webAppComm.prototype.closeWebView = function (callback) {
alert('关闭网页')
callback && callback(); callback && callback();
let obj = { let obj = {
"cid": 14, "cid": 14,
...@@ -524,7 +523,6 @@ webAppComm.prototype.changeTitle3 = function (imgUrl, param) { ...@@ -524,7 +523,6 @@ webAppComm.prototype.changeTitle3 = function (imgUrl, param) {
//刷新网页 //刷新网页
webAppComm.prototype.refreshWeb = function (callback) { webAppComm.prototype.refreshWeb = function (callback) {
alert('刷新网页')
callback && callback(); callback && callback();
if (this.needRefresh) { if (this.needRefresh) {
location.reload(); location.reload();
......
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