Browse Source

v1.6.12 拼团购改为加单号;

feature/point
ZhaoTongYao 5 years ago
parent
commit
2bb94581b1
  1. 2
      pages/toRegister/toRegister.js
  2. 2
      subpages/heart/pages/groupBuyList/groupBuyList.json

2
pages/toRegister/toRegister.js

@ -21,7 +21,7 @@ Page({
// } // }
// }) // })
let that = this let that = this
const versionNum = "1.6.11" const versionNum = "1.6.12"
api.getScanSwitch(versionNum).then(function (res) { api.getScanSwitch(versionNum).then(function (res) {
console.log(res.data) console.log(res.data)
let state = res.data.scanFlag let state = res.data.scanFlag

2
subpages/heart/pages/groupBuyList/groupBuyList.json

@ -1,5 +1,5 @@
{ {
"navigationBarTitleText": "拼团购", "navigationBarTitleText": "加单号",
"usingComponents": { "usingComponents": {
"notice": "../../components/noticeNew/noticeNew", "notice": "../../components/noticeNew/noticeNew",
"coverview-dialog": "../../components/coverViewDialog/coverViewDialog", "coverview-dialog": "../../components/coverViewDialog/coverViewDialog",

Loading…
Cancel
Save