Commit 463292c4 authored by 小耗子's avatar 小耗子

按钮

parent b01f240e
......@@ -48,10 +48,9 @@
},
methods: {
goPath(path){
// uni.navigateTo({
// url: `/pages/h5/index?appointPage=${path}`
// })
// history.back(1)
uni.navigateTo({
url: `/pages/h5/index?appointPage=${path}`
})
},
// 支付结果查询
payResult(){
......
<template>
<view class="">
<view class="load">
<u-loading-page :loading="loading"></u-loading-page>
<u-loading-page loading-color="#61b077" color="#61b077" :loading="loading"></u-loading-page>
</view>
<view class="we-run-page">
<view class="contant">
......@@ -195,9 +195,9 @@
}
</script>
<style lang="scss" scoped>
.load::v-deep .vue-ref{
// z-index: 1;
}
// .load::v-deep .vue-ref{
// z-index: 1;
// }
.we-run-page {
background-color: #fff;
......
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