|
@@ -482,6 +482,7 @@
|
|
|
if (e.target.className === 'record-operate operate-btn') {
|
|
|
let awardId = e.target.dataset.awardid;
|
|
|
let awardName = e.target.dataset.awardname;
|
|
|
+ console.log(awardName)
|
|
|
if (isMiniprogram) { // 小程序
|
|
|
wx.miniProgram.navigateTo({
|
|
|
url: '/packageA/order/buy/index?type=activity'
|
|
@@ -519,7 +520,7 @@
|
|
|
<div class="award-card">星曜${records[i].effectiveTimeStr}卡</div>
|
|
|
<div class="record-time">${records[i].createTime}</div>
|
|
|
<div class="${records[i].receiveType === 0?'record-operate':'record-operate operate-btn'}"
|
|
|
- data-awardId="${records[i].id}" data-awardName="${records[i].effectiveTimeStr}">
|
|
|
+ data-awardId="${records[i].id}" data-awardName="星曜${records[i].effectiveTimeStr}卡">
|
|
|
${records[i].receiveType === 0?'已使用':'使用'}</div>
|
|
|
</div>`
|
|
|
}
|