#
whycq
2022-02-26 98945badb71cd48e66fd64af2c8f3528f19a18ad
pages/index/index.vue
@@ -2,7 +2,7 @@
   <view>
      <scroll-view scroll-y>
         <view class="vve">
            <image src="../../static/zoneyung.png" mode="aspectFit"></image>
            <image src="../../static/zoneyung.png" @click="changeImg" mode="aspectFit"></image>
         </view>
         <view class="content">
            <navigator hover-class="none" :url="'/pages/basics/' + item.name" class="nav-li" navigateTo :class="'bg-'+item.color"
@@ -45,7 +45,9 @@
      },
      methods: {
         changeImg(){
            console.log(1)
         }
      }
   }
</script>