完善快捷支付记录

This commit is contained in:
赵毅 2025-09-26 15:33:55 +08:00
parent 1c01a7dcb7
commit d0f448789a
2 changed files with 5 additions and 2 deletions

View File

@ -81,7 +81,7 @@
到店服务券
</view> -->
<view class="line"></view>
<view class="btn_right">
<view class="btn_right" @click="toPayInfo">
<image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/lcoal_payIcon.png"
mode="aspectFill"></image>
快捷支付记录
@ -145,6 +145,10 @@ export default {
},
methods: {
//
toPayInfo(){
NavgateTo("/packages/localLife/payInfo/index")
},
back() {
NavgateTo("1");
},

View File

@ -161,7 +161,6 @@ export default {
},
methods: {
//
toPayInfo(){
NavgateTo("/packages/localLife/payInfo/index")