Commit 28b5509bbba0eefec53e5c8a5f943688b4e93980

Authored by 后端研发-苏泰源
1 parent 71c1c0bb

套盒列表修改

packageB/pages/boxes-list/boxes-list.js
... ... @@ -32,22 +32,21 @@ Page({
32 32 imghost: app.globalData.setting.imghost,
33 33 isLogin: true,
34 34 });
35   -
36   - let data = {
37   - store_id: app.globalData.setting.stoid,
38   - user_id: this.data.userInfo.user_id,
39   - IsPos: 0,
40   - };
41   -
42   - // 默认获取'待核销'
43   - this.getData(true, '/api/weshop/serviceCard/pageWriteoff', data)
44   - .then(()=>{
45   - this.setData({
46   - currentData: data,
47   - });
48   - });
49   -
50 35 };
  36 +
  37 + let data = {
  38 + store_id: app.globalData.setting.stoid,
  39 + user_id: this.data.userInfo.user_id,
  40 + IsPos: 0,
  41 + };
  42 +
  43 + // 默认获取'待核销'
  44 + this.getData(true, '/api/weshop/serviceCard/pageWriteoff', data)
  45 + .then(()=>{
  46 + this.setData({
  47 + currentData: data,
  48 + });
  49 + });
51 50 };
52 51 },
53 52  
... ...