ソースを参照

upload

master
HolyKnightIX 2年前
コミット
b4dc73a908
3個のファイルの変更8行の追加41行の削除
  1. +1
    -1
      ext.json
  2. +6
    -8
      pages/user/user.js
  3. +1
    -32
      project.config.json

+ 1
- 1
ext.json ファイルの表示

@@ -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": "富茂券商户端模板",


+ 6
- 8
pages/user/user.js ファイルの表示

@@ -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
project.config.json ファイルの表示

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

読み込み中…
キャンセル
保存