Commit 2ec8145c authored by youjie's avatar youjie

no message

parents a2b82327 b6678f5f
......@@ -119,10 +119,11 @@
"signType": payData.signType, //微信签名方式:
"paySign": payData.paySign, //微信签名
'success': function(res) {
console.log(that.u,'===')
uni.hideLoading()
if (this.u && u.TenantId == 27) {
if (that.u && that.u.TenantId == 27) {
uni.navigateTo({
url: `/pages/order-submit/pay-success2?payInfo=${JSON.stringify(that.payInfo)}&StuId=${this.StuId}&TeacherIds=${this.TeacherIds}`
url: `/pages/order-submit/pay-success2?payInfo=${JSON.stringify(that.payInfo)}&StuId=${that.StuId}&TeacherIds=${that.TeacherIds}`
// url: '/pages/order-submit/pay-success2?payInfo='+JSON.stringify(that.payInfo)
});
} else {
......
......@@ -4,7 +4,7 @@
},
"pages": [{
"path": "pages/index/index",
// "path": "pages/address/address2",
// "path": "pay-success",
"enablePullDownRefresh": true,
"style": {
"navigationStyle": "custom"
......@@ -30,6 +30,13 @@
},
{
"path": "pages/webbox/webbox2"
}, {
"path": "components/goods/goodsku2",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"subPackages": [{
......@@ -44,7 +51,8 @@
"pages": [{
"path": "index/index"
}]
}, {
},
{
"root": "pages/goods",
"pages": [{
"path": "goods"
......@@ -242,11 +250,15 @@
// },
{
"root": "pages/order-submit",
"pages": [{
"pages": [
{
"path": "pay-success"
},{
"path": "pay-success2"
},
{
"path": "pay-success2"
},
{
"path": "order-submit"
}, {
......@@ -264,9 +276,8 @@
},
{
"root": "pages/address",
"pages": [
{
"path": "address2"//新增进阶课堂
"pages": [{
"path": "address2" //新增进阶课堂
},
{
"path": "address"
......@@ -886,7 +897,6 @@
// }
// ]
// }
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
......@@ -898,14 +908,12 @@
//#endif
}
},
"condition" : { //模式配置,仅开发期间生效
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"list": [{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}
]
}]
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment