diff --git a/application/admin/view/default/appmini/config.html b/application/admin/view/default/appmini/config.html index 3f641e17d..eb306ddbf 100755 --- a/application/admin/view/default/appmini/config.html +++ b/application/admin/view/default/appmini/config.html @@ -77,7 +77,7 @@
-

1. 获取最新组件版本号,默认[ 1.2.8 ]

+

1. 获取最新组件版本号,默认[ 1.2.10 ]

2. 登录微信小程序平台,左侧导航[ 直播 ],申请直播权限后等待审核通过方可使用

3. 点击左侧导航[ 小程序直播->接入说明 ],找到[ 使用方法说明->1. 【直播组件】如何引入 ],json 代码串[ plugins->live-player-plugin ]参数下的[ version ]的值填入

去获取组件版本号 diff --git a/application/service/AppMiniService.php b/application/service/AppMiniService.php index 63a0a6e85..96995a3d8 100755 --- a/application/service/AppMiniService.php +++ b/application/service/AppMiniService.php @@ -637,7 +637,7 @@ class AppMiniService if(is_array($config) && isset($config['plugins'])) { $config['plugins']['live-player-plugin'] = [ - 'version' => MyC('common_app_weixin_liveplayer_ver', '1.2.8', true), + 'version' => MyC('common_app_weixin_liveplayer_ver', '1.2.10', true), 'provider' => 'wx2b03c6e691cd7370', ]; if(file_put_contents($file, JsonFormat($config)) === false) diff --git a/changelog.txt b/changelog.txt index 9f97d1e67..ab88abe2d 100755 --- a/changelog.txt +++ b/changelog.txt @@ -13,6 +13,7 @@ 9. 非兼容模式去掉index.php 10. 已完成订单退数量,则释放销量 11. 自提取货点新增logo图片 + 12. 自提地址可根据用户位置最近排序 web端 1. 编辑器图片、附件、视频多选支持按照顺序选择插入编辑器 @@ -31,6 +32,7 @@ web端 插件 1. 应用商店(在线自动安装应用插件、开发者提供优质插件、VIP授权管理) 2. 新增主题自动切换插件 + 3. 分销插件支持自提地址切换 +=========================================================+ diff --git a/config/shopxo.php b/config/shopxo.php index 99bb56383..cf17c6a9e 100755 --- a/config/shopxo.php +++ b/config/shopxo.php @@ -28,7 +28,7 @@ if(substr($cdn_public_host, -1) != DS) // 配置信息 return [ // 开发模式 - 'is_develop' => false, + 'is_develop' => true, // 默认编码 'default_charset' => 'utf-8', diff --git a/sourcecode/alipay/default/config.json b/sourcecode/alipay/default/config.json index 907eec831..6d63bd62f 100755 --- a/sourcecode/alipay/default/config.json +++ b/sourcecode/alipay/default/config.json @@ -1,6 +1,6 @@ { "name":"默认主题", - "ver":"1.9.3", + "ver":"2.0.0", "author":"Devil", "home":"https://shopxo.net/" } \ No newline at end of file diff --git a/sourcecode/baidu/default/config.json b/sourcecode/baidu/default/config.json index 907eec831..6d63bd62f 100644 --- a/sourcecode/baidu/default/config.json +++ b/sourcecode/baidu/default/config.json @@ -1,6 +1,6 @@ { "name":"默认主题", - "ver":"1.9.3", + "ver":"2.0.0", "author":"Devil", "home":"https://shopxo.net/" } \ No newline at end of file diff --git a/sourcecode/qq/default/config.json b/sourcecode/qq/default/config.json index 907eec831..6d63bd62f 100644 --- a/sourcecode/qq/default/config.json +++ b/sourcecode/qq/default/config.json @@ -1,6 +1,6 @@ { "name":"默认主题", - "ver":"1.9.3", + "ver":"2.0.0", "author":"Devil", "home":"https://shopxo.net/" } \ No newline at end of file diff --git a/sourcecode/toutiao/default/config.json b/sourcecode/toutiao/default/config.json index 907eec831..6d63bd62f 100644 --- a/sourcecode/toutiao/default/config.json +++ b/sourcecode/toutiao/default/config.json @@ -1,6 +1,6 @@ { "name":"默认主题", - "ver":"1.9.3", + "ver":"2.0.0", "author":"Devil", "home":"https://shopxo.net/" } \ No newline at end of file diff --git a/sourcecode/weixin/default/config.json b/sourcecode/weixin/default/config.json index 907eec831..6d63bd62f 100755 --- a/sourcecode/weixin/default/config.json +++ b/sourcecode/weixin/default/config.json @@ -1,6 +1,6 @@ { "name":"默认主题", - "ver":"1.9.3", + "ver":"2.0.0", "author":"Devil", "home":"https://shopxo.net/" } \ No newline at end of file