| | |
| | | <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'">{{ |
| | |
| | | |
| | | <script> |
| | | |
| | | import UIcon from '@/uview-components/uview-ui/components/u-icon/u-icon.vue'; |
| | | import '@/components/uview-components/uview-ui'; |
| | | |
| | | import * as API_GOODS from "@/api/goods.js"; |
| | | |
| | | export default { |
| | | components: { UIcon }, |
| | | data() { |
| | | return { |
| | | formData: { |
| | |
| | | }); |
| | | }, |
| | | toggle(item) { |
| | | this.$refs.popup.open('bottom') |
| | | this.selectGoods = item; |
| | | // this.$refs.popup.open('bottom') |
| | | // this.selectGoods = item; |
| | | }, |
| | | |
| | | getGoodsList() { |
| | |
| | | }, |
| | | addGoods(id) { |
| | | uni.navigateTo({ |
| | | url: `/pages/goods-manager/addGoods/addGoods${id ? "?id=" + id : ""}`, |
| | | url: `/pages/supplier/publish-goods/publishGoods`, |
| | | }); |
| | | } |
| | | |