Merge branch 'v2' of http://47.96.225.205:8888/r/hmy_farmer-main into v2
# Conflicts:
# pages/order/order-sale/order-sale-detail.vue
| | |
| | | "quickapp" : {}, |
| | | /* 快应用特有相关 */ |
| | | "mp-weixin" : { |
| | | "appid" : "wx1441324401626290", |
| | | "appid" : "wx6d0ecc4e18710458", |
| | | "setting" : { |
| | | "urlCheck" : false, |
| | | "es6" : true, |
| | |
| | | </view> |
| | | <view class="other-info flex"> |
| | | <view class="m-r-15"> |
| | | 已售:{{ item.sales || 0 }} |
| | | 已售:{{ ((item.sales||0) +(item.realSales||0)) || 0 }} |
| | | </view> |
| | | <view class="m-r-15"> |
| | | 剩余:{{ item.stock || 0 }} |
| | |
| | | |
| | | </view> |
| | | |
| | | |
| | | <view class="info-container bg-white br-4"> |
| | | <view class="form-item"> |
| | | <view class="label">订单编号:</view> |
| | |
| | | <template> |
| | | <view class="good-list-container"> |
| | | <view class="top-bg img100 relative" :style="{'padding-top':(StatusBar)+'px','line-height':CustomBar+'rpx' }"> |
| | | <image class="component-bg" src="../../../static/images/customer/coupon/good-top-bg.png" |
| | | <!-- ../../../static/images/customer/coupon/good-top-bg.png --> |
| | | <image class="component-bg" src="https://hmy-flower.oss-cn-shanghai.aliyuncs.com/a9/a9731b0037924324a3d3318dfa7d10c5LZk6JsSC33ua754767bf8c714154f06bbd5b4d905174.png" |
| | | mode="scaleToFill" /> |
| | | |
| | | <view class="title"> |
| | |
| | | ] |
| | | } |
| | | }, |
| | | onShow() { |
| | | this.refreshList() |
| | | }, |
| | | onLoad() { |
| | | this.listApi = '/api/collect/list' |
| | | this.getList() |
| | |
| | | }, |
| | | onLoad() { |
| | | this.listApi = '/api/browse/history/list' |
| | | this.page.size =30 |
| | | this.page.size = 30 |
| | | this.getList() |
| | | |
| | | this.$http.request('get', '/api/code/value', { |
| | |
| | | }) |
| | | }) |
| | | }, |
| | | onShow() { |
| | | // 页面显示时重新加载浏览记录数据 |
| | | this.listApi = '/api/browse/history/list' |
| | | this.page.size =30 |
| | | this.getList() |
| | | }, |
| | | |
| | | onShow() { |
| | | // 页面显示时重新加载浏览记录数据 |
| | | this.listApi = '/api/browse/history/list' |
| | | this.page.size = 30 |
| | | this.refreshList() |
| | | }, |
| | | |
| | | methods: { |
| | | |
| | | async deleteExpired() { |
| | |
| | | </view> -->
|
| | | <view class="other-info flex" @click.stop="toDetail(item)">
|
| | | <view class="m-r-15">
|
| | | 已售:{{item.sales || 0}}
|
| | | 已售:{{ ((item.sales||0) +(item.realSales||0)) || 0}}
|
| | | </view>
|
| | | <view class="m-r-15">
|
| | | 剩余:{{item.stock || 0}}
|
| | |
| | | </view>
|
| | | </view>
|
| | | <view class="desc m-t-12">
|
| | | <view class="m-r-15">已售:{{ dto.sales || 0 }}</view>
|
| | | <view class="m-r-15">已售:{{ ((dto.sales||0) +(dto.realSales||0)) || 0 }}</view>
|
| | | <view class="m-r-15">剩余:{{ dto.stock || 0 }}</view>
|
| | | <view class=" ">{{ dto.unit || '-' }}</view>
|
| | | </view>
|
| | |
| | | </view>
|
| | | <view class="other-info flex">
|
| | | <view class="m-r-15">
|
| | | 已售:{{item.sales||0}}
|
| | | 已售:{{ ((item.sales||0) +(item.realSales||0)) ||0}}
|
| | | </view>
|
| | | <view class="m-r-15">
|
| | | 剩余:{{item.stock||0}}
|