Commit 749235e7 authored by 罗超's avatar 罗超

1

parent b0c7957c
...@@ -298,7 +298,7 @@ export default { ...@@ -298,7 +298,7 @@ export default {
let c = this.$uiConfig.is_bang ? 78 : 50; let c = this.$uiConfig.is_bang ? 78 : 50;
this.contentHeight = this.$utils.calcContentHeight(c) + 40; this.contentHeight = this.$utils.calcContentHeight(c) + 40;
if (options && options.FirstStoreTest) { if (options && options.FirstStoreTest) {
this.msg.FirstStoreTest = options.FirstStoreTest; this.msg.FirstStoreTest = parseInt(options.FirstStoreTest);
} }
this.getTypeList(); this.getTypeList();
}, },
......
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 to comment