|
@@ -119,12 +119,23 @@
|
|
|
console.log('当前位置的经度是:' + res.longitude);
|
|
|
console.log('当前位置的纬度:' + res.latitude);
|
|
|
if(opt.id){
|
|
|
- if(opt.type==6){
|
|
|
- that.url=that.$webURL+'paySuccessPinTuan?id='+opt.id+'&hideHeader=true&codeapp='+that.wxOpendata.code+'&lat='+res.latitude+'&lng='+res.longitude+'&isDmsOpen='+that.wxOpendata.isDmsOpen+'&isMarketingOpen='+that.wxOpendata.isMarketingOpen
|
|
|
+ if(opt.quxiao==1){
|
|
|
+ if(opt.type==6){
|
|
|
+ that.url=that.$webURL+'carOwner/index?codeapp='+that.wxOpendata.code+'&lat='+res.latitude+'&lng='+res.longitude+'&isDmsOpen='+that.wxOpendata.isDmsOpen+'&isMarketingOpen='+that.wxOpendata.isMarketingOpen
|
|
|
+ }else{
|
|
|
+ that.url=that.$webURL+'order/'+opt.id+'?showBackHome=true&codeapp='+that.wxOpendata.code+'&lat='+res.latitude+'&lng='+res.longitude+'&isDmsOpen='+that.wxOpendata.isDmsOpen+'&isMarketingOpen='+that.wxOpendata.isMarketingOpen
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
}else{
|
|
|
- that.url=that.$webURL+'paySuccess?orderId='+opt.id+'&hideHeader=true&codeapp='+that.wxOpendata.code+'&lat='+res.latitude+'&lng='+res.longitude+'&isDmsOpen='+that.wxOpendata.isDmsOpen+'&isMarketingOpen='+that.wxOpendata.isMarketingOpen
|
|
|
+ if(opt.type==6){
|
|
|
+ that.url=that.$webURL+'paySuccessPinTuan?id='+opt.id+'&hideHeader=true&codeapp='+that.wxOpendata.code+'&lat='+res.latitude+'&lng='+res.longitude+'&isDmsOpen='+that.wxOpendata.isDmsOpen+'&isMarketingOpen='+that.wxOpendata.isMarketingOpen
|
|
|
+ }else{
|
|
|
+ that.url=that.$webURL+'paySuccess?orderId='+opt.id+'&hideHeader=true&codeapp='+that.wxOpendata.code+'&lat='+res.latitude+'&lng='+res.longitude+'&isDmsOpen='+that.wxOpendata.isDmsOpen+'&isMarketingOpen='+that.wxOpendata.isMarketingOpen
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
+
|
|
|
}else{
|
|
|
/* if(!that.wxOpendata.shopID||!that.logindata){
|
|
|
uni.navigateTo({
|
|
@@ -173,13 +184,15 @@
|
|
|
this.url2='http://wx.32che.cn/weixin/authorize?path=/carOwner/index&isCarOwner=true&shopId='+opt.shopId
|
|
|
} */
|
|
|
//http://192.168.0.215:9588/#/carOwner/index?codeapp=D8E849B9EE0D4A07812BB0186E77B993&lat=36.68013&lng=117.06533
|
|
|
-
|
|
|
+ var a = document.getElementsByClassName('uni-page-head-hd')[0]
|
|
|
+ a.style.display = 'none';
|
|
|
|
|
|
|
|
|
},
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+ mounted(){
|
|
|
+ var a = document.getElementsByClassName('uni-page-head-hd')[0]
|
|
|
+ a.style.display = 'none';
|
|
|
+ },
|
|
|
|
|
|
methods: {
|
|
|
goUrl(){
|