Authored by htoooth

fix css

... ... @@ -81,7 +81,7 @@ export default {
];
},
onBackClick() {
this.$yoho.goBack({});
this.$yoho.goNewBack({});
},
onHelpClick() {
this.$yoho.goNewPage({
... ...
... ... @@ -14,10 +14,12 @@ function _handleCoupon(item, type) {
item.useNowLink = true;
// 线下店不可使用
if (item.is_online_avail) {
if (!item.is_online_avail) {
item.useNowLink = '';
}
console.log(item);
return item;
}
... ...