Przeglądaj źródła

remindbox引入修改

yangc 8 lat temu
rodzic
commit
6e39f64bc1

+ 1 - 1
components/mobile/brand/ComponentDetail.vue

@@ -85,7 +85,7 @@
   </div>
 </template>
 <script>
-  import RemindBox from '~components/mobile/common/remindBox.vue'
+  import RemindBox from '~components/mobile/common/RemindBox.vue'
   export default {
     data () {
       return {

+ 1 - 1
components/mobile/store/StoreDetail.vue

@@ -75,7 +75,7 @@
   </div>
 </template>
 <script>
-  import RemindBox from '~components/mobile/common/remindBox.vue'
+  import RemindBox from '~components/mobile/common/RemindBox.vue'
   export default {
     data () {
       return {

+ 1 - 1
pages/mobile/search/_keycode.vue

@@ -48,7 +48,7 @@
 </template>
 
 <script>
-  import RemindBox from '~components/mobile/common/remindBox.vue'
+  import RemindBox from '~components/mobile/common/RemindBox.vue'
   export default {
     layout: 'main',
     data () {

+ 1 - 1
pages/mobile/shop/index.vue

@@ -30,7 +30,7 @@
 </template>
 
 <script>
-  import RemindBox from '~components/mobile/common/remindBox.vue'
+  import RemindBox from '~components/mobile/common/RemindBox.vue'
   export default {
     layout: 'main',
     data () {