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