添加了?
This commit is contained in:
@@ -157,7 +157,7 @@
|
||||
<div class="mingxilist" v-if="ifchina && listindex==2">
|
||||
<div class="mingxitop">
|
||||
<div class="tabs">
|
||||
<span class="tabtitle">{{lan.$t('mingxichaxun')}}</span>
|
||||
<span class="tabtitle">{{lan.$t('mingxichaxun')}}<img src="@/static/images/wenhao.png" @click="visible = true" /></span>
|
||||
|
||||
<div :class="tabindex == 0 ? 'on' : ''" @click="tabchange(0)">
|
||||
{{lan.$t('quanbu')}}
|
||||
@@ -201,6 +201,12 @@
|
||||
<a-pagination v-if="salelist.total" v-model:current="page" :total="salelist.total" :showLessItems="true" @change="pagechange"/>
|
||||
</div>
|
||||
</div>
|
||||
<a-modal v-model:visible="visible" :footer="null" :title="lan.$t('shuoruguize')" @cancel="visible = false">
|
||||
<p>{{lan.$t('shouru1')}}</p>
|
||||
<p>{{lan.$t('shouru2')}}</p>
|
||||
<p style="color:#D12C2E">{{lan.$t('shouru3')}}</p>
|
||||
|
||||
</a-modal>
|
||||
<NavBottom class="navbottom"></NavBottom>
|
||||
</div>
|
||||
</template>
|
||||
@@ -228,6 +234,7 @@ export default defineComponent({
|
||||
const state=ref<number>(0)
|
||||
const dates=ref<Array<string>>(["",""])
|
||||
const page = ref(1);
|
||||
const visible = ref(true);
|
||||
onMounted(async () => {
|
||||
console.log(useRoute().query)
|
||||
listindex.value=1
|
||||
@@ -311,7 +318,8 @@ export default defineComponent({
|
||||
del,
|
||||
store,
|
||||
pagechange,
|
||||
lan
|
||||
lan,
|
||||
visible
|
||||
};
|
||||
},
|
||||
});
|
||||
@@ -341,7 +349,7 @@ export default defineComponent({
|
||||
color: #111;
|
||||
padding: 11px 0;
|
||||
.tabtitle {
|
||||
width: 60px;
|
||||
// width: 60px;
|
||||
margin-right: 30px;
|
||||
}
|
||||
> div {
|
||||
@@ -354,6 +362,15 @@ export default defineComponent({
|
||||
color: #08ae98;
|
||||
}
|
||||
}
|
||||
>span{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
>img{
|
||||
margin-left: 8px;
|
||||
width: 13px;
|
||||
height: 13px;
|
||||
}
|
||||
}
|
||||
.on {
|
||||
color: #08ae98;
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user