Commit 2ec8145c authored by youjie's avatar youjie

no message

parents a2b82327 b6678f5f
...@@ -119,10 +119,11 @@ ...@@ -119,10 +119,11 @@
"signType": payData.signType, //微信签名方式: "signType": payData.signType, //微信签名方式:
"paySign": payData.paySign, //微信签名 "paySign": payData.paySign, //微信签名
'success': function(res) { 'success': function(res) {
console.log(that.u,'===')
uni.hideLoading() uni.hideLoading()
if (this.u && u.TenantId == 27) { if (that.u && that.u.TenantId == 27) {
uni.navigateTo({ 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) // url: '/pages/order-submit/pay-success2?payInfo='+JSON.stringify(that.payInfo)
}); });
} else { } else {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
}, },
"pages": [{ "pages": [{
"path": "pages/index/index", "path": "pages/index/index",
// "path": "pages/address/address2", // "path": "pay-success",
"enablePullDownRefresh": true, "enablePullDownRefresh": true,
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
...@@ -30,6 +30,13 @@ ...@@ -30,6 +30,13 @@
}, },
{ {
"path": "pages/webbox/webbox2" "path": "pages/webbox/webbox2"
}, {
"path": "components/goods/goodsku2",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
} }
], ],
"subPackages": [{ "subPackages": [{
...@@ -44,7 +51,8 @@ ...@@ -44,7 +51,8 @@
"pages": [{ "pages": [{
"path": "index/index" "path": "index/index"
}] }]
}, { },
{
"root": "pages/goods", "root": "pages/goods",
"pages": [{ "pages": [{
"path": "goods" "path": "goods"
...@@ -242,11 +250,15 @@ ...@@ -242,11 +250,15 @@
// }, // },
{ {
"root": "pages/order-submit", "root": "pages/order-submit",
"pages": [{ "pages": [
{
"path": "pay-success" "path": "pay-success"
},{ },{
"path": "pay-success2" "path": "pay-success2"
}, },
{
"path": "pay-success2"
},
{ {
"path": "order-submit" "path": "order-submit"
}, { }, {
...@@ -264,9 +276,8 @@ ...@@ -264,9 +276,8 @@
}, },
{ {
"root": "pages/address", "root": "pages/address",
"pages": [ "pages": [{
{ "path": "address2" //新增进阶课堂
"path": "address2"//新增进阶课堂
}, },
{ {
"path": "address" "path": "address"
...@@ -886,7 +897,6 @@ ...@@ -886,7 +897,6 @@
// } // }
// ] // ]
// } // }
],
"globalStyle": { "globalStyle": {
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
"navigationBarTitleText": "", "navigationBarTitleText": "",
...@@ -898,14 +908,12 @@ ...@@ -898,14 +908,12 @@
//#endif //#endif
} }
}, },
"condition" : { //模式配置,仅开发期间生效 "condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项) "current": 0, //当前激活的模式(list 的索引项)
"list": [ "list": [{
{ "name": "", //模式名称
"name": "", //模式名称 "path": "", //启动页面,必选
"path": "", //启动页面,必选 "query": "" //启动参数,在页面的onLoad函数里面得到
"query": "" //启动参数,在页面的onLoad函数里面得到 }]
}
]
} }
} }
\ No newline at end of file
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