提交 7dec4404 编写于 作者: D Devil

自提地址切换优化

上级 75c59736
......@@ -77,7 +77,7 @@
<div class="am-form-group">
<label>{{$data.common_app_weixin_liveplayer_ver.name}}</label>
<div class="am-alert am-alert-warning">
<p>1. 获取最新组件版本号,默认[ 1.2.8 ]</p>
<p>1. 获取最新组件版本号,默认[ 1.2.10 ]</p>
<p>2. 登录微信小程序平台,左侧导航[ 直播 ],申请直播权限后等待审核通过方可使用</p>
<p>3. 点击左侧导航[ 小程序直播->接入说明 ],找到[ 使用方法说明->1. 【直播组件】如何引入 ],json 代码串[ plugins->live-player-plugin ]参数下的[ version ]的值填入</p>
<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/liveplayer/live-player-plugin.html" target="_blank">去获取组件版本号 <i class="am-icon-external-link"></i></a>
......
......@@ -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)
......
......@@ -13,6 +13,7 @@
9. 非兼容模式去掉index.php
10. 已完成订单退数量,则释放销量
11. 自提取货点新增logo图片
12. 自提地址可根据用户位置最近排序
web端
1. 编辑器图片、附件、视频多选支持按照顺序选择插入编辑器
......@@ -31,6 +32,7 @@ web端
插件
1. 应用商店(在线自动安装应用插件、开发者提供优质插件、VIP授权管理)
2. 新增主题自动切换插件
3. 分销插件支持自提地址切换
+=========================================================+
......
......@@ -28,7 +28,7 @@ if(substr($cdn_public_host, -1) != DS)
// 配置信息
return [
// 开发模式
'is_develop' => false,
'is_develop' => true,
// 默认编码
'default_charset' => 'utf-8',
......
{
"name":"默认主题",
"ver":"1.9.3",
"ver":"2.0.0",
"author":"Devil",
"home":"https://shopxo.net/"
}
\ No newline at end of file
{
"name":"默认主题",
"ver":"1.9.3",
"ver":"2.0.0",
"author":"Devil",
"home":"https://shopxo.net/"
}
\ No newline at end of file
{
"name":"默认主题",
"ver":"1.9.3",
"ver":"2.0.0",
"author":"Devil",
"home":"https://shopxo.net/"
}
\ No newline at end of file
{
"name":"默认主题",
"ver":"1.9.3",
"ver":"2.0.0",
"author":"Devil",
"home":"https://shopxo.net/"
}
\ No newline at end of file
{
"name":"默认主题",
"ver":"1.9.3",
"ver":"2.0.0",
"author":"Devil",
"home":"https://shopxo.net/"
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册