Commit e487a0ac authored by 李智书's avatar 李智书

1.提交更新;

parent 7e4851ca
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
</view> </view>
<view class="xieyi"> <view class="xieyi">
<text>点击交费,即表示我已阅读</text> <text>点击交费,即表示我已阅读</text>
<text>《线上缴纳协议》</text> <text @click="Agreement">《线上缴纳协议》</text>
</view> </view>
</view> </view>
<view class="right" @click="clickPay"> <view class="right" @click="clickPay">
...@@ -197,6 +197,11 @@ ...@@ -197,6 +197,11 @@
} }
}, },
methods: { methods: {
Agreement() {
uni.navigateTo({
url: "../../pdfPreview/pdfPreview?pdfName=xzfjfxy"
})
},
// 查询交费订单明细信息 // 查询交费订单明细信息
async queryChargeProDetail() { async queryChargeProDetail() {
try { try {
......
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