Commit 3162c845 authored by gaodapeng's avatar gaodapeng

兑换券的语音加上限制

parent 4996a488
......@@ -53,11 +53,17 @@ Page({
}
});
var speechContent = totalPrice + "元 请刷脸或扫码支付";
var speechContent = totalPrice + "元";
my.ix.speech({
text: speechContent,
speak: true,
success: (r) => {
my.ix.speech({
text: '请刷脸或扫码支付',
speak: true,
success: (r) => {
}
})
}
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment