save
This commit is contained in:
@@ -63,7 +63,7 @@ export default {
|
||||
style={{
|
||||
width: this.tabStyleWidth || 100 / this.tabTexts.length + '%'
|
||||
}}
|
||||
onClick={( ) => this.changeIndex(index)}
|
||||
onClick={() => this.changeIndex(index)}
|
||||
>
|
||||
<span> {item}</span>
|
||||
</div>
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
<div v-if="currentFixedIndicator" class="row no-active no-padding border index fixed">
|
||||
<span>{{ currentFixedIndicator }}</span>
|
||||
</div>
|
||||
<div :key="name" v-for="(value, name) of countryOk">
|
||||
<div :key="name" v-for="(value, name) of countryOk">
|
||||
<div :class="name" class="row no-active no-padding border index">
|
||||
<span>{{ name }}</span>
|
||||
</div>
|
||||
|
||||
@@ -188,7 +188,7 @@ import { mapState } from 'pinia'
|
||||
import Loading from '../../../components/Loading'
|
||||
import { useBaseStore } from '@/store/pinia'
|
||||
import { _checkImgUrl } from '@/utils'
|
||||
import $ from "jquery";
|
||||
import $ from 'jquery'
|
||||
|
||||
let CALL_STATE = {
|
||||
REJECT: 0,
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
</SlideHorizontal>
|
||||
|
||||
<transition name="fade">
|
||||
<BaseMask v-if="maskDialog" @click="maskDialog = false"/>
|
||||
<BaseMask v-if="maskDialog" @click="maskDialog = false" />
|
||||
</transition>
|
||||
|
||||
<transition name="fade">
|
||||
|
||||
Reference in New Issue
Block a user