南骏 池
2025-04-25 f9675c5ff6906c22019bb976250b33663e278593
H5/Default.aspx
@@ -19,10 +19,10 @@
            <template>
             <van-grid :column-num="3" :border="true">
              <van-grid-item v-for="(item1,index1) in itm.child" :key="index1"  icon="photo" text="标题" >
                <a class="font text-center" :href="item1.path+'?tabIdx='+index">
                <a class="font text-center" :href="item1.path+'&tabIdx='+index">
                  <img :src="item1.icoimg" alt="" class="img" style=" display:inline-block" />
                  <span style="display:inline-block"> {{item1.pageView}}</span>
               </a>
                  <div><span style="display:inline-block;     font-size: 0.25rem;"> {{item1.pageView}}</span></div>
              </van-grid-item>
            </van-grid>
           </template>
@@ -36,5 +36,5 @@
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" runat="Server">
   <script src="/H5/Js/comLoading.js"></script>
    <script src="Js/comWebNav.js"></script>
   <script src="Js/Default.js?<%=12 %>"></script>
   <script src="Js/Default.js?<%=121 %>"></script>
</asp:Content>