Merge branch 'release/5.3' into gray
Showing
15 changed files
with
10 additions
and
9 deletions
compile/m.yohobuy.com/5.3.1/.gitkeep
0 → 100644
static/dist/myohobuy/5.3.1/index-debug.js
0 → 100644
This diff could not be displayed because it is too large.
static/dist/myohobuy/5.3.1/index.css
0 → 100644
This diff could not be displayed because it is too large.
static/dist/myohobuy/5.3.1/index.js
0 → 100644
This diff could not be displayed because it is too large.
static/dist/myohobuy/5.3.1/lib.js
0 → 100644
This diff could not be displayed because it is too large.
static/dist/myohobuy/5.3.1/shop.css
0 → 100644
This diff could not be displayed because it is too large.
@@ -234,7 +234,7 @@ class PayController extends AbstractAction | @@ -234,7 +234,7 @@ class PayController extends AbstractAction | ||
234 | $this->setNavHeader('支付中心', Helpers::url('/home/orders'), false); | 234 | $this->setNavHeader('支付中心', Helpers::url('/home/orders'), false); |
235 | 235 | ||
236 | $view = 'notneedpay'; | 236 | $view = 'notneedpay'; |
237 | - if ($payResult->payResult == 200) { | 237 | + if ($payResult->payResult === 200) { |
238 | $view = 'index'; | 238 | $view = 'index'; |
239 | if (!empty($payResult->orderCode)) { | 239 | if (!empty($payResult->orderCode)) { |
240 | $orderCode = $payResult->orderCode; | 240 | $orderCode = $payResult->orderCode; |
@@ -247,7 +247,7 @@ class PayController extends AbstractAction | @@ -247,7 +247,7 @@ class PayController extends AbstractAction | ||
247 | $payOrderCode = $payResult->orderCode; | 247 | $payOrderCode = $payResult->orderCode; |
248 | $payAmount = $payResult->totalFee; | 248 | $payAmount = $payResult->totalFee; |
249 | 249 | ||
250 | - if ($view = 'notneedpay') { | 250 | + if ($view === 'notneedpay') { |
251 | $payBack = 'failure'; | 251 | $payBack = 'failure'; |
252 | } else { | 252 | } else { |
253 | $payBack = 'success'; | 253 | $payBack = 'success'; |
@@ -50,7 +50,7 @@ application.template.ext = ".phtml" | @@ -50,7 +50,7 @@ application.template.ext = ".phtml" | ||
50 | application.assets.path = ROOT_PATH "/assets" | 50 | application.assets.path = ROOT_PATH "/assets" |
51 | 51 | ||
52 | ; 应用的版本号 | 52 | ; 应用的版本号 |
53 | -application.version = "5.3.0" | 53 | +application.version = "5.3.1" |
54 | 54 | ||
55 | ; 网站SEO信息 | 55 | ; 网站SEO信息 |
56 | application.seo.title = "Yoho!Buy有货 | 潮流购物逛不停" | 56 | application.seo.title = "Yoho!Buy有货 | 潮流购物逛不停" |
@@ -50,7 +50,7 @@ application.template.ext = ".phtml" | @@ -50,7 +50,7 @@ application.template.ext = ".phtml" | ||
50 | application.assets.path = ROOT_PATH "/assets" | 50 | application.assets.path = ROOT_PATH "/assets" |
51 | 51 | ||
52 | ; 应用的版本号 | 52 | ; 应用的版本号 |
53 | -application.version = "5.3.0" | 53 | +application.version = "5.3.1" |
54 | 54 | ||
55 | ; 网站SEO信息 | 55 | ; 网站SEO信息 |
56 | application.seo.title = "Yoho!Buy有货 | 潮流购物逛不停" | 56 | application.seo.title = "Yoho!Buy有货 | 潮流购物逛不停" |
@@ -50,7 +50,7 @@ application.template.ext = ".phtml" | @@ -50,7 +50,7 @@ application.template.ext = ".phtml" | ||
50 | application.assets.path = ROOT_PATH "/assets" | 50 | application.assets.path = ROOT_PATH "/assets" |
51 | 51 | ||
52 | ; 应用的版本号 | 52 | ; 应用的版本号 |
53 | -application.version = "5.3.0" | 53 | +application.version = "5.3.1" |
54 | 54 | ||
55 | ; 网站SEO信息 | 55 | ; 网站SEO信息 |
56 | application.seo.title = "Yoho!Buy有货 | 潮流购物逛不停" | 56 | application.seo.title = "Yoho!Buy有货 | 潮流购物逛不停" |
@@ -50,7 +50,7 @@ application.template.ext = ".phtml" | @@ -50,7 +50,7 @@ application.template.ext = ".phtml" | ||
50 | application.assets.path = ROOT_PATH "/assets" | 50 | application.assets.path = ROOT_PATH "/assets" |
51 | 51 | ||
52 | ; 应用的版本号 | 52 | ; 应用的版本号 |
53 | -application.version = "5.3.0" | 53 | +application.version = "5.3.1" |
54 | 54 | ||
55 | ; 网站SEO信息 | 55 | ; 网站SEO信息 |
56 | application.seo.title = "Yoho!Buy有货 | 潮流购物逛不停" | 56 | application.seo.title = "Yoho!Buy有货 | 潮流购物逛不停" |
-
Please register or login to post a comment