Browse Source

2023年5月11日17:58:09

yxb
wq 2 years ago
parent
commit
b5409cb8bd
1 changed files with 11 additions and 5 deletions
  1. 11
    5
      pages/index/index.vue

+ 11
- 5
pages/index/index.vue View File

</view> </view>
</view> </view>


<!-- ETC选择弹窗 -->
<view class="mask" v-if="isShowMask">
<view class="mask-content">
</filter>


<!-- ETC选择弹窗 -->
<view class="mask" v-if="isShowMask">

<view class="mask-content">
<filter>
<view class="mask-close"> <view class="mask-close">
<image :src="fileURL + 'image/index/icon-close.png'" class="icon-closed" @click="closeMask"></image> <image :src="fileURL + 'image/index/icon-close.png'" class="icon-closed" @click="closeMask"></image>
</view> </view>
<text class="tab-tit on">单位办理</text> <text class="tab-tit on">单位办理</text>
</view> </view>
</view> </view>
</view>
</filter>
</view> </view>
</filter>
</view>

</template> </template>


<script setup lang="ts"> <script setup lang="ts">

Loading…
Cancel
Save