|
@@ -131,19 +131,7 @@ background-color: rgb(53, 185, 149);
|
|
|
`)
|
|
|
|
|
|
//----------------------------------------------------------------------------------------------
|
|
|
-
|
|
|
- is_my = function(func){
|
|
|
- let if_script = setInterval(function () {
|
|
|
- if($('script[src="https://cdn.jsdelivr.net/npm/vue@2.5.16/dist/vue.js"]').is($('script'))){
|
|
|
- setTimeout(function () {
|
|
|
- func();
|
|
|
- },300);
|
|
|
- clearInterval(if_script);
|
|
|
- }
|
|
|
- })
|
|
|
- }
|
|
|
-
|
|
|
- Vue.component('login',{
|
|
|
+ Vue.component('login',{
|
|
|
template:`
|
|
|
<div type="login" v-on:click="on.button.exit()" v-bind:style="style.box" align="center">
|
|
|
<div v-bind:style="style.frame">
|
|
@@ -344,7 +332,7 @@ background-color: rgb(53, 185, 149);
|
|
|
}
|
|
|
$(event.target).parent('label').next('label').find('img').attr('src','http://qrs.kegood.com/?url='+JSON.stringify(qr_info))
|
|
|
$(event.target).parent('label').parent('div').find('label').css('display','none')
|
|
|
- $(event.target).parent('label').prevAll('span').css('display','none')
|
|
|
+ $(event.target).parent('label').prevAll('span').text('')
|
|
|
$(event.target).parent('label').parent('div').find('label')[0].style.display = 'block';
|
|
|
$(event.target).parent('label').parent('div').find('label')[4].style.display = 'block';
|
|
|
},
|