Commit 796f29f7 authored by caicaicai's avatar caicaicai

修改

parent f91d3922
{ {
"map3d": { "map3d": {
"scene": { "scene": {
"center": {"lat":36.6800,"lng":117.1205,"alt":2500,"heading":360,"pitch":-90}, "center": {"lat":37.4900,"lng":122.04849,"alt":1500,"heading":360,"pitch":-90},
"scene3DOnly": false, "scene3DOnly": false,
"shadows": false, "shadows": false,
"removeDblClick": true, "removeDblClick": true,
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<button class="loginBtn" @click="LoginInitiation">安全登录</button> <button class="loginBtn" @click="LoginInitiation">安全登录</button>
</div> </div>
</div> </div>
<keyboard v-on:updatekey="GetKeyVal" class="keyboardStyle" v-show="keyboardShow"></keyboard> <!-- <keyboard v-on:updatekey="GetKeyVal" class="keyboardStyle" v-show="keyboardShow"></keyboard> -->
</div> </div>
</template> </template>
...@@ -138,13 +138,13 @@ export default { ...@@ -138,13 +138,13 @@ export default {
}, },
//开启键盘 //开启键盘
showkey(text){ showkey(text){
this.keyboardShowType = text; // this.keyboardShowType = text;
this.keyboardShow = true; // this.keyboardShow = true;
if(this.keyboardShowType == 'username'){ // if(this.keyboardShowType == 'username'){
this.loginForm.username = ''; // this.loginForm.username = '';
}else{ // }else{
this.loginForm.password = ''; // this.loginForm.password = '';
} // }
}, },
//关闭键盘 //关闭键盘
closekey(){ closekey(){
......
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