MrShi
2025-04-18 ad685ebb7a5af63cd00d2da6d2e540dd8049ac93
h5/pages/index/index.vue
@@ -19,7 +19,7 @@
            </view>
            <image src="/static/bg_b.png" mode="widthFix"></image>
         </view>
         <view class="index_list_item" @click="jump(3)">
         <view class="index_list_item" @click="jump(3)" v-if="userInfo.dcaButton === 1">
            <view class="index_list_item_info">
               <text>深度符合性审查DCA</text>
               <text>DCA</text>
@@ -31,7 +31,11 @@
</template>
<script>
   import { mapState } from 'vuex'
   export default {
      computed: {
         ...mapState(['userInfo'])
      },
      data() {
         return {
            title: 'Hello'