|
@@ -394,12 +394,12 @@ function mockAppFn () {
|
|
|
},
|
|
|
/*跳转到指定的webview
|
|
|
* name 对应的值:
|
|
|
- * search:搜索 subscribe:订阅 box:百宝箱 me:我的 message:消息
|
|
|
+ * search:搜索 subscribe:订阅 box:工作台 me:我的 message:消息
|
|
|
*/
|
|
|
skipAppointTab: function (name) {},
|
|
|
/*刷新指定的webview
|
|
|
* name 对应的值:
|
|
|
- * search:搜索 subscribe:订阅 box:百宝箱 me:我的 message:消息
|
|
|
+ * search:搜索 subscribe:订阅 box:工作台 me:我的 message:消息
|
|
|
* type 对应的值:
|
|
|
* 0:当前页 1:一级页面
|
|
|
*/
|
|
@@ -530,7 +530,7 @@ $(function () {
|
|
|
},
|
|
|
/*跳转到指定的webview
|
|
|
* name 对应的值:
|
|
|
- * search:搜索 subscribe:订阅 box:百宝箱 me:我的 message:消息
|
|
|
+ * search:搜索 subscribe:订阅 box:工作台 me:我的 message:消息
|
|
|
*/
|
|
|
skipAppointTab: function (name) {
|
|
|
JyObjMessage.name = name
|
|
@@ -539,7 +539,7 @@ $(function () {
|
|
|
},
|
|
|
/*刷新指定的webview
|
|
|
* name 对应的值:
|
|
|
- * search:搜索 subscribe:订阅 box:百宝箱 me:我的 message:消息
|
|
|
+ * search:搜索 subscribe:订阅 box:工作台 me:我的 message:消息
|
|
|
* type 对应的值:
|
|
|
* 0:当前页 1:一级页面
|
|
|
*/
|