浏览代码

upload

soldDate
HolyKnightIX 1年前
父节点
当前提交
8685b56246
共有 3 个文件被更改,包括 19 次插入9 次删除
  1. +7
    -5
      ext.json
  2. +11
    -3
      index/index.js
  3. +1
    -1
      project.config.json

+ 7
- 5
ext.json 查看文件

@@ -1,21 +1,23 @@
{
"ext": {
"attr": {
"configUrl": "https://ctest.malls.iformall.com/C/api"
"configUrl": "https://c.malls.iformall.com/C/api"
},
"name": "富茂券券集团版",
"weappId": "tt620e14b3fd30264101"
"name": "吾悦广场",
"weappId": "tt48a23e1fd79d648801"
},
"window": {
"backgroundTextStyle": "light",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "Mini Program",
"navigationBarBackgroundColor": "#fff"
},
"extAppid": "tt620e14b3fd30264101",
"extAppid": "tt48a23e1fd79d648801",
"extEnable": true,
"directCommit": false,
"networkTimeout": {
"request": 30000,
"downloadFile": 10000
}
},
"requiredPrivateInfos": ["chooseLocation", "getLocation"]
}

+ 11
- 3
index/index.js 查看文件

@@ -294,9 +294,17 @@ Page({
})
}
} else {
that.setData({
noDataFlag: true,
})
if (that.data.businePageNum != 1) {
that.setData({
noDataFlag: true
})
} else {
that.setData({
noDataFlag: true,
businessData: []
})
}

}
tt.hideLoading();
console.log(that.data.businessData, 'businessData');


+ 1
- 1
project.config.json 查看文件

@@ -32,7 +32,7 @@
"id": 1678428610317,
"name": "index/index",
"pathName": "pages/main/index",
"query": "type=scanIn&tenantId=1032",
"query": "type=scanIn&tenantId=1052",
"scene": "990001",
"launchFrom": "scan",
"location": "qr_code"


正在加载...
取消
保存