Commit 562074e6 authored by 袁玲利's avatar 袁玲利

暂存

parent 724cac1e
...@@ -23,14 +23,14 @@ export default { ...@@ -23,14 +23,14 @@ export default {
// window.location.href = // window.location.href =
// "alipays://platformapi/startapp?appId=2019081366244084&page=pages/OpenAccount/OpenAccount&typeCode=BOCOM"; // "alipays://platformapi/startapp?appId=2019081366244084&page=pages/OpenAccount/OpenAccount&typeCode=BOCOM";
// window.location.href = encodeURI('alipays://platformapi/startapp?appId=2019081366244084&page=pages/OpenAccount/OpenAccount'); // window.location.href = encodeURI('alipays://platformapi/startapp?appId=2019081366244084&page=pages/OpenAccount/OpenAccount');
my.navigateTo({ // my.navigateTo({
url: '/pages/OpenAccount/OpenAccount' // url详解请见【路由使用须知】 // url: '/pages/OpenAccount/OpenAccount' // url详解请见【路由使用须知】
}) // })
// window.location.href = `https://ds.alipay.com/?scheme=${params}`; // window.location.href = `https://ds.alipay.com/?scheme=${params}`;
// jWeixin.miniProgram.navigateTo({ my.navigateToMiniProgram({
// url: `/pages/OpenAccount/OpenAccount`, url: `/pages/OpenAccount/OpenAccount`,
// }); });
}, },
created: function () { created: function () {
// console.log(this.$echarts); // console.log(this.$echarts);
......
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