|
@@ -48,7 +48,7 @@ export default {
|
|
// 立即购买
|
|
// 立即购买
|
|
getSubmit() {
|
|
getSubmit() {
|
|
if (this.value === '1') {
|
|
if (this.value === '1') {
|
|
- clickPay.postMessage(`id=${this.id}&type=15`)
|
|
|
|
|
|
+ clickPay.postMessage(`{\"id\":\"${this.id}\", \"type\":15}`)
|
|
} else {
|
|
} else {
|
|
uni.showToast({
|
|
uni.showToast({
|
|
title: '请先阅读并勾选协议',
|
|
title: '请先阅读并勾选协议',
|