Commit 6ad7e60b authored by youjie's avatar youjie

no message

parent 0c13f386
...@@ -116,10 +116,10 @@ ...@@ -116,10 +116,10 @@
this.MasterMapIndex = index?index:0 this.MasterMapIndex = index?index:0
if(type) this.StencilDrawing = true if(type) this.StencilDrawing = true
else this.StencilDrawing = false else this.StencilDrawing = false
if(this.FeatureData.pageType==3) this.choseType = 2 if(this.FeatureItem.pageType==3) this.choseType = 2
else if(this.FeatureData.pageType==4) this.choseType = 1 else if(this.FeatureItem.pageType==4) this.choseType = 1
else if(this.FeatureData.pageType==5) this.choseType = 2 else if(this.FeatureItem.pageType==5) this.choseType = 2
else if(this.FeatureData.pageType==6) this.choseType = 3 else if(this.FeatureItem.pageType==6) this.choseType = 3
else this.choseType = 0 else this.choseType = 0
this.isShowScenicImg = true this.isShowScenicImg = true
}, },
......
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