提交 b05f3997 编写于 作者: chendeli's avatar chendeli

add

上级 865f9621
......@@ -91,7 +91,7 @@ export default {
itemData.appModuleInfo = item.appModuleInfo;
}
alert(JSON.stringify(itemData))
// alert(JSON.stringify(itemData))
rocNative.dispatchEventByModuleCode({
modeCode: itemData.appModuleInfo.code,
jsonString: itemData.appModuleInfo.paramList
......
......@@ -196,7 +196,7 @@ html,body{
color: RGBA(53, 134, 126, 1);
}
.num-min{
width: px2rem(15px);
max-width: px2rem(25px);
padding:0;
}
.num-max{
......
......@@ -193,7 +193,7 @@ export default {
window.__getUserInfo = function(parm){
alert("token:"+parm.userToken);
//alert("token:"+parm.userToken);
_this.systemType = parm.systemType;
_this.appVersion = parm.appVersion;
_this.token = parm.userToken;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册