Ver a proveniência

upload

soldDate
HolyKnightIX há 1 ano
ascendente
cometimento
54cd699cdc
5 ficheiros alterados com 9 adições e 15 eliminações
  1. +1
    -4
      app.js
  2. +5
    -7
      ext.json
  3. +1
    -1
      index/index.js
  4. +1
    -2
      pages/getuserinfo/getuserinfo.js
  5. +1
    -1
      project.config.json

+ 1
- 4
app.js Ver ficheiro

@@ -100,7 +100,6 @@ App({
if (res.data.mall) {
tt.setStorageSync("selectedMall", res.data.mall.tenantId)
}

}
Http.setToken(res.data.token);
that.globalData.token = res.data.token
@@ -110,7 +109,7 @@ App({
}

}).catch(err => {
console.log(err);
console.log(err, 'getUserInfo');
tt.showModal({
title: '提示',
showCancel: false,
@@ -127,9 +126,7 @@ App({
}
});
})

}),

});
}
})

+ 5
- 7
ext.json Ver ficheiro

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

+ 1
- 1
index/index.js Ver ficheiro

@@ -314,7 +314,7 @@ Page({
console.log(obj, "obj")
if (obj.linkType == 1) {
if (obj.linkUrl == "/pages/game/index") {
this.gotogame()
// this.gotogame()
} else {

tt.navigateTo({


+ 1
- 2
pages/getuserinfo/getuserinfo.js Ver ficheiro

@@ -88,7 +88,6 @@ Page({
})
},
onLoad: function (options) {

console.log(app.globalData.skip, app.globalData.skipUrl, app.globalData.type, "跳转地址")
var that = this;
// options.fromflag == 'coupondetail';
@@ -504,7 +503,7 @@ Page({
})

}).catch(err => {
console.log(err);
console.log(err, 'getUserInfo');
tt.showModal({
title: '提示',
showCancel: false,


+ 1
- 1
project.config.json Ver ficheiro

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


Carregando…
Cancelar
Guardar