HolyKnightIX vor 2 Jahren
Ursprung
Commit
b4dc73a908
3 geänderte Dateien mit 8 neuen und 41 gelöschten Zeilen
  1. +1
    -1
      ext.json
  2. +6
    -8
      pages/user/user.js
  3. +1
    -32
      project.config.json

+ 1
- 1
ext.json Datei anzeigen

@@ -1,7 +1,7 @@
{
"ext": {
"attr": {
"configUrl": "https://btest.malls.iformall.com",
"configUrl": "https://b.malls.iformall.com",
"datatowerurl": "https://mobile.malls.iformall.com"
},
"name": "富茂券商户端模板",


+ 6
- 8
pages/user/user.js Datei anzeigen

@@ -64,26 +64,24 @@ Page({
withdrawNun: res.data.cashOutLimit - res.data.cashOutCount,
cashOutOpenHeadImg: res.data.cashOutOpenHeadImg,
cashOutOpenNickName: res.data.cashOutOpenNickName

})
}).catch(err=>{
tt.showToast({
title: err.message,
icon:"none",
duration:2000
})
// tt.showToast({
// title: err.message,
// icon:"none",
// duration:2000
// })
})
},
onLoad(){
// this.findJurisdiction()
},
onShow(){
this.getTx()
// this.getTx()
app.globalData.userInfo().then(res => {
this.setData({
userInfo: res
})
})
// this.setData({
// appVersion:appVersion


+ 1
- 32
project.config.json Datei anzeigen

@@ -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"}]}}}

Laden…
Abbrechen
Speichern