提交 e0002176 编写于 作者: VK1688's avatar VK1688

update: uni-pay

上级 e61060ba
文件已搬家,[前往新文档](./uni-pay/uni-app.md)
<!-- <script>
export default {
data() {
return {
};
},
created(){
this.init();
},
mounted() {
},
methods: {
// 页面数据初始化函数
init(options = {}){
let url = window.location.href;
let newUrl = url.replace("uni-pay.html", "uni-pay/uni-app.html");
window.location.href = newUrl;
}
}
};
</script> -->
文件已搬家,[前往新文档](./uni-pay/uni-app.md)
\ No newline at end of file
文件已搬家,[前往新文档](./uni-pay/uni-pay-common.md)
<!--
<script>
export default {
data() {
return {
};
},
created(){
this.init();
},
mounted() {
},
methods: {
// 页面数据初始化函数
init(options = {}){
let url = window.location.href;
let newUrl = url.replace("unipay.html", "uni-pay/uni-pay-common.html");
window.location.href = newUrl;
}
}
};
</script> -->
\ No newline at end of file
文件已搬家,[前往新文档](./uni-pay/uni-pay-common.md)
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册