提交 7cfcd510 编写于 作者: D devil

1.9.0 startup

上级 07327a7a
......@@ -28,6 +28,7 @@ return array(
'1.7.0' => array('value' => '1.7.0', 'name' => 'v1.7.0'),
'1.8.0' => array('value' => '1.8.0', 'name' => 'v1.8.0'),
'1.8.1' => array('value' => '1.8.1', 'name' => 'v1.8.1'),
'1.9.0' => array('value' => '1.9.0', 'name' => 'v1.9.0'),
),
// 用户注册类型列表
......
......@@ -13,7 +13,7 @@
if(version_compare(PHP_VERSION,'5.6.0','<')) die('PHP版本最低 5.6.0');
// 系统版本
define('APPLICATION_VERSION', 'v1.8.1');
define('APPLICATION_VERSION', 'v1.9.0');
// 定义系统目录分隔符
define('DS', '/');
......
<template name="copyright">
<view class="copyright">
<view class="text">Powered by ShopXO v1.8.1</view>
<view class="text">Powered by ShopXO v1.9.0</view>
</view>
</template>
\ No newline at end of file
......@@ -194,11 +194,12 @@ Page({
onShareAppMessage() {
var user = app.get_user_cache_info() || null;
var user_id = (user != null && (user.id || null) != null) ? user.id : 0;
var category_id = this.data.params['category_id'] || 0;
var keywords = this.data.params['keywords'] || '';
return {
title: app.data.application_title,
desc: app.data.application_describe,
path: '/pages/goods-search/goods-search?referrer=' + user_id
path: '/pages/goods-search/goods-search?referrer=' + user_id+'&category_id='+category_id+'&keywords='+keywords
};
},
});
<template name="copyright">
<view class="copyright">
<view class="text">Powered by ShopXO v1.8.1</view>
<view class="text">Powered by ShopXO v1.9.0</view>
</view>
</template>
\ No newline at end of file
......@@ -205,10 +205,12 @@ Page({
onShareAppMessage() {
var user = app.get_user_cache_info() || null;
var user_id = (user != null && (user.id || null) != null) ? user.id : 0;
var category_id = this.data.params['category_id'] || 0;
var keywords = this.data.params['keywords'] || '';
return {
title: app.data.application_title,
desc: app.data.application_describe,
path: '/pages/goods-search/goods-search?referrer=' + user_id
path: '/pages/goods-search/goods-search?referrer=' + user_id+'&category_id='+category_id+'&keywords='+keywords
};
},
......
<template name="copyright">
<view class="copyright">
<view class="text">Powered by ShopXO v1.8.1</view>
<view class="text">Powered by ShopXO v1.9.0</view>
</view>
</template>
\ No newline at end of file
......@@ -195,11 +195,12 @@ Page({
onShareAppMessage() {
var user = app.get_user_cache_info() || null;
var user_id = (user != null && (user.id || null) != null) ? user.id : 0;
var category_id = this.data.params['category_id'] || 0;
var keywords = this.data.params['keywords'] || '';
return {
title: app.data.application_title,
desc: app.data.application_describe,
path: '/pages/goods-search/goods-search?referrer=' + user_id
path: '/pages/goods-search/goods-search?referrer=' + user_id+'&category_id='+category_id+'&keywords='+keywords
};
},
});
<template name="copyright">
<view class="copyright">
<view class="text">Powered by ShopXO v1.8.1</view>
<view class="text">Powered by ShopXO v1.9.0</view>
</view>
</template>
\ No newline at end of file
......@@ -195,11 +195,12 @@ Page({
onShareAppMessage() {
var user = app.get_user_cache_info() || null;
var user_id = (user != null && (user.id || null) != null) ? user.id : 0;
var category_id = this.data.params['category_id'] || 0;
var keywords = this.data.params['keywords'] || '';
return {
title: app.data.application_title,
desc: app.data.application_describe,
path: '/pages/goods-search/goods-search?referrer=' + user_id
path: '/pages/goods-search/goods-search?referrer=' + user_id+'&category_id='+category_id+'&keywords='+keywords
};
},
});
<template name="copyright">
<view class="copyright">
<view class="text">Powered by ShopXO v1.8.1</view>
<view class="text">Powered by ShopXO v1.9.0</view>
</view>
</template>
\ No newline at end of file
......@@ -195,10 +195,12 @@ Page({
onShareAppMessage() {
var user = app.get_user_cache_info() || null;
var user_id = (user != null && (user.id || null) != null) ? user.id : 0;
var category_id = this.data.params['category_id'] || 0;
var keywords = this.data.params['keywords'] || '';
return {
title: app.data.application_title,
desc: app.data.application_describe,
path: '/pages/goods-search/goods-search?referrer=' + user_id
path: '/pages/goods-search/goods-search?referrer=' + user_id+'&category_id='+category_id+'&keywords='+keywords
};
},
});
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册