pages/rechargeMoney/rechargMoney.js
@@ -66,5 +66,15 @@ */ onShareAppMessage() { } }, handleMoneyWrapperTap: function (e) { const index = e.currentTarget.dataset.index; console.log(index) if (index !== undefined) { this.setData({ activeIndex: parseInt(index), }); } }, })