Explorar el Código

upload

product
HolyKnightIX hace 2 meses
padre
commit
ac5fcc5c3b
Se han modificado 7 ficheros con 45 adiciones y 37 borrados
  1. +3
    -4
      app.js
  2. +25
    -16
      ext.json
  3. +1
    -0
      index/index.js
  4. +1
    -0
      pages/theme/index1/index.js
  5. +0
    -1
      pages/theme/index1/index.wxml
  6. +14
    -15
      pages3/resume/resume.js
  7. +1
    -1
      project.config.json

+ 3
- 4
app.js Ver fichero

@@ -123,10 +123,9 @@ App({
if (res.data.subMalls) {
const squareList = JSON.parse(res.data.subMalls)
wx.setStorageSync("squareList", squareList)
if (res.data.mall) {
wx.setStorageSync("selectedMall", res.data.mall.tenantId)
}

}
if (res.data.mall) {
wx.setStorageSync("selectedMall", res.data.mall.tenantId)
}
if (res.data && res.data.score) {
if (res.data.score != 0) {


+ 25
- 16
ext.json Ver fichero

@@ -2,35 +2,45 @@
"ext": {
"attr": {
"car": {
"tjd": {
"payPath": "",
"tjdAppId": "wx6945d1bda68d7993"
},
"etcp": {
"etcpAppId": "wx192b7d2e8dcbefd0",
"etcpVersion": "release",
"etcpCallbackUrl": "https://admintest.malls.iformall.com/api/carCallback/etcpPaidCallback"
}
"payPath": "pages/pay/order-pay-open/main",
"etcpAppId": "wxc07f9d67923d676d",
"etcpCallbackUrl": "https://admin.malls.iformall.com/api/carCallback/etcpPaidCallback"
},
"bolink": {
"payPath": "pages/park/park",
"bolinkAppId": "wxbd08b4baa10fcc1d"
},
"version": "release"
},
"mchId": "1604439800",
"mchId": "1539123951",
"imgProxy": [
{
"newUrl": "https://ctest.malls.iformall.com/img",
"newUrl": "https://c.malls.iformall.com/img",
"orgUrl": "https://iformall-net.formall.oss-accelerate.aliyuncs.com"
},
{
"newUrl": "https://ctest.malls.iformall.com/img1",
"newUrl": "https://c.malls.iformall.com/img1",
"orgUrl": "https://formall.oss-accelerate.aliyuncs.com"
},
{
"newUrl": "https://ctest.malls.iformall.com/img2",
"newUrl": "https://c.malls.iformall.com/img2",
"orgUrl": "https://wx.qlogo.cn"
}
],
"configUrl": "https://ctest.malls.iformall.com/C/api",
"configUrl": "https://c.malls.iformall.com/C/api",
"ifStoreApp": "0",
"businessSwitch": "1",
"ifHaveWebSocket": "0",
"ifHaveCarModular": "1"
},
"name": "金泸商务",
"weappId": "wx649b3be73c1afe47",
"appVersion": "C.test.5.2.0"
"name": "欢乐城",
"weappId": "wx8e5cab05e850bc91",
"appVersion": "C.5.1.1"
},
"debug": false,
"tabBar": {
@@ -66,8 +76,7 @@
"selectedIconPath": "assets/images/user-a.png"
}
],
"color": "#abb1be",
"selectedColor": "#b2743d"
"custom": true
},
"window": {
"backgroundTextStyle": "dark",
@@ -81,11 +90,11 @@
"provider": "wxfab2bf944bfc4da6"
},
"live-player-plugin": {
"version": "1.3.4",
"version": "1.2.5",
"provider": "wx2b03c6e691cd7370"
}
},
"extAppid": "wx649b3be73c1afe47",
"extAppid": "wx8e5cab05e850bc91",
"extEnable": true,
"permission": {
"scope.userLocation": {


+ 1
- 0
index/index.js Ver fichero

@@ -332,6 +332,7 @@ Page({
},
//跳转到其他广场列表
goSquareList() {
console.log(this.data.isShowSqare, 'this.data.isShowSqare');
if (this.data.isShowSqare) {
wx.navigateTo({
url: '/pages/location/location',


+ 1
- 0
pages/theme/index1/index.js Ver fichero

@@ -338,6 +338,7 @@ Page({
},
//跳转到其他广场列表
goSquareList() {
console.log(this.data.isShowSqare, 'this.data.isShowSqare');
if (this.data.isShowSqare) {
wx.navigateTo({
url: '/pages/location/location',


+ 0
- 1
pages/theme/index1/index.wxml Ver fichero

@@ -8,7 +8,6 @@
<view style="height:{{navLineHeight}};position:relative;margin-right: 80rpx">
<image wx:if="{{isShowSqare}}" src="{{huanlechengImgurl}}home_ic_xialajt.png" mode='widthFix' class="xia"></image>
</view>

</view>
<view class='userinfo1' wx:if="{{ifStoreApp!=1}}">
<!-- 头像 -->


+ 14
- 15
pages3/resume/resume.js Ver fichero

@@ -166,21 +166,19 @@ Page({
url: config.api.resumeAdd,
data,
}).then(res => {
if (res.code == 200) {
wx.showToast({
title: "提交成功!",
icon: 'success',
duration: 1500,
})
} else {
wx.showToast({
title: "提交出错!",
icon: 'error',
duration: 1500,
})
}
console.log(res.code);
wx.showToast({
title: "提交成功!",
icon: 'success',
duration: 1500,
})
this.getResumeDetail()
}).catch(err => {
console.log(err);
wx.showToast({
title: err.message,
icon: 'none',
duration: 2000,
})
})
},

@@ -258,8 +256,9 @@ Page({
}).catch(err => {
app.globalData.skip = "redirectTo"
const skipUrl = "/pages3/resume/resume"
app.globalData.skipUrl = skipUrl
wx.redirectTo({
url: `/pages/getphoneInfo/index?skipUrl=${skipUrl}`
url: `/pages/getphoneInfo/index?skipUrl=1`
});
})
},


+ 1
- 1
project.config.json Ver fichero

@@ -35,7 +35,7 @@
},
"compileType": "miniprogram",
"libVersion": "2.11.2",
"appid": "wxfa336cad86ed598d",
"appid": "wx453ae0d37f3550d0",
"projectname": "C",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},


Cargando…
Cancelar
Guardar