完善快捷支付记录

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

View File

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