feat/task1-c-wallet
Devil 2020-11-26 22:35:09 +08:00
parent a67754f8c0
commit cd414b3104
14 changed files with 14 additions and 12 deletions

View File

@ -1,6 +1,6 @@
{ {
"name":"默认主题", "name":"默认主题",
"ver":"1.9.1", "ver":"1.9.2",
"author":"Devil", "author":"Devil",
"home":"https://shopxo.net/" "home":"https://shopxo.net/"
} }

View File

@ -30,6 +30,7 @@ return array(
'1.8.1' => array('value' => '1.8.1', 'name' => 'v1.8.1'), '1.8.1' => array('value' => '1.8.1', 'name' => 'v1.8.1'),
'1.9.0' => array('value' => '1.9.0', 'name' => 'v1.9.0'), '1.9.0' => array('value' => '1.9.0', 'name' => 'v1.9.0'),
'1.9.1' => array('value' => '1.9.1', 'name' => 'v1.9.1'), '1.9.1' => array('value' => '1.9.1', 'name' => 'v1.9.1'),
'1.9.2' => array('value' => '1.9.2', 'name' => 'v1.9.2'),
), ),
// 用户注册类型列表 // 用户注册类型列表

View File

@ -9,6 +9,7 @@
web端 web端
1. 后台管理小程序列表新增主题管理 1. 后台管理小程序列表新增主题管理
2. 分类管理组件优化、支持异步无刷新操作 2. 分类管理组件优化、支持异步无刷新操作
3. 顶部小导航/logo位置新增钩
小程序 小程序
1. 支付订单0金额错误修复 1. 支付订单0金额错误修复

View File

@ -13,7 +13,7 @@
if(version_compare(PHP_VERSION,'5.6.0','<')) die('PHP版本最低 5.6.0'); if(version_compare(PHP_VERSION,'5.6.0','<')) die('PHP版本最低 5.6.0');
// 系统版本 // 系统版本
define('APPLICATION_VERSION', 'v1.9.1'); define('APPLICATION_VERSION', 'v1.9.2');
// 定义系统目录分隔符 // 定义系统目录分隔符
define('DS', '/'); define('DS', '/');

View File

@ -1,6 +1,6 @@
{ {
"name":"默认主题", "name":"默认主题",
"ver":"1.9.1", "ver":"1.9.2",
"author":"Devil", "author":"Devil",
"home":"https://shopxo.net/" "home":"https://shopxo.net/"
} }

View File

@ -1,5 +1,5 @@
<template name="copyright"> <template name="copyright">
<view class="copyright"> <view class="copyright">
<view class="text">Powered by ShopXO v1.9.1</view> <view class="text">Powered by ShopXO v1.9.2</view>
</view> </view>
</template> </template>

View File

@ -1,6 +1,6 @@
{ {
"name":"默认主题", "name":"默认主题",
"ver":"1.9.1", "ver":"1.9.2",
"author":"Devil", "author":"Devil",
"home":"https://shopxo.net/" "home":"https://shopxo.net/"
} }

View File

@ -1,5 +1,5 @@
<template name="copyright"> <template name="copyright">
<view class="copyright"> <view class="copyright">
<view class="text">Powered by ShopXO v1.9.1</view> <view class="text">Powered by ShopXO v1.9.2</view>
</view> </view>
</template> </template>

View File

@ -1,6 +1,6 @@
{ {
"name":"默认主题", "name":"默认主题",
"ver":"1.9.1", "ver":"1.9.2",
"author":"Devil", "author":"Devil",
"home":"https://shopxo.net/" "home":"https://shopxo.net/"
} }

View File

@ -1,5 +1,5 @@
<template name="copyright"> <template name="copyright">
<view class="copyright"> <view class="copyright">
<view class="text">Powered by ShopXO v1.9.1</view> <view class="text">Powered by ShopXO v1.9.2</view>
</view> </view>
</template> </template>

View File

@ -1,6 +1,6 @@
{ {
"name":"默认主题", "name":"默认主题",
"ver":"1.9.1", "ver":"1.9.2",
"author":"Devil", "author":"Devil",
"home":"https://shopxo.net/" "home":"https://shopxo.net/"
} }

View File

@ -1,5 +1,5 @@
<template name="copyright"> <template name="copyright">
<view class="copyright"> <view class="copyright">
<view class="text">Powered by ShopXO v1.9.1</view> <view class="text">Powered by ShopXO v1.9.2</view>
</view> </view>
</template> </template>

View File

@ -1,6 +1,6 @@
{ {
"name":"默认主题", "name":"默认主题",
"ver":"1.9.1", "ver":"1.9.2",
"author":"Devil", "author":"Devil",
"home":"https://shopxo.net/" "home":"https://shopxo.net/"
} }

View File

@ -1,5 +1,5 @@
<template name="copyright"> <template name="copyright">
<view class="copyright"> <view class="copyright">
<view class="text">Powered by ShopXO v1.9.1</view> <view class="text">Powered by ShopXO v1.9.2</view>
</view> </view>
</template> </template>