diff --git a/js/webAppComm.js b/js/webAppComm.js
index ca93496..ad18635 100644
--- a/js/webAppComm.js
+++ b/js/webAppComm.js
@@ -363,10 +363,10 @@ webAppComm.prototype.openHalfWeb = function (param) {
             widthR: param.width,   //widthR 弹窗宽度vw
             clickBlank: param.clickBlank,  //clickBlank  点击区域外是否关闭 0不关闭  1关闭
             url: param.url,  //url   需要打开的url (默认拼接uid token roomid等参数)
-            top: param.top || 0,   //top 距离顶部位置 单位vw
-            left: param.left || 0,  //left 距离左边位置
-            bottom: param.bottom || 0,  //bottom 距离底部位置
-            right: param.right || 0,  //right 距离右边位置
+            top: param.top || '',   //top 距离顶部位置 单位vw
+            left: param.left || '',  //left 距离左边位置
+            bottom: param.bottom || '',  //bottom 距离底部位置
+            right: param.right || '',  //right 距离右边位置
             isThrough: param.isThrough,   //isThrough  是否可穿透 0不可穿透 1可穿透   默认为0 
             afterReady: param.afterReady, // afterReady 是否加载完成后再显示。   0否  1是。  默认为0,
             needMounted: param.needMounted,  //ios专用 0不独立 1独立。  默认是0.