Feat: 订单流程
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
webUrl: this.$VUE_APP_RESOURCES_URL,
|
||||
active: 'weixin',
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
// 支付方式切换
|
||||
payItem(type) {
|
||||
this.active = type
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user