diff --git a/view/molistar/modules/weeklyCard/js/index.js b/view/molistar/modules/weeklyCard/js/index.js
index 9ff4af0..f38d80b 100644
--- a/view/molistar/modules/weeklyCard/js/index.js
+++ b/view/molistar/modules/weeklyCard/js/index.js
@@ -158,7 +158,7 @@ function strFun(val, isCheckIn, dayIndex) {
-
${res.rewardName}
+ ${res.rewardName?res.rewardName:langReplace(localLang.demoModule.text13)}
${res.rewardNum}${langReplace(localLang.demoModule.text13)}
`
@@ -219,7 +219,7 @@ function openPaymentCallback(obj) {
console.log('回調orderId', obj.orderId);
console.log('回調code', obj.code);
console.log('回調productId', obj.productId);
- $('.pub .pub_in .box1').hide();
+ $('.pub').hide();
bodyScroolFun(false);
showLoading()
networkRequest({