parent
5601754066
commit
85075e3f7c
@ -0,0 +1,27 @@ |
|||||||
|
<template> |
||||||
|
<view> |
||||||
|
<view>测试中。。。。</view> |
||||||
|
</view> |
||||||
|
</template> |
||||||
|
|
||||||
|
<script> |
||||||
|
export default { |
||||||
|
data() { |
||||||
|
return { |
||||||
|
url: 'https://base.95516.com/s/wl/WebAPP/helpAgree/page/help/shareRutineHelp.html?params=eyJlbmNyeXB0QXBwSWQiOiIxOTAwYmM4NDQ5N2NhYjNiIiwidG9MaW5rIjoiaHR0cHMlM0ElMkYlMkZoc2cuZGN0cGF5LmNvbSUyRnVuaW9uUGF5JTJGIn0' |
||||||
|
} |
||||||
|
}, |
||||||
|
onLoad() { |
||||||
|
this.jumpurl(); |
||||||
|
}, |
||||||
|
methods: { |
||||||
|
jumpurl(){ |
||||||
|
location.href = this.url; |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
</script> |
||||||
|
|
||||||
|
<style> |
||||||
|
|
||||||
|
</style> |
@ -1,59 +1,90 @@ |
|||||||
<template> |
<template> |
||||||
<view> |
<view> |
||||||
<image class="width90" mode="widthFix" :src="imagewxUrl+imgadres" @click="jumpunionpay"></image> |
<image class="width90" mode="widthFix" :src="imagewxUrl+imgadres" @click="jumpunionpay"></image> |
||||||
<image class="width90" mode="widthFix" :src="imagewxUrl+imgadres1" @click="jumpMp"></image> |
<image class="width90" mode="widthFix" :src="imagewxUrl+imgadres1" @click="jumpMp"></image> |
||||||
</view> |
</view> |
||||||
</template> |
</template> |
||||||
|
|
||||||
<script> |
<script> |
||||||
export default { |
import { |
||||||
data() { |
setUserParam, |
||||||
return { |
HandleCode |
||||||
imagewxUrl: app.globalData.imageWxImg, |
} from '../../Utils/Api.js'; |
||||||
imgadres: 'union1.jpg', |
let app = getApp(); |
||||||
imgadres1: 'union2.jpg', |
export default { |
||||||
codes:'', |
data() { |
||||||
url:'https://base.95516.com/s/wl/WebAPP/helpAgree/page/help/shareRutineHelp.html?params=eyJlbmNyeXB0QXBwSWQiOiIxOTAwYmM4NDQ5N2NhYjNiIiwidG9MaW5rIjoiaHR0cHMlM0ElMkYlMkZoc2cuZGN0cGF5LmNvbSUyRnVuaW9uUGF5JTJGIn0=&id=40' |
return { |
||||||
} |
imagewxUrl: app.globalData.imageWxImg, |
||||||
}, |
imgadres: 'union1.jpg', |
||||||
onLoad(options) { |
imgadres1: 'union2.jpg', |
||||||
var arr1 = decodeURIComponent(options.q); |
codes: '', |
||||||
var arr2 = arr1.split('='); |
url: 'https://base.95516.com/s/wl/WebAPP/helpAgree/page/help/shareRutineHelp.html?params=eyJlbmNyeXB0QXBwSWQiOiIxOTAwYmM4NDQ5N2NhYjNiIiwidG9MaW5rIjoiaHR0cHMlM0ElMkYlMkZoc2cuZGN0cGF5LmNvbSUyRnVuaW9uUGF5JTJGIn0' |
||||||
this.codes = arr2[2]; |
} |
||||||
}, |
}, |
||||||
methods: { |
onLoad(options) { |
||||||
//跳转银联支付 |
var arr1 = decodeURIComponent(options.q); |
||||||
jumpunionpay(){ |
var arr2 = arr1.split('='); |
||||||
|
this.codes = arr2[2]; |
||||||
|
}, |
||||||
|
methods: { |
||||||
|
//跳转银联支付 |
||||||
|
jumpunionpay() { |
||||||
// uni.navigateTo({ |
// uni.navigateTo({ |
||||||
// url:'unionPay-entrance/unionPay-entrance' |
// url:'../unionWeb/unionWeb' |
||||||
// }) |
|
||||||
// uni.navigateToMiniProgram({ |
|
||||||
// appId: '1900bc84497cab3b', |
|
||||||
// path: '../../pages/goods/externalCoupon/externalCoupon', |
|
||||||
// // extraData: { |
|
||||||
// // 'data1': 'test' |
|
||||||
// // }, |
|
||||||
// success(res) { |
|
||||||
// // 打开成功 |
|
||||||
// } |
|
||||||
// }) |
// }) |
||||||
|
|
||||||
uni.showToast({ |
uni.showToast({ |
||||||
title: '暂未开放', |
title: '暂未开放', |
||||||
duration: 2000, |
icon: 'none', |
||||||
icon: "none" |
duration: 2000 |
||||||
}) |
}) |
||||||
}, |
// if (!app.globalData.userInfo) { |
||||||
//跳转到小程序 |
// uni.login({ |
||||||
jumpMp(){ |
// provider: 'weixin', |
||||||
uni.reLaunch({ |
// success: function(loginRes) { |
||||||
url: '../../pages/goods/externalCoupon/externalCoupon?id='+this.codes |
// app.globalData.code = loginRes.code; |
||||||
}) |
// // 请求接口 |
||||||
|
// let params = { |
||||||
} |
// code: app.globalData.code |
||||||
} |
// } |
||||||
} |
// HandleCode(params).then(res => { |
||||||
</script> |
// if (res.return_code == '000000') { |
||||||
|
// app.globalData.openId = res.return_data.openId; |
||||||
<style> |
// uni.navigateTo({ |
||||||
|
// url: '../../pages/userLogin/userLogin' |
||||||
|
// }) |
||||||
|
// } |
||||||
|
// }) |
||||||
|
// } |
||||||
|
// }) |
||||||
|
// return; |
||||||
|
// } |
||||||
|
// let params = { |
||||||
|
// param: this.codes |
||||||
|
// } |
||||||
|
// setUserParam(params).then(res => { |
||||||
|
// if (res.return_code == '000000') { |
||||||
|
// location.href = this.url; |
||||||
|
// } else { |
||||||
|
// uni.showToast({ |
||||||
|
// title: res.return_msg, |
||||||
|
// icon: 'none', |
||||||
|
// duration: 2000 |
||||||
|
// }) |
||||||
|
// } |
||||||
|
// }) |
||||||
|
}, |
||||||
|
//跳转到小程序 |
||||||
|
jumpMp() { |
||||||
|
uni.reLaunch({ |
||||||
|
url: '../../pages/goods/externalCoupon/externalCoupon?id=' + this.codes |
||||||
|
}) |
||||||
|
|
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
</script> |
||||||
|
|
||||||
|
<style> |
||||||
|
|
||||||
</style> |
</style> |
||||||
|
@ -0,0 +1,46 @@ |
|||||||
|
<template> |
||||||
|
<view> |
||||||
|
<web-view :src="url"> |
||||||
|
<cover-view class="duiba-back-btn" bindtap="handleBackTo"> |
||||||
|
<cover-image src="//yun.duiba.com.cn/saas/images/zjzy-icons/back-btn.png" @click="openurl()"></cover-image> |
||||||
|
<button class="mart30 width90 height50 fcorfff backcor008 fotct btns font16" |
||||||
|
@click="openurl">立即打开</button> |
||||||
|
</cover-view> |
||||||
|
</web-view> |
||||||
|
<!-- <button open-type="launchApp" binderror="launchAppError">打开APP</button> --> |
||||||
|
</view> |
||||||
|
</template> |
||||||
|
|
||||||
|
<script> |
||||||
|
export default { |
||||||
|
data() { |
||||||
|
return { |
||||||
|
url: 'https://unionpa.dctpay.com/s/wl/WebAPP/helpAgree/page/help/shareRutineHelp.html?params=eyJlbmNyeXB0QXBwSWQiOiIxOTAwYmM4NDQ5N2NhYjNiIiwidG9MaW5rIjoiaHR0cHMlM0ElMkYlMkZoc2cuZGN0cGF5LmNvbSUyRnVuaW9uUGF5JTJGIn0=' |
||||||
|
} |
||||||
|
}, |
||||||
|
methods: { |
||||||
|
launchAppError(e) { |
||||||
|
console.log(e.detail.errMsg) |
||||||
|
}, |
||||||
|
openurl() { |
||||||
|
location.href = this.url; |
||||||
|
uni.showToast({ |
||||||
|
title: 'oooooo中', |
||||||
|
icon: "none", |
||||||
|
duration: 20000 |
||||||
|
}); |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
</script> |
||||||
|
|
||||||
|
<style lang="scss"> |
||||||
|
.duiba-back-btn { |
||||||
|
position: fixed; |
||||||
|
z-index: 999999; |
||||||
|
top: 20rpx; |
||||||
|
left: 0; |
||||||
|
width: 100rpx; |
||||||
|
height: 50rpx; |
||||||
|
} |
||||||
|
</style> |
Loading…
Reference in new issue