完善快捷支付记录
This commit is contained in:
parent
1c01a7dcb7
commit
d0f448789a
@ -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");
|
||||
},
|
||||
|
||||
@ -161,7 +161,6 @@ export default {
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
||||
// 跳转快捷支付记录
|
||||
toPayInfo(){
|
||||
NavgateTo("/packages/localLife/payInfo/index")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user