Browse Source

no message

featrue/v4.1
xpz2018 5 years ago
parent
commit
3bc479edd8
4 changed files with 1 additions and 4 deletions
  1. 1
      pages/agent/index/index.js
  2. 1
      pages/agent/index/index.wxml
  3. 2
      pages/api/ztb.js
  4. 1
      pages/mall/index/index.js

1
pages/agent/index/index.js

@ -73,7 +73,6 @@ Page({
this.setData({ requesting: true })
}
getFactoryPrice(this.data.form).then(result => {
//成功回调
if (result.data.records.length) {
var respList = result.data.records
let nowList = `orderList[${this.data.orderList.length}]`

1
pages/agent/index/index.wxml

@ -10,7 +10,6 @@
<view class="bg-white" style="height:90rpx;width:100%"></view>
<refresh-view bind:refresh="onRefreshList" height="{{height}}" triggered="{{requesting}}" scrollTop="{{top}}" bind:scrolltolower="fetchPapersList">
<view class="bg-white list-empty" style="height:{{height}}rpx" wx:if="{{!orderList.length}}">
<view class="load-spinner text-gray" style="margin-bottom:24px" wx:if="{{loading}}" />
<image class="img-empty" src="/assets/image/list_empty.png" wx:else></image>

2
pages/api/ztb.js

@ -18,7 +18,7 @@ const getSuccessNotices = () => mPost(`/recycle-service/get/recently-order-succe
// /get/all-paper-mill 获取全部纸厂列表
const getAllFactoryList = () => mGet(`/recycle-service/get/all-paper-mill`, null, zconfig)
// /get/paper-mill-paper-category-price-list 获取纸厂品类价格信息列表
const getFactoryPrice = () => mGet(`/recycle-service/get/paper-mill-paper-category-price-list`, null, zconfig)
const getFactoryPrice = (params) => mGet(`/recycle-service/get/paper-mill-paper-category-price-list`, params, zconfig)
// /get/paper-mill-paper-category-price-details/{id} 获取纸厂品类价格信息详情
const getFactoryPriceDetail = (id) => mGet(`/recycle-service/get/paper-mill-paper-category-price-details/${id}`, null, zconfig)
// /get/paper-mill-city 获取纸厂所有地区列表

1
pages/mall/index/index.js

@ -277,7 +277,6 @@ Component({
this.setData({ ['requesting[2]']: true })
}
getFactoryPrice(this.data.form[2]).then(result => {
//成功回调
if (result.data.records.length) {
var respList = result.data.records
let nowList = `orderList2[${this.data.orderList2.length}]`

Loading…
Cancel
Save