MrShi
9 小时以前 41115bb4b6d0161ff6d2c15ef6b3d5386a14ac9c
mini-program/pages/special-zone/special-zone.vue
@@ -6,7 +6,7 @@
            <view :style="{ width: '100%', height: statusbarHeight + 'px' }"></view>
            <view class="head-bar-nav" :style="{ height: navHeight + 'px' }">
               <image src="/static/icon/nav_ic_bac@2x.png" mode="widthFix" @click="fanhui"></image>
               <text>商品专区</text>
               <text>{{title}}</text>
               <image src="/static/icon/nav_ic_bac@2x.png" style="opacity: 0;" mode="widthFix"></image>
            </view>
         </view>
@@ -64,6 +64,7 @@
      },
      data() {
         return {
            title:'商品专区',
            goodsName: '',
            next: true,
            page: 1,
@@ -73,7 +74,9 @@
         };
      },
      onLoad(options) {
         console.log(options)
         this.qualityId = options.qualityId
         this.title = options.title || '商品专区'
         this.getGoodsList()
         if (this.userInfo) {
            this.cardNum()