Commit 66a52476 authored by 罗超's avatar 罗超

修改线路订单预览

parent cb9a05a8
@font-face { @font-face {
font-family: "iconfont"; /* Project id 1830471 */ font-family: "iconfont"; /* Project id 1830471 */
src: url('//at.alicdn.com/t/font_1830471_b1q5b9z71n.woff2?t=1622518908789') format('woff2'), src: url('//at.alicdn.com/t/font_1830471_9s93fs3i7o.woff2?t=1622777058762') format('woff2'),
url('//at.alicdn.com/t/font_1830471_b1q5b9z71n.woff?t=1622518908789') format('woff'), url('//at.alicdn.com/t/font_1830471_9s93fs3i7o.woff?t=1622777058762') format('woff'),
url('//at.alicdn.com/t/font_1830471_b1q5b9z71n.ttf?t=1622518908789') format('truetype'); url('//at.alicdn.com/t/font_1830471_9s93fs3i7o.ttf?t=1622777058762') format('truetype');
} }
.iconfont { .iconfont {
...@@ -13,6 +13,22 @@ ...@@ -13,6 +13,22 @@
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.iconshenhezhong:before {
content: "\e606";
}
.iconquxiao:before {
content: "\e60e";
}
.icondaizhifu-:before {
content: "\e618";
}
.iconzhengchang:before {
content: "\e783";
}
.iconartboard9-copy:before { .iconartboard9-copy:before {
content: "\e726"; content: "\e726";
} }
......
...@@ -507,6 +507,11 @@ ...@@ -507,6 +507,11 @@
}, },
methods: { methods: {
// goOrderDetails(){
// uni.navigateTo({
// url:"/pages/jiuzhai/jz_SureOrder?orderId=42389"
// })
// },
getunilogin(res){ getunilogin(res){
let that = this let that = this
//静默登录操作 //静默登录操作
......
...@@ -191,8 +191,9 @@ ...@@ -191,8 +191,9 @@
}, },
methods: { methods: {
goOrderDetail(item){ goOrderDetail(item){
console.log(item)
uni.redirectTo({ uni.redirectTo({
url: "/pages/jiuzhai/jz_SureOrder?orderData="+encodeURIComponent(JSON.stringify(item)) url: "/pages/jiuzhai/jz_SureOrder?orderId="+item.orderId
}); });
}, },
change(i) { change(i) {
......
...@@ -612,11 +612,11 @@ ...@@ -612,11 +612,11 @@
}, },
res => { res => {
this.orderInfo = JSON.parse(res.data); this.orderInfo = JSON.parse(res.data);
this.Pay() this.Pay(OrderId)
} }
); );
}, },
Pay(){ Pay(OrderId){
let that=this; let that=this;
uni.requestPayment({ uni.requestPayment({
provider: 'wxpay', provider: 'wxpay',
...@@ -643,7 +643,7 @@ ...@@ -643,7 +643,7 @@
}) })
setTimeout(()=>{ setTimeout(()=>{
uni.redirectTo({ uni.redirectTo({
url: "/pages/jiuzhai/jz_SureOrder?orderData="+this.orderData url: "/pages/jiuzhai/jz_SureOrder?orderId="+OrderId
}); });
}, 100 ) }, 100 )
} }
......
This diff is collapsed.
...@@ -2,10 +2,10 @@ export default { ...@@ -2,10 +2,10 @@ export default {
install(Vue, options) { install(Vue, options) {
Vue.prototype.host = "https://wx.weibaoge.cn/web/index.php?_mall_id=1285" Vue.prototype.host = "https://wx.weibaoge.cn/web/index.php?_mall_id=1285"
//Vue.prototype.host2 = "https://localhost:5001" Vue.prototype.host2 = "http://192.168.20.24:8400"
Vue.prototype.host2 = "https://erpmallapi.oytour.com" // Vue.prototype.host2 = "https://erpmallapi.oytour.com"
//Vue.prototype.host3 = "http://192.168.20.24" Vue.prototype.host3 = "http://192.168.20.24"
Vue.prototype.host3 = "https://reborn.oytour.com" //Vue.prototype.host3 = "https://reborn.oytour.com"
Vue.prototype.request = function(param, success, failed) { Vue.prototype.request = function(param, success, failed) {
//网络请求 //网络请求
......
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