| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "ext": { | "ext": { | ||||
| "attr": { | "attr": { | ||||
| "configUrl": "https://btest.malls.iformall.com", | |||||
| "configUrl": "https://b.malls.iformall.com", | |||||
| "datatowerurl": "https://mobile.malls.iformall.com" | "datatowerurl": "https://mobile.malls.iformall.com" | ||||
| }, | }, | ||||
| "name": "富茂券商户端模板", | "name": "富茂券商户端模板", | ||||
| @@ -64,26 +64,24 @@ Page({ | |||||
| withdrawNun: res.data.cashOutLimit - res.data.cashOutCount, | withdrawNun: res.data.cashOutLimit - res.data.cashOutCount, | ||||
| cashOutOpenHeadImg: res.data.cashOutOpenHeadImg, | cashOutOpenHeadImg: res.data.cashOutOpenHeadImg, | ||||
| cashOutOpenNickName: res.data.cashOutOpenNickName | cashOutOpenNickName: res.data.cashOutOpenNickName | ||||
| }) | }) | ||||
| }).catch(err=>{ | }).catch(err=>{ | ||||
| tt.showToast({ | |||||
| title: err.message, | |||||
| icon:"none", | |||||
| duration:2000 | |||||
| }) | |||||
| // tt.showToast({ | |||||
| // title: err.message, | |||||
| // icon:"none", | |||||
| // duration:2000 | |||||
| // }) | |||||
| }) | }) | ||||
| }, | }, | ||||
| onLoad(){ | onLoad(){ | ||||
| // this.findJurisdiction() | // this.findJurisdiction() | ||||
| }, | }, | ||||
| onShow(){ | onShow(){ | ||||
| this.getTx() | |||||
| // this.getTx() | |||||
| app.globalData.userInfo().then(res => { | app.globalData.userInfo().then(res => { | ||||
| this.setData({ | this.setData({ | ||||
| userInfo: res | userInfo: res | ||||
| }) | }) | ||||
| }) | }) | ||||
| // this.setData({ | // this.setData({ | ||||
| // appVersion:appVersion | // appVersion:appVersion | ||||
| @@ -1,32 +1 @@ | |||||
| { | |||||
| "setting": { | |||||
| "urlCheck": true, | |||||
| "es6": true, | |||||
| "newFeature": false, | |||||
| "postcss": false, | |||||
| "autoCompile": true, | |||||
| "mockUpdate": true, | |||||
| "minified": false, | |||||
| "autoPush": false, | |||||
| "scripts": false, | |||||
| "mockLogin": false | |||||
| }, | |||||
| "appid": "tt1f6669db8058907a01", | |||||
| "projectname": "tt富茂B", | |||||
| "condition": { | |||||
| "miniprogram": { | |||||
| "current": -1, | |||||
| "list": [ | |||||
| { | |||||
| "id": 1637139224806, | |||||
| "name": "11", | |||||
| "pathName": "pages/orderUrl/orderUrl", | |||||
| "query": "", | |||||
| "scene": "990001", | |||||
| "launchFrom": "scan", | |||||
| "location": "qr_code" | |||||
| } | |||||
| ] | |||||
| } | |||||
| } | |||||
| } | |||||
| {"setting":{"urlCheck":true,"es6":true,"newFeature":false,"postcss":false,"autoCompile":true,"mockUpdate":true,"minified":false,"autoPush":false,"scripts":false,"mockLogin":false},"appid":"tt1f6669db8058907a01","projectname":"tt富茂B","condition":{"miniprogram":{"current":-1,"list":[{"id":1637139224806,"name":"11","pathName":"pages/orderUrl/orderUrl","query":"","scene":"990001","launchFrom":"scan","location":"qr_code"}]}}} | |||||