Commit bfb4a2e0 authored by jiangjiantao's avatar jiangjiantao

bugfixed

parent 6eb66766
...@@ -151,7 +151,7 @@ Page({ ...@@ -151,7 +151,7 @@ Page({
//用券成功 //用券成功
if(result.discCouponState == 3){ if(result.discCouponState == 3){
//模拟数据 1 - 5 随机整数 //模拟数据 1 - 5 随机整数
context.setData({ scanDialogDisplay: 0, totalDisc: totalDiscTemp }) context.setData({ scanDialogDisplay: 0, totalDisc: result.discCouponPrice })
my.showToast({ my.showToast({
type: 'success', type: 'success',
content: '优惠已录入', content: '优惠已录入',
......
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