绿满眶商城微信小程序-uniapp
xiangpei
2025-07-14 5cc267dab893d15a51e8a8abb305655167165eac
pages/goods-manager/goodsList/goodsList.vue
@@ -28,8 +28,7 @@
                        <text>.00</text>
                     </view>
                     <view class="uni-flex-row">
                        <view class="uni-note">{{ item.commentNum || 0 }}条评论 月销量 {{
                           item.buyCount || 0 }}
                        <view class="uni-note">{{ item.commentNum || 0 }}条评论
                        </view>
                        <view class="uni-note ellipsis">
                           <text :class="item.marketEnable == 'DOWN' ? 'market-down' : 'market-up'">{{
@@ -141,8 +140,8 @@
         });
      },
      toggle(item) {
         this.$refs.popup.open('bottom')
         this.selectGoods = item;
         // this.$refs.popup.open('bottom')
         // this.selectGoods = item;
      },
      getGoodsList() {