Skip to content

Commit cd8aefa

Browse files
committed
pay: 新增支付宝 App 支付的接入
1 parent e6f3d6b commit cd8aefa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/pay/demo/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@ export default {
126126
}, {
127127
id: 4,
128128
name: '华硕笔记本',
129-
price: 200,
129+
price: 1000,
130130
}, {
131131
id: 5,
132132
name: '蔚来汽车',
133-
price: 300,
133+
price: 200000,
134134
}]
135135
};
136136
},

0 commit comments

Comments
 (0)