Prechádzať zdrojové kódy

cps:分享赚钱代码优化 debug

panyong 3 rokov pred
rodič
commit
a85daaed6b

+ 3 - 2
htmldev/cps/src/App.vue

@@ -35,10 +35,11 @@ export default {
     '$route.name': {
       handler: function (newVal) {
         this.active = newVal
-        console.log(newVal)
+        if (!newVal) {
+          return
+        }
         // 为中转页的时候不调用
         if (!this.$store.getters['common/isInit'] && newVal !== 'PaymentCode' && newVal !== 'ShareMiddle') {
-          console.log(111)
           this.$store.dispatch('common/getUserInfo')
           this.$store.dispatch('common/getOrdertype')
           this.$store.commit('common/UPDATE_ISINIT', true)

+ 2 - 2
htmldev/cps/src/views/marketing/save/index.vue

@@ -21,7 +21,7 @@
         </li>
         <!--首屏只展示前3个-->
         <li
-          v-for="(item, index) in shops.slice(0, 3)"
+          v-for="(item, index) in shops"
           :key="index">
           <p class="category">{{ item.category_type_name }}</p>
           <div class="wrap">
@@ -36,7 +36,7 @@
             </p>
           </div>
         </li>
-        <li>
+        <li v-show="false">
           <img
             class="jump-more"
             src="./image/ic_more@2x.png"