MrShi
9 天以前 4eac422e52a4d28fb651b75d0f054697c7a2c0fa
web/pages/merchant/merchatCenter/noveltyManger/noveltyManger.vue
@@ -2,7 +2,7 @@
   <view class="activity-list">
      <view class="search-area" style="">
         <view class="search-conainer">
            <uni-easyinput
            <!-- <uni-easyinput
               :inputBorder="false"
               style="margin: auto 0;"
               prefixIcon="search"
@@ -10,10 +10,10 @@
               placeholder="搜索新鲜事"
               confirmType="search"
               @confirm="confirm"
            ></uni-easyinput>
            ></uni-easyinput> -->
         </view>
      </view>
      <mescroll-body
      <!-- <mescroll-body
         ref="mescrollRef"
         @init="mescrollInit"
         :top="orderTop"
@@ -27,7 +27,7 @@
               @deleteAction="deleteAction"
            ></noveltyItem>
         </view>
      </mescroll-body>
      </mescroll-body> -->
      <view class="bottom-add"></view>
      <view class="bottom-add" style="position: fixed; bottom: 0;">
         <view class="add-action" @click="select">新增新鲜事</view>
@@ -36,10 +36,10 @@
</template>
<script>
   import MescrollMixin from "@/uni_modules/mescroll-uni/components/mescroll-uni/mescroll-mixins.js";
   // import MescrollMixin from "@/uni_modules/mescroll-uni/components/mescroll-uni/mescroll-mixins.js";
   import noveltyItem from './noveltyItem.vue'
   export default {
      mixins: [MescrollMixin],
      // mixins: [MescrollMixin],
      components: { noveltyItem },
      data() {