前端提示

main
yanzai 1 year ago
parent f07dab03f3
commit 6b2c5eaceb

@ -51,6 +51,19 @@ const configRef = (e) => {
if (!config_ref.value) {
config_ref.value = e;
mountedAction();
uni.showModal({
title: '提示',
content: '优惠券仅可用于抵扣自选项目金额',
showCancel:false,
confirmText:'确定',
success: function (res) {
if (res.confirm) {
} else if (res.cancel) {
}
}
});
}
};

Loading…
Cancel
Save