Commit 4e5e3a9c by kaisa

feat:更i性能

parent 04e4bba9
Showing with 2 additions and 1 deletions
......@@ -868,13 +868,14 @@ webAppComm.prototype.backOriginApp = function () {
}
// 57: 告知客户端需要打开的是网页还是flutter页面(flutter使用)
webAppComm.prototype.openWebOrFlutterPage = function (pageType, popupStyle) {
webAppComm.prototype.openWebOrFlutterPage = function (pageType, popupStyle, extraString) {
let obj = {
"cid": 57,
"data": {
"msg": '告知客户端需要打开的是网页还是flutter页面',
"pageType": pageType,
"popupStyle": popupStyle,
"extraString": extraString
}
}
let obj2 = JSON.stringify(obj);
......
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