Commit 0a4144f1d06cd9e4857a15a05bcd003006bc6ebf

Authored by WXD-SEASON\season
1 parent 17d906c8

会员权益商品二维码修改

pages/user/user_spsy/user_spsy.js
... ... @@ -130,14 +130,14 @@ Page({
130 130 async show_hxm(e) {
131 131 let qr_code_object = this.data.qr_code_object;
132 132 if (qr_code_object !== {}) {
133   - let { Number: val, BeginDate, EndDate} = qr_code_object;
  133 + let { WriteOffCode: val, BeginDate, EndDate} = qr_code_object;
134 134 let qr_code = this.selectComponent("#qc_com");
135 135 let obj = {
136 136 val,
137   - content: "请将二维码展示给核销员,抵券更快捷",
  137 + content: "当前核销码仅限当面使用",
138 138 now: BeginDate,
139 139 validay: EndDate,
140   - is_quan: 1,
  140 + is_quan: 0,
141 141 };
142 142 qr_code.open(obj)
143 143 }else{
... ...