更新静态资源
@ -68,6 +68,7 @@ class StoreOrderCreateRepository extends StoreOrderRepository
|
||||
//虚拟订单自定义数据
|
||||
$order_extend = [];
|
||||
//检查商品类型, 活动商品只能单独购买
|
||||
|
||||
foreach ($merchantCartList as $merchantCart) {
|
||||
foreach ($merchantCart['list'] as $cart) {
|
||||
if ($cart['product_type']==0) {
|
||||
@ -83,7 +84,6 @@ class StoreOrderCreateRepository extends StoreOrderRepository
|
||||
throw new ValidateException('[超出限购总数:'. $cart['product']['once_max_count'].']'.mb_substr($cart['product']['store_name'],0,10).'...');
|
||||
}
|
||||
}
|
||||
|
||||
if ($cart['product_type'] > 0) $order_type = $cart['product_type'];
|
||||
if ($cart['product_type']<=97 &&$cart['product_type'] > 0 && (($cart['product_type'] != 10 && count($merchantCart['list']) != 1) || count($merchantCartList) != 1)) {
|
||||
throw new ValidateException('活动商品必须单独购买');
|
||||
@ -100,6 +100,7 @@ class StoreOrderCreateRepository extends StoreOrderRepository
|
||||
if ($order_type == 98 && count($merchantCartList) > 1) {
|
||||
throw new ValidateException('采购商品不支持跨店购买');
|
||||
}
|
||||
halt($order_type);
|
||||
$community = [];
|
||||
if ($order_type == 98) {
|
||||
$sourceIdArray = [];
|
||||
|
@ -2,4 +2,4 @@
|
||||
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')
|
||||
if(window.location.protocol == 'https:'){
|
||||
document.write('<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">')
|
||||
}</script><link rel=stylesheet href=/static/index.97465e7b.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/static/js/chunk-vendors.c21fc11a.js></script><script src=/static/js/index.f77dc7ab.js></script></body></html>
|
||||
}</script><link rel=stylesheet href=/static/index.97465e7b.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/static/js/chunk-vendors.958c16a8.js></script><script src=/static/js/index.193f0de4.js></script></body></html>
|
BIN
public/static/applet/gx_app.png
Normal file
After Width: | Height: | Size: 7.3 KiB |
BIN
public/static/applet/shop_app.png
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
public/static/empty/permission.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
public/static/images/bubble.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
public/static/images/icon-back.png
Normal file
After Width: | Height: | Size: 884 B |
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 6.1 KiB |
BIN
public/static/images/relase.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
public/static/img/d-a.b5e67fe1.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
public/static/img/dong.4428fb42.gif
Normal file
After Width: | Height: | Size: 3.0 MiB |
24
public/static/js/chunk-vendors.958c16a8.js
Normal file
1
public/static/js/index.193f0de4.js
Normal file
1
public/static/js/pages-activity-assist-index.6df63b19.js
Normal file
@ -0,0 +1 @@
|
||||
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-activity-combination_details-index"],{"774a":function(i,n,o){"use strict";o.r(n);var a=o("f0c5"),t=Object(a["a"])({},void 0,void 0,!1,null,null,null,!1,void 0,void 0);n["default"]=t.exports}}]);
|