绿满眶商城微信小程序-uniapp
peng
2025-09-08 a2386e559babca48004d45bf885032f470e37f4f
pages/promotion/seckill.vue
@@ -2,7 +2,7 @@
   <view class="sale">
      <u-navbar title='限时抢购'></u-navbar>
      <view class="header-wraper">
            <image mode="widthFix" src="/static/seckill.png"></image>
            <image mode="widthFix" src="/pages/subComponents/static/seckill.png"></image>
      </view>
      <scroll-view scroll-x>
         <view class="index-navs">
@@ -23,7 +23,7 @@
      </view>
      <view v-else>
         <view class="nodata">
            <image style="height: 240rpx;width: 320rpx;" src="/static/nodata.png" alt="" />
            <image style="height: 240rpx;width: 320rpx;" src="/pages/subComponents/static/nodata.png" alt="" />
            <div>暂无商品</div>
         </view>
      </view>
@@ -32,13 +32,13 @@
</template>
<script>
   import '@/uview-components/uview-ui'
   import '@/components/uview-components/uview-ui'
   import {
      getSeckillTimeLine,
      getSeckillTimeGoods
   } from "@/api/promotions.js";
   import Foundation from "@/utils/Foundation.js";
   import goodsTemplate from '@/components/m-goods-list/promotion.vue'
   import goodsTemplate from '@/pages/promotion/m-goods-list/promotion.vue'
   export default {
      components: {
         goodsTemplate
@@ -169,7 +169,7 @@
   }
   .header-wraper {
      background: url('/static/bg.png');
      background: url('/pages/subComponents/static/bg.png');
      height: 200rpx;
      display: flex;
      align-items: center;