Commit ef38b147 by 汤强勇

Merge branch 'dev' of ssh://gitlab.bigaka.net:2287/Caden/common-templete into dev

# Conflicts:
#	src/main.js
parents 2903a2ed 0956ca92
...@@ -6,7 +6,6 @@ const path = require('path') ...@@ -6,7 +6,6 @@ const path = require('path')
module.exports = { module.exports = {
dev: { dev: {
// Paths // Paths
assetsSubDirectory: 'static', assetsSubDirectory: 'static',
assetsPublicPath: '/', assetsPublicPath: '/',
...@@ -15,7 +14,7 @@ module.exports = { ...@@ -15,7 +14,7 @@ module.exports = {
// Various Dev Server settings // Various Dev Server settings
host: 'localhost', // can be overwritten by process.env.HOST host: 'localhost', // can be overwritten by process.env.HOST
port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
autoOpenBrowser: false, autoOpenBrowser: true,
errorOverlay: true, errorOverlay: true,
notifyOnErrors: true, notifyOnErrors: true,
poll: false, // https://webpack.js.org/configuration/dev-server/#devserver-watchoptions- poll: false, // https://webpack.js.org/configuration/dev-server/#devserver-watchoptions-
...@@ -40,7 +39,7 @@ module.exports = { ...@@ -40,7 +39,7 @@ module.exports = {
// https://vue-loader.vuejs.org/en/options.html#cachebusting // https://vue-loader.vuejs.org/en/options.html#cachebusting
cacheBusting: true, cacheBusting: true,
cssSourceMap: true cssSourceMap: true,
}, },
build: { build: {
...@@ -71,6 +70,6 @@ module.exports = { ...@@ -71,6 +70,6 @@ module.exports = {
// View the bundle analyzer report after build finishes: // View the bundle analyzer report after build finishes:
// `npm run build --report` // `npm run build --report`
// Set to `true` or `false` to always turn it on or off // Set to `true` or `false` to always turn it on or off
bundleAnalyzerReport: process.env.npm_config_report bundleAnalyzerReport: process.env.npm_config_report,
} },
} }
...@@ -2994,6 +2994,14 @@ ...@@ -2994,6 +2994,14 @@
"stream-shift": "^1.0.0" "stream-shift": "^1.0.0"
} }
}, },
"echarts": {
"version": "4.2.0-rc.2",
"resolved": "https://registry.npmjs.org/echarts/-/echarts-4.2.0-rc.2.tgz",
"integrity": "sha512-5Y4Kyi4eNsRM9Cnl7Q8C6PFVjznBJv1VIiMm/VSQ9zyqeo+ce1695GqUd9v4zfVx+Ow1gnwMJX67h0FNvarScw==",
"requires": {
"zrender": "4.0.5"
}
},
"ee-first": { "ee-first": {
"version": "1.1.1", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
...@@ -4234,14 +4242,12 @@ ...@@ -4234,14 +4242,12 @@
"balanced-match": { "balanced-match": {
"version": "1.0.0", "version": "1.0.0",
"bundled": true, "bundled": true,
"dev": true, "dev": true
"optional": true
}, },
"brace-expansion": { "brace-expansion": {
"version": "1.1.11", "version": "1.1.11",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"balanced-match": "^1.0.0", "balanced-match": "^1.0.0",
"concat-map": "0.0.1" "concat-map": "0.0.1"
...@@ -4256,20 +4262,17 @@ ...@@ -4256,20 +4262,17 @@
"code-point-at": { "code-point-at": {
"version": "1.1.0", "version": "1.1.0",
"bundled": true, "bundled": true,
"dev": true, "dev": true
"optional": true
}, },
"concat-map": { "concat-map": {
"version": "0.0.1", "version": "0.0.1",
"bundled": true, "bundled": true,
"dev": true, "dev": true
"optional": true
}, },
"console-control-strings": { "console-control-strings": {
"version": "1.1.0", "version": "1.1.0",
"bundled": true, "bundled": true,
"dev": true, "dev": true
"optional": true
}, },
"core-util-is": { "core-util-is": {
"version": "1.0.2", "version": "1.0.2",
...@@ -4386,8 +4389,7 @@ ...@@ -4386,8 +4389,7 @@
"inherits": { "inherits": {
"version": "2.0.3", "version": "2.0.3",
"bundled": true, "bundled": true,
"dev": true, "dev": true
"optional": true
}, },
"ini": { "ini": {
"version": "1.3.5", "version": "1.3.5",
...@@ -4399,7 +4401,6 @@ ...@@ -4399,7 +4401,6 @@
"version": "1.0.0", "version": "1.0.0",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"number-is-nan": "^1.0.0" "number-is-nan": "^1.0.0"
} }
...@@ -4414,7 +4415,6 @@ ...@@ -4414,7 +4415,6 @@
"version": "3.0.4", "version": "3.0.4",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"brace-expansion": "^1.1.7" "brace-expansion": "^1.1.7"
} }
...@@ -4422,14 +4422,12 @@ ...@@ -4422,14 +4422,12 @@
"minimist": { "minimist": {
"version": "0.0.8", "version": "0.0.8",
"bundled": true, "bundled": true,
"dev": true, "dev": true
"optional": true
}, },
"minipass": { "minipass": {
"version": "2.2.4", "version": "2.2.4",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"safe-buffer": "^5.1.1", "safe-buffer": "^5.1.1",
"yallist": "^3.0.0" "yallist": "^3.0.0"
...@@ -4448,7 +4446,6 @@ ...@@ -4448,7 +4446,6 @@
"version": "0.5.1", "version": "0.5.1",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"minimist": "0.0.8" "minimist": "0.0.8"
} }
...@@ -4529,8 +4526,7 @@ ...@@ -4529,8 +4526,7 @@
"number-is-nan": { "number-is-nan": {
"version": "1.0.1", "version": "1.0.1",
"bundled": true, "bundled": true,
"dev": true, "dev": true
"optional": true
}, },
"object-assign": { "object-assign": {
"version": "4.1.1", "version": "4.1.1",
...@@ -4542,7 +4538,6 @@ ...@@ -4542,7 +4538,6 @@
"version": "1.4.0", "version": "1.4.0",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"wrappy": "1" "wrappy": "1"
} }
...@@ -4664,7 +4659,6 @@ ...@@ -4664,7 +4659,6 @@
"version": "1.0.2", "version": "1.0.2",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"code-point-at": "^1.0.0", "code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0", "is-fullwidth-code-point": "^1.0.0",
...@@ -11903,6 +11897,11 @@ ...@@ -11903,6 +11897,11 @@
"dev": true "dev": true
} }
} }
},
"zrender": {
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/zrender/-/zrender-4.0.5.tgz",
"integrity": "sha512-SintgipGEJPT9Sz2ABRoE4ZD7Yzy7oR7j7KP6H+C9FlbHWnLUfGVK7E8UV27pGwlxAMB0EsnrqhXx5XjAfv/KA=="
} }
} }
} }
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
}, },
"dependencies": { "dependencies": {
"axios": "^0.18.0", "axios": "^0.18.0",
"echarts": "^4.2.0-rc.2",
"element-ui": "^2.4.9", "element-ui": "^2.4.9",
"vue": "^2.5.2", "vue": "^2.5.2",
"vue-router": "^3.0.1", "vue-router": "^3.0.1",
......
.gray {
color: rgba(115, 135, 156, 0.4);
}
.star-red {
color: #ff0000;
}
.clear {
clear: both;
}
.title {
font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
font-weight: 700;
font-style: normal;
font-size: 14px;
color: #73879c;
text-align: left;
}
.title-center {
font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
font-weight: 700;
font-style: normal;
font-size: 14px;
color: #73879c;
text-align: center;
}
...@@ -22,4 +22,4 @@ sup,sub{vertical-align:baseline} ...@@ -22,4 +22,4 @@ sup,sub{vertical-align:baseline}
html {overflow-x: hidden;height: 100%;font-size: 50px;-webkit-tap-highlight-color: transparent;} html {overflow-x: hidden;height: 100%;font-size: 50px;-webkit-tap-highlight-color: transparent;}
body {font-family: Arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, sans-serif;color: #333;font-size: .28em;line-height: 1;-webkit-text-size-adjust: none;} body {font-family: Arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, sans-serif;color: #333;font-size: .28em;line-height: 1;-webkit-text-size-adjust: none;}
hr {height: .02rem;margin: .1rem 0;border: medium none;border-top: .02rem solid #cacaca;} hr {height: .02rem;margin: .1rem 0;border: medium none;border-top: .02rem solid #cacaca;}
a {color: #25a4bb;text-decoration: none;} a {color: #0000FF;text-decoration: none;}
<template>
<el-main>
<el-table :data="dataList">
<el-table-column prop="id" label="id" width="140">
</el-table-column>
<el-table-column prop="push_state" label="状态" width="120">
</el-table-column>
<el-table-column prop="title" label="title">
</el-table-column>
<el-table-column label="time">
<template slot-scope="scope">
{{scope.row.push_time | fomatDate}}
</template>
</el-table-column>
</el-table>
</el-main>
</template>
<script>
export default {
data () {
return {
dataList: []
}
},
created () {
this.getDataList()
},
methods: {
getDataList () {
this.axios.get('/static/getStoreNoticeListByPageAction.json').then(res => {
if (res && res.data && res.data.data) {
const { dataList } = res.data.data
this.dataList = dataList
}
})
}
}
}
</script>
<style>
.el-main {
width: 100%;
}
</style>
<template>
<div class="materialist">
<el-carousel :interval="4000" type="card" height="200px" :autoplay="false" trigger="click" arrow="never">
<el-carousel-item v-for="(item, index) in MateriaList" :key="index">
<img :src="item.imgUrl">
</el-carousel-item>
</el-carousel>
</div>
</template>
<script>
export default {
data () {
return {
MateriaList: [
{
imgUrl: 'http://img.zcool.cn/community/0125fd5770dfa50000018c1b486f15.jpg@1280w_1l_2o_100sh.jpg'
},
{
imgUrl: 'http://img.zcool.cn/community/0125fd5770dfa50000018c1b486f15.jpg@1280w_1l_2o_100sh.jpg'
},
{
imgUrl: 'http://img.zcool.cn/community/0125fd5770dfa50000018c1b486f15.jpg@1280w_1l_2o_100sh.jpg'
},
{
imgUrl: 'http://img.zcool.cn/community/0125fd5770dfa50000018c1b486f15.jpg@1280w_1l_2o_100sh.jpg'
},
{
imgUrl: 'http://img.zcool.cn/community/0125fd5770dfa50000018c1b486f15.jpg@1280w_1l_2o_100sh.jpg'
}
]
}
}
}
</script>
<style lang="stylus" scoped>
.materialist
.el-carousel__item:nth-child(2n)
background-color #99a9bf
.el-carousel__item:nth-child(2n+1)
background-color #d3dce6
</style>
<template>
<div class="marketing-total">
<span class="demonstration">显示总数</span>
<el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page.sync="currentPage1" :page-size="100" layout="total, prev, pager, next" :total="1000">
</el-pagination>
</div>
</template>
<script>
export default {
data () {
return {
currentPage1: 5
}
},
methods: {
handleSizeChange (val) {
console.log(`每页 ${val} 条`)
},
handleCurrentChange (val) {
console.log(`当前页: ${val}`)
}
}
}
</script>
...@@ -3,7 +3,3 @@ import moment from 'moment' ...@@ -3,7 +3,3 @@ import moment from 'moment'
export function fomatDate (value, format) { export function fomatDate (value, format) {
return moment(value).format(format || 'YYYY-MM-DD, HH:mm:ss') return moment(value).format(format || 'YYYY-MM-DD, HH:mm:ss')
} }
export function fomatDQ (value, format) {
return 'daqianhao'
}
...@@ -5,10 +5,13 @@ import App from './App' ...@@ -5,10 +5,13 @@ import App from './App'
import router from './router' import router from './router'
import ElementUI from 'element-ui' import ElementUI from 'element-ui'
import './assets/styles/reset.css' import './assets/styles/reset.css'
import './assets/styles/common.css'
import 'element-ui/lib/theme-chalk/index.css' import 'element-ui/lib/theme-chalk/index.css'
import Axios from 'axios' import Axios from 'axios'
import * as filters from './filters' import * as filters from './filters'
import { http } from './plugin' import { http } from './plugin'
// 引入echarts
import echarts from 'echarts'
Vue.use(ElementUI) Vue.use(ElementUI)
Vue.use(http) Vue.use(http)
Object.keys(filters).forEach(key => { Object.keys(filters).forEach(key => {
...@@ -17,6 +20,7 @@ Object.keys(filters).forEach(key => { ...@@ -17,6 +20,7 @@ Object.keys(filters).forEach(key => {
Vue.config.productionTip = false Vue.config.productionTip = false
Vue.prototype.axios = Axios Vue.prototype.axios = Axios
Vue.prototype.$echarts = echarts
/* eslint-disable no-new */ /* eslint-disable no-new */
new Vue({ new Vue({
......
<template>
<div class="marketing-title">
<el-row class="top-left">
<el-col :span="24">
<span class="top-title title">新建图文素材推送</span>
<span class="top-tips gray">
<span class="star-red">*</span>
<a href="#">微信公众平台</a>的图文素材,通过<a href="#">会员标签</a>分类投放,实现精准投放
</span>
</el-col>
</el-row>
<el-row class="marketing-subtitle">
<el-col :span="5" class="subtitle-img">
<img src="./../../../assets/images/picture.png" class="iconimg">
</el-col>
<el-col :span="18" class="subtitle-tips">
<p>在微信触达域中,公众号作为最通用的触达渠道,微信为品牌号提供了适配大批量会员触达的图文素材触达方式。</p>
<p>
<span>
<i class="el-icon-check"></i>
</span>
通过会员标签画像分群的分批精准推送,建议编辑不同的图文素材面向不同的会员群体。</p>
<p>
<span>
<i class="el-icon-check"></i>
</span>
最大化的利用微信“用户每月只能接受4条”的规则限制,通过舞象云实现多次投放,但每日上限为100次。</p>
<p>
<span>
<i class="el-icon-check"></i>
</span>
大批量的微信消息推送,微信端控制最大为80W/分钟,平台将进行资源的动态优化,请耐心等待,推送成功后将发送邮件通知。</p>
</el-col>
</el-row>
</div>
</template>
<style lang="stylus" scoped>
.marketing-title
height 177px
background-color #fff
.top-left
height 50px
line-height 50px
border-bottom 1px solid gray
margin 0 15px
.top-title
font-weight 400
font-size 20px
.top-tips
padding-left 20px
.top-right
span
padding-right 20px
.marketing-subtitle
height 130px
.subtitle-img
.iconimg
padding 20px 0 0 70px
.subtitle-tips
padding-top 30px
color #73879C
.tips-wechat
padding 30px
</style>
<template> <template>
<div>msg</div> <div class="marketing">
<add-desc></add-desc>
<!-- 步骤 -->
<el-row></el-row>
<div style="height: 300px;">
<el-steps direction="vertical" :active="1">
<el-step title="新建推送名称" description="88888">
</el-step>
<el-step title="选择推送素材"></el-step>
<el-step title="选择推送范围" description="这是一段很长很长很长的描述性文字"></el-step>
<el-step title="预览推送数量"></el-step>
<el-step title="执行推送任务"></el-step>
</el-steps>
</div>
</div>
</template> </template>
<script>
import AddDesc from './components/AddDesc'
export default {
components: {
AddDesc
}
}
</script>
<style lang="stylus" scoped>
.marketing
.marketing-button
margin-top 10px
background-color #fff
height 182px
.button-left, .button-right
padding-left 10px
.left-title
height 50px
line-height 50px
.left-title-name
float left
.left-title-message
float right
padding-right 20px
.left-icon
height 140px
.icon-left
float left
width 50%
.icon-right, .icon-left
padding 20px 0
text-align center
.icon-wechat
font-size 40px
.icon-wechat-msg
font-size 14px
padding-top 10px
.button-right
.right-marketing
padding 20px 0
text-align center
.icon-wechat
font-size 40px
.icon-wechat-msg
font-size 14px
padding-top 10px
.marketing-white
background-color #fff
height 27px
.marketing-tabs
position relative
top -10px
</style>
<template>
<div>
<el-row class="marketing-button" style="display:flex;">
<el-col :span="14" class="button-left">
<div class="left-title button-left" style="flex:2">
<div class="left-title-name">
<span>
<img src="./../../../assets/images/wechat.png">
</span>
<span class="title">微信触达域-公众号</span>
<span class="star-red">*</span>
<a href="#" class="gray">点击新建群发</a>
</div>
<div class="left-title-message">
<span>
<img src="./../../../assets/images/auth.png">
</span>
<!-- <span>已授权</span> -->
</div>
</div>
<div class="left-icon">
<div class="icon-left">
<span class="icon-wechat">
<img src="./../../../assets/images/picture.png">
</span>
<p class="title-center icon-wechat-msg">图文素材消息</p>
</div>
<div class="icon-right">
<span class="icon-wechat">
<img src="./../../../assets/images/temp.png">
</span>
<p class="icon-wechat-msg title-center">营销模板消息</p>
</div>
</div>
</el-col>
<el-col :span="10" class="button-right">
<div class="left-title button-right" style="flex:1">
<div class="left-title-name">
<span>
<img src="./../../../assets/images/message.png">
</span>
<span class="title">移动触达域-短信</span>
<span class="star-red">*</span>
<a href="#" class="gray">点击新建群发</a>
</div>
<div class="left-title-message">
<span>
<img src="./../../../assets/images/unauth.png">
</span>
<!-- <span>未授权</span> -->
</div>
</div>
<div class="right-marketing">
<div>
<span class="icon-wechat">
<img src="./../../../assets/images/message.png">
</span>
<p class="icon-wechat-msg title-center">短信营销消息</p>
</div>
</div>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<div class="marketing-white"></div>
</el-col>
</el-row>
</div>
</template>
<script>
export default {
data () {
return {}
},
components: {},
computed: {},
mounted () {},
methods: {}
}
</script>
<style lang='stylus' scoped>
.marketing-button
margin 8px 0
height 182px
.button-left, .button-right
padding-left 5px
background-color #fff
height 180px
.left-title
height 50px
line-height 50px
.left-title-name
float left
img
width 30px
height 30px
.left-title-message
float right
.left-icon
height 140px
.icon-left
float left
width 50%
.icon-right, .icon-left
padding 20px 0
text-align center
.icon-wechat
font-size 40px
.icon-wechat-msg
font-size 14px
padding-top 10px
.button-right
margin-left 10px
.right-marketing
padding 20px 0
text-align center
img
width 64px
height 64px
.icon-wechat
font-size 40px
.icon-wechat-msg
font-size 14px
padding-top 10px
.marketing-white
background-color #fff
height 27px
</style>
<template>
<div>
<el-col :span="6">
<div id="artChart" :style="{width: '200px', height: '100px'}"></div>
</el-col>
</div>
</template>
<script>
export default {
mounted () {
this.drawLine()
},
methods: {
drawLine () {
// 基于准备好的dom,初始化echarts实例
let myChart = this.$echarts.init(document.getElementById('artChart'))
// 绘制图表
myChart.setOption({
xAxis: {
type: 'category',
show: false
},
yAxis: {
type: 'value',
show: false
},
series: [
{
data: [28, 85, 9, 41, 17, 99, 7],
type: 'line'
}
]
})
}
}
}
</script>
<template>
<div class="article-details">
<div class="title">• 文章详情</div>
<el-row :gutter="20" v-for="(item,index) in datalist" :key="index">
<el-col :span="6">
<div class="article-img">
<img :src="item.img" class="img-size">
</div>
</el-col>
<el-col :span="10">
<div class="article-info">
<p>{{item.title}}</p>
<div>
<span>
<i class="el-icon-star-off"></i>
{{item.readnum}}
</span>
<span>
<i class="el-icon-star-on"></i>
{{item.readtime}}
</span>
<span>
<i class="el-icon-sold-out"></i>
{{item.originreadnum}}
</span>
<span>
<i class="el-icon-share"></i>
{{item.originreadtime}}
</span>
</div>
</div>
</el-col>
<article-chart></article-chart>
</el-row>
</div>
</template>
<script>
import ArticleChart from './ArticleChart'
export default {
data () {
return {
datalist: []
}
},
components: {
ArticleChart
},
created () {
this.GetArticleDetail()
},
methods: {
GetArticleDetail () {
this.axios.get('static/article-details.json').then(res => {
this.datalist = res.data.datalist
})
}
}
}
</script>
<style lang="stylus" scoped>
.article-details
background-color #fff
border-top 1px solid #ccc
padding 0 10px
.title
height 30px
line-height 30px
.article-img
height 90px
.img-size
width 156px
height 100%
.article-info
p
font-size 16px
height 30px
line-height 30px
span
height 50px
line-height 50px
padding-right 30px
font-size 16px
.el-row
margin-bottom 10px
&:last-child
margin-bottom 0
</style>
<template>
<div>
<div class="marketing-title">
<el-row class="top-left">
<el-col :span="14">
<span class="top-title">营销推送</span>
<span class="top-tips">
<span class="star-red">*</span>
支持<a href="#">会员标签</a>
体系下的精准消息推送</span>
</el-col>
<el-col :span="10" class="top-right">
<span><i class="el-icon-question"></i>营销推送</span>
<span><i class="el-icon-question"></i>营销推送</span>
<span><i class="el-icon-question"></i>营销推送</span>
</el-col>
</el-row>
<el-row></el-row>
<el-row class="marketing-subtitle">
<el-col :span="6" class="subtitle-img">
<span>
<img src="./../../../assets/images/avatar.png">
</span>
</el-col>
<el-col :span="18" class="subtitle-tips">
<div>在全域营销环节中,营销消息推送作为最直接的会员触达方式,在会员标签体系的加持下通过不同的触达域支持无限可能的精准营销。</div>
<div class="tips-wechat">
<el-row>
<el-col :span="12" class="wechat-icon">
<span>
<img src="./../../../assets/images/wechat.png">
</span>
<span>微信触达域-公众号</span>
<span>
<a href="#">
立即授权</a>
</span>
</el-col>
<el-col :span="12" class="wechat-icon">
<span>
<img src="./../../../assets/images/message.png">
</span>
<span>移动触达域-短信</span>
<span>
<a href="#">
前往开通</a>
</span>
</el-col>
</el-row>
</div>
</el-col>
</el-row>
</div>
</div>
</template>
<script>
export default {
data () {
return {}
},
components: {},
computed: {},
mounted () {},
methods: {}
}
</script>
<style lang='stylus' scoped>
.marketing-title
height 177px
background-color #fff
.top-left
height 50px
line-height 50px
border-bottom 1px solid gray
margin 0 15px
.top-title
font-size 20px
color #73879C
text-align left
.top-tips
padding-left 20px
color rgba(115, 135, 156, 0.4)
.top-star
color #FF0000
.top-tag
color #0000FF
.top-right
span
padding-right 20px
font-size 14px
color #496D92
text-align left
.marketing-subtitle
height 130px
.subtitle-img
line-height 130px
padding-left 70px
.subtitle-tips
padding-top 30px
font-family 'PingFangSC-Regular', 'PingFang SC'
font-weight 400
font-style normal
font-size 14px
color #73879C
.tips-wechat
padding 15px
.wechat-icon
img
width 30px
height 30px
</style>
...@@ -3,14 +3,21 @@ ...@@ -3,14 +3,21 @@
<el-tab-pane label="图文素材消息" name="first"> <el-tab-pane label="图文素材消息" name="first">
<materia-list></materia-list> <materia-list></materia-list>
<push-detail></push-detail> <push-detail></push-detail>
<material-details></material-details>
<article-details></article-details>
</el-tab-pane>
<el-tab-pane label="营销模版消息" name="second">
<temp-list></temp-list>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="营销模版消息" name="second">表格</el-tab-pane>
<el-tab-pane label="短信营销消息" name="third">表格</el-tab-pane> <el-tab-pane label="短信营销消息" name="third">表格</el-tab-pane>
</el-tabs> </el-tabs>
</template> </template>
<script> <script>
import MateriaList from 'components/MateriaList' import MateriaList from './MateriaList'
import PushDetail from 'components/PushList' import PushDetail from './PushList'
import MaterialDetails from './MaterialDetails'
import ArticleDetails from './ArticleDetails'
import TempList from './TempList'
export default { export default {
data () { data () {
...@@ -20,7 +27,10 @@ export default { ...@@ -20,7 +27,10 @@ export default {
}, },
components: { components: {
PushDetail, PushDetail,
MateriaList MateriaList,
MaterialDetails,
ArticleDetails,
TempList
}, },
methods: { methods: {
handleClick (tab, event) { handleClick (tab, event) {
......
<template>
<div class="materialist clear">
<ul>
<li v-for="(item,index) in datalist" :key="index" @click="handleClick(index)">
<img :src="img1" alt="">
</li>
</ul>
</div>
</template>
<script>
import img1 from './../../../assets/images/img1.png'
export default {
data () {
return {
datalist: [],
img1
}
},
created () {
this.getDataList()
},
methods: {
getDataList () {
this.axios.get('static/materialist.json').then(res => {
if (res && res.data) {
this.datalist = res.data.datalist
}
})
},
handleClick (index) {
console.log('li', index)
}
}
}
</script>
<style lang="stylus" scoped>
.materialist
ul
width 100%
height 217px
white-space nowrap
overflow-x auto
margin-bottom 5px
li
display inline-block
margin-left 5px
img
width 240px
height 200px
li img:hover
border 1px solid skyblue
box-shadow 2px 2px 2px skyblue
/* 定义滚动条高宽及背景 */
::-webkit-scrollbar
height 6px
/* 滑块 */
::-webkit-scrollbar-thumb
border-radius 7px
background-color rgba(127, 127, 127, 1)
</style>
<template>
<div>
<el-row>
<el-col :span="24">
<div id="myChart" :style="{width: '100%', height: '300px'}"></div>
</el-col>
</el-row>
</div>
</template>
<script>
export default {
mounted () {
this.drawLine()
},
methods: {
drawLine () {
// 基于准备好的dom,初始化echarts实例
let myChart = this.$echarts.init(document.getElementById('myChart'))
// 绘制图表
myChart.setOption({
tooltip: {
trigger: 'axis'
},
legend: {
data: ['邮件营销', '联盟广告', '视频广告', '直接访问', '搜索引擎']
},
grid: {
left: '3%',
right: '4%',
bottom: '3%',
containLabel: true
},
toolbox: {
feature: {
saveAsImage: {}
}
},
xAxis: {
type: 'category',
boundaryGap: false,
data: ['周一', '周二', '周三', '周四', '周五', '周六', '周日']
},
yAxis: {
type: 'value'
},
series: [
{
name: '邮件营销',
type: 'line',
stack: '总量',
data: [120, 132, 101, 134, 90, 230, 210]
},
{
name: '联盟广告',
type: 'line',
stack: '总量',
data: [220, 182, 191, 234, 290, 330, 310]
}
]
})
}
}
}
</script>
<template>
<div class="materian-details">
<el-row class="detail-top">
<el-col :span="24">
<div class="detail-title">
<span>
<img src="./../../../assets/images/picture.png">
<span class="title">素材详情</span>
<span class="gray">
<span class="star-red">*</span>
素材数据采集自微信公众号平台,详见
<a href="https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421141084">
图文分析数据接口</a>
</span>
</span>
</div>
</el-col>
</el-row>
<material-info></material-info>
<material-chart></material-chart>
</div>
</template>
<script>
import MaterialInfo from './MaterialInfo'
import MaterialChart from './MaterialChart'
export default {
components: {
MaterialInfo,
MaterialChart
}
}
</script>
<style lang="stylus" scoped>
.materian-details
background-color #fff
.detail-top
height 60px
line-height 60px
background-color #fff
padding-left 15px
margin-top 10px
.detail-title
img
width 30px
height 30px
</style>
<template>
<div class="detail-info">
<el-row>
<el-col :span="6">
<div class="detail-left">
<img src="./../../../assets/images/img2.png" class="info-img">
</div>
</el-col>
<el-col :span="18">
<material-text :datalist="datalist"></material-text>
</el-col>
</el-row>
</div>
</template>
<script>
import MaterialText from './MaterialText'
export default {
data () {
return {
datalist: []
}
},
components: {
MaterialText
},
created () {
this.GetMaterianDatail()
},
methods: {
GetMaterianDatail () {
this.axios.get('static/materian-details.json').then(res => {
this.datalist = res.data.datalist[0]
})
}
}
}
</script>
<style lang="stylus" scoped>
.detail-info
.detail-left
margin-right 10px
.info-img
width 100%
height 100%
</style>
<template>
<div class="info-right">
<div class="right-reading">
<el-row>
<el-col :span="4">
<div class="right-range title">目标范围</div>
</el-col>
<el-col :span="10">
<div>累积送达人数:
<span>{{datalist.sendnum}}</span>
</div>
</el-col>
<el-col :span="8">
<div>平台推送次数:
<span>{{datalist.readnum}}</span>
</div>
</el-col>
</el-row>
<el-row class="right-data">
<el-col :span="4">
<div class="title">累计阅读量</div>
</el-col>
<el-col :span="8">
<div class="data-detail">
<p>图文阅读人数:{{datalist.readtime}}</p>
<p>图文阅读次数: {{datalist.readtime}}</p>
<p>原文链接阅读人数:{{datalist.originreadnum}}</p>
<p>原文链接阅读次数:{{datalist.originreadtime}}</p>
</div>
</el-col>
<el-col :span="4">
<div class="title">转化传播量</div>
</el-col>
<el-col :span="8">
<div class="data-detail">
<p>分享人数:{{datalist.readtime}}</p>
<p>加入收藏人数:{{datalist.originreadtime}}</p>
<p>加入收藏次数:{{datalist.readtime}}</p>
</div>
</el-col>
</el-row>
</div>
</div>
</template>
<script>
export default {
props: ['datalist']
}
</script>
<style lang="stylus" scoped>
.info-right
.right-reading
height 50px
line-height 50px
.right-range
padding-left 10px
.right-data
border-top 1px solid #ccc
.title
padding-left 10px
.data-detail
line-height 30px
</style>
<template> <template>
<div class="marketing-detail"> <div class="detail-all clear">
<div> <el-row>
<div v-for="(item, index) in dataList" :key="index" class="detail-single"> <el-col :span="12" v-for="(item, index) in dataList" :key="index">
<div class="detail-top"> <div class="detail-single">
<span class="top-name">{{item.name}}</span> <div class="detail-top">
<div class="top-right"> <span class="top-name detail-title">{{item.name}}</span>
<span class="top-time">{{item.time}}</span> <div class="top-right">
<span class="top-state">{{item.state}}</span> <span class="top-time detail-title">{{item.time}}</span>
<span class="top-state">{{item.state}}</span>
</div>
</div>
<div class="detail-data">
<span>
<span class="detail-title">推送人数:</span> {{item.num}}
<span class="detail-title">推送成功:</span> {{item.suc}}
</span>
<span class="detail-title">失败原因:</span> {{item.suc}}
<span class="detail-title">{{item.type}}</span>
</div>
<div class="detail-node">
<span class="detail-title">创建推送节点:</span> {{item.node}}
</div> </div>
</div> </div>
<div class="detail-data"> </el-col>
<span class="">推送人数: {{item.num}}</span> </el-row>
<span>推送成功: {{item.suc}}</span> <pagination></pagination>
<span>{{item.type}}</span>
</div>
<div class="detail-node">
<span>创建推送节点: {{item.node}}</span>
</div>
</div>
</div>
<!-- <div class="marketing-total">
<span class="demonstration">显示总数</span>
<el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page.sync="currentPage1" :page-size="100" layout="total, prev, pager, next" :total="1000">
</el-pagination>
</div> -->
</div> </div>
</template> </template>
<script> <script>
import Pagination from 'components/Pagination'
export default { export default {
data () { data () {
return { return {
currentPage1: 5,
dataList: [] dataList: []
} }
}, },
components: {
Pagination
},
created () { created () {
this.GetPushDetail() this.GetPushDetail()
}, },
...@@ -45,25 +49,23 @@ export default { ...@@ -45,25 +49,23 @@ export default {
this.dataList = res.data.dataList this.dataList = res.data.dataList
} }
}) })
},
handleSizeChange (val) {
console.log(`每页 ${val} 条`)
},
handleCurrentChange (val) {
console.log(`当前页: ${val}`)
} }
} }
} }
</script> </script>
<style lang="stylus" scoped> <style lang="stylus" scoped>
.marketing-detail .detail-all
.detail-title
font-size 14px
color #496D92
text-align left
.detail-single .detail-single
background-color #eee height 124px
padding 0px 10px background-color rgba(251, 252, 252, 1)
margin-bottom 10px border-radius 5px
box-sizing border-box box-shadow 5px 5px 5px rgba(228, 228, 228, 0.349019)
float left margin 0 15px 15px 0
width 50% padding 0 10px
.detail-top .detail-top
.top-name, .top-right .top-name, .top-right
display inline-block display inline-block
...@@ -71,7 +73,28 @@ export default { ...@@ -71,7 +73,28 @@ export default {
line-height 40px line-height 40px
.top-right .top-right
float right float right
.detail-data, .detail-node .detail-data, .detail-node
height 40px
line-height 40px
</style>
/*
.detail-single
background-color #eee
padding 0px 10px
margin-bottom 10px
box-sizing border-box
float left
width 50%
.detail-top
.top-name, .top-right
display inline-block
height 40px height 40px
line-height 40px line-height 40px
</style> .top-right
float right
.detail-data, .detail-node
height 40px
line-height 40px
*/
<template> <template>
<div class="push-detail"> <div class="push-detail clear">
<div class="detail-top"> <div class="detail-top">
<span> <span>
<i class="el-icon-edit-outline"></i> <img src="./../../../assets/images/push.png">
</span> </span>
<span class="detail-title">推送详情</span> <span class="detail-title title">推送详情</span>
</div> </div>
<detail class="detail-info"></detail> <detail class="detail-info"></detail>
</div> </div>
</template> </template>
<script> <script>
import Detail from './Detail' import Detail from './PushDetail'
export default { export default {
components: { components: {
...@@ -23,9 +23,12 @@ export default { ...@@ -23,9 +23,12 @@ export default {
.push-detail .push-detail
background #fff background #fff
.detail-top .detail-top
height 50px height 40px
line-height 50px line-height 50px
padding 0 15px padding 0 15px
.detail-title img
font-size 14px width 30px
height 30px
.detail-info
padding 10px
</style> </style>
<template>
<div class="temp-list clear">
<div class="temp-button">
<el-button type="text">重置</el-button>
<el-button type="primary">查询</el-button>
</div>
<el-row class="temp-input">
<el-col :span="2">
<div>推送名称:</div>
</el-col>
<el-col :span="4">
<div>
<el-input v-model="input" placeholder="请输入内容"></el-input>
</div>
</el-col>
<el-col :span="2" :offset="2">
<div>推送时间:</div>
</el-col>
<el-col :span="6">
<div>
<el-date-picker v-model="value6" type="daterange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期">
</el-date-picker>
</div>
</el-col>
</el-row>
<el-row class="temp-input">
<el-col :span="2">
<div class="">推送人数:</div>
</el-col>
<el-col :span="4">
<div>
<el-input v-model="input" placeholder="请输入内容"></el-input>
</div>
</el-col>
<el-col :span="1">
<div>
-
</div>
</el-col>
<el-col :span="4">
<div>
<el-input v-model="input" placeholder="请输入内容"></el-input>
</div>
</el-col>
<el-col :span="3" :offset="2">
<div>创建推送节点:</div>
</el-col>
<el-col :span="4">
<div>
<el-select v-model="value" placeholder="请选择">
<el-option v-for="item in options" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</el-select>
</div>
</el-col>
</el-row>
<el-table :data="dataList">
<el-table-column prop="id" label="推送名称" width="140">
</el-table-column>
<el-table-column prop="push_state" label="推送类型" width="120">
</el-table-column>
<el-table-column label="推送时间">
<template slot-scope="scope">
{{scope.row.push_time | fomatDate}}
</template>
</el-table-column>
<el-table-column prop="title" label="推送范围">
</el-table-column>
<el-table-column prop="title" label="推送人数">
</el-table-column>
<el-table-column prop="title" label="推送成功人数">
</el-table-column>
<el-table-column prop="title" label="创建消息节点">
</el-table-column>
<el-table-column prop="title" label="推送进度">
</el-table-column>
</el-table>
</div>
</template>
<script>
export default {
data () {
return {
input: '',
value6: '',
dataList: [],
options: [
{
value: '选项1',
label: '黄金糕'
},
{
value: '选项2',
label: '双皮奶'
},
{
value: '选项3',
label: '蚵仔煎'
},
{
value: '选项4',
label: '龙须面'
},
{
value: '选项5',
label: '北京烤鸭'
}
],
value: ''
}
},
created () {
this.getDataList()
},
methods: {
getDataList () {
this.axios.get('/static/getStoreNoticeListByPageAction.json').then(res => {
if (res && res.data && res.data.data) {
const { dataList } = res.data.data
this.dataList = dataList
}
})
}
}
}
</script>
<style lang="stylus" scoped>
.temp-list
.temp-button
height 50px
// float right
</style>
<template> <template>
<div class="marketing"> <div class="marketing">
<div class="marketing-title"> <marketing-push></marketing-push>
<el-row class="top-left"> <add-message></add-message>
<el-col :span="12">
<span class="top-title">营销推送</span>
<span class="top-tips">* 支持<a href="#">会员标签</a>
体系下的精准消息推送</span>
</el-col>
<el-col :span="12" class="top-right">
<span><i class="el-icon-question"></i>营销推送</span>
<span><i class="el-icon-question"></i>营销推送</span>
<span><i class="el-icon-question"></i>营销推送</span>
</el-col>
</el-row>
<el-row></el-row>
<el-row class="marketing-subtitle">
<el-col :span="5" class="subtitle-img">
<span><i class="el-icon-news iconimg"></i></span>
</el-col>
<el-col :span="18" class="subtitle-tips">
<div>在全域营销环节中,营销消息推送作为最直接的会员触达方式,在会员标签体系的加持下通过不同的触达域支持无限可能的精准营销。</div>
<div class="tips-wechat">
<el-row>
<el-col :span="12">
<span>
<i class="el-icon-news"></i>
</span>
<span>微信触达域-公众号</span>
<span>
<a href="#">
立即授权</a>
</span>
</el-col>
<el-col :span="12">
<span>
<i class="el-icon-message"></i>
</span>
<span>移动触达域-短信</span>
<span>
<a href="#">
前往开通</a>
</span>
</el-col>
</el-row>
</div>
</el-col>
</el-row>
</div>
<el-row class="marketing-button">
<el-col :span="14" class="button-left">
<div class="left-title">
<div class="left-title-name">
<span><i class="el-icon-news"></i></span>
<span>微信触达域-公众号</span>
<span>*</span>
<a href="#">点击新建群发</a>
</div>
<div class="left-title-message">
<span><i class="el-icon-success"></i></span>
<span>已授权</span>
</div>
</div>
<div class="left-icon">
<div class="icon-left">
<span class="icon-wechat">
<i class="el-icon-picture-outline"></i>
</span>
<p class="icon-wechat-msg">图文素材消息</p>
</div>
<div class="icon-right">
<span class="icon-wechat">
<i class="el-icon-document"></i>
</span>
<p class="icon-wechat-msg">营销模板消息</p>
</div>
</div>
</el-col>
<el-col :span="10" class="button-right">
<div class="left-title">
<div class="left-title-name">
<span><i class="el-icon-message"></i></span>
<span>移动触达域-短信</span>
<span>*</span>
<a href="#">点击新建群发</a>
</div>
<div class="left-title-message">
<span><i class="el-icon-success"></i></span>
<span>未授权</span>
</div>
</div>
<div class="right-marketing">
<div>
<span class="icon-wechat">
<i class="el-icon-message"></i>
</span>
<p class="icon-wechat-msg">短信营销消息</p>
</div>
</div>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<div class="marketing-white"></div>
</el-col>
</el-row>
<marketing-tab class="marketing-tabs"></marketing-tab> <marketing-tab class="marketing-tabs"></marketing-tab>
</div> </div>
</template> </template>
<script> <script>
import MarketingTab from 'components/Tab/MarketingTab' import MarketingPush from './components/MarketingPush'
import AddMessage from './components/AddMessage'
import MarketingTab from './components/MarketingTab'
export default { export default {
components: { components: {
MarketingPush,
AddMessage,
MarketingTab MarketingTab
} }
} }
...@@ -120,72 +22,7 @@ export default { ...@@ -120,72 +22,7 @@ export default {
<style lang="stylus" scoped> <style lang="stylus" scoped>
.marketing .marketing
.marketing-title
height 177px
background-color #fff
.top-left
height 50px
line-height 50px
border-bottom 1px solid gray
margin 0 15px
.top-title
font-size 20px
.top-tips
padding-left 20px
.top-right
span
padding-right 20px
.marketing-subtitle
height 130px
.subtitle-img
.iconimg
font-size 70px
line-height 130px
padding-left 70px
.subtitle-tips
padding-top 30px
.tips-wechat
padding 30px
.marketing-button
margin-top 10px
background-color #fff
height 182px
.button-left, .button-right
padding-left 10px
.left-title
height 50px
line-height 50px
.left-title-name
float left
.left-title-message
float right
padding-right 20px
.left-icon
height 140px
.icon-left
float left
width 50%
.icon-right, .icon-left
padding 20px 0
text-align center
.icon-wechat
font-size 40px
.icon-wechat-msg
font-size 14px
padding-top 10px
.button-right
.right-marketing
padding 20px 0
text-align center
.icon-wechat
font-size 40px
.icon-wechat-msg
font-size 14px
padding-top 10px
.marketing-white
background-color #fff
height 27px
.marketing-tabs .marketing-tabs
position relative position relative
top -10px top -15px
</style> </style>
...@@ -2,6 +2,7 @@ import Vue from 'vue' ...@@ -2,6 +2,7 @@ import Vue from 'vue'
import Router from 'vue-router' import Router from 'vue-router'
Vue.use(Router) Vue.use(Router)
export default new Router({ export default new Router({
mode: 'history',
routes: [ routes: [
{ {
path: '/', path: '/',
......
{
"datalist": [
{
"img": "static/image/article1.png",
"title": "马云张勇",
"readnum": 1111,
"readtime": 6,
"originreadnum": 111,
"originreadtime": 77
},
{
"img": "static/image/article2.png",
"title": "全面揭秘阿里",
"readnum": 6,
"readtime": 2,
"originreadnum": 111,
"originreadtime": 9
},
{
"img": "static/image/article3.png",
"title": "7-eleven",
"readnum": 2,
"readtime": 8,
"originreadnum": 111,
"originreadtime": 1
}
]
}
...@@ -30,76 +30,6 @@ ...@@ -30,76 +30,6 @@
"update_time": 1514373692000, "update_time": 1514373692000,
"push_time": 1514373692000, "push_time": 1514373692000,
"push_state": 2 "push_state": 2
},
{
"create_time": 1512622401000,
"content_text": " 舞象公有云版本V6.4.0发布,本版本以舞象云-储值体系为主,加入了其他优化功能点,详情如下: 使用储值功能前请特别注意: 两种储值方案仅可选择一种开启,且开启后暂无法关闭,请谨慎启用。 为匹配不同的业务模式,目前舞象云提供2种储值方案: 再次提醒:您只能选择1种储值方案。 一、以舞象云为中心的储值方案,适用于现有无储值业务的商户; 二、以现有储值系统为中心,以舞象云作为会员查看余额及线上余额消费的入口(需完成系统对接)。 点击查看详细教程。 【运营中心】-【会员中心】-【储值】1·优化了储值方案配置页面,新增舞象云-储值体系的相关方案配置,包括: ·新增了未开启储值功能时,针对不同方案的说明。 ·新增了舞象���-储值的基础配置功能。 ·新增了开启舞象云-储值方案后,线上充值阶梯的设置,并支持充值送的储值营销。完成配置后,商城将开放线上充值入口。 ·新增了开启舞象云-储值方案后,储值异常警报的设置,控制储值系统风险、监控并组织异常交易。 ·新增了适配线下余额支付场景的安全控制-微信动态码功能,开启后原微信会员卡固定二维码将以动态码的方式定时刷新呈现。2·优化了原余额管理模块,统计商户余额总账的同时,可查询单个会员的余额账户及交易明细。3·优化了原交易流水模块,统计及记录余额变动交易的关联信息。4·新增了充值码管理功能,在充值阶梯设置完成后,可针对创建的充值阶梯生成指定数量的固定金额充值兑换码,可用于商城兑换。(不建议使用兑换码完成线下实体卡销售的场景)5·新增了异常日志功能,基于储值异常警报的设置,���录账户异常拦截信息。6·新增了导出任务功能,可查看充值码导出等后台生成数据任务状态。 【商城】-【储值相关】 商城中在会员中心及订单流程中,根据后台配置,新增了线上充值入口及整体充值流程。优化了原储值余额使用流程体验。 【运营中心】—其他功能 【销售中心】-【商品】-【商品标签管理】新增了商品标签功能,新建标签后可在线上商品维护列表为商品打上标签,便于商品管理。商品标签将不会显示在��城。 【渠道中心】-【门店】-【组织管理】新增了门店节点数据导出功能,可导出上级管理门店信息。 【会员中心】-【会员详情】会员详情页面中优惠券tab在优惠券使用记录中新增了对应优惠券码信息。 【销售中心】-【商品】-【规格组管理】新增了针对规格组的排序权重配置,可控制商城规格组+规格的显示顺序。 【销售中心】-【商城】-���弹窗广告】新增了弹窗广告功能,可在会员首次访问商城时弹出指定图片,点击后跳转至指定链接。 【销售中心】-【商品】-【商品分类】新增了商品分类是否在商城显示的开关。 优化了线上商品维护中编码填充的相关逻辑:新增/变更商品编码时,SKUCODE将不自动生成。 优化了线下订单列表及详情页的字段显示。 优化了员工信息报表导出的内容。 【店客源】 【门店】-【优惠券/发优惠券】新增了根据运营中心优惠券配置,店客源可定向发送优惠券至指定(注册在对应门店下)会员账户的功能,适配营销场景的门店化。 对iOS的��级版本进行了适配优化。 PS:店客源版本更新请关注iOS及安卓市场的更新通知。 以上功能如果在后台没有相应的菜单,经销店请先联系总部查询权限是否开放,总店请联系舞象云运营经理申请开放相应权限。 更多教程请查看商户社区运营教程中心。",
"content": "<div style=\"letter-spacing: 3px;line-height:33px\"><p style=\"line-height:150%\"><span style=\";font-family:宋体;color:rgb(63,63,63);font-size:14px\"><span style=\"font-family:宋体\">&nbsp; 舞象公有云版本</span>V6.4.0发布,本版本以舞象云-储值体系为主,加入了其他优化功能点,详情如下:</span></p><p style=\"line-height:150%\"><span style=\";font-family:宋体;color:rgb(63,63,63);font-size:14px\"><br/></span></p><p style=\"line-height:150%\"><span style=\";font-family:宋体;color:rgb(63,63,63);font-size:14px\">&nbsp;<span style=\"font-family: 宋体; font-size: 14px; color: rgb(255, 0, 0);\">使用储值功能前请特别<span style=\"font-family: 宋体; font-size: 14px;\">注意</span>:</span>&nbsp;</span><span style=\"color: rgb(255, 0, 0); font-family: 宋体; font-size: 14px;\">&nbsp;</span></p><p style=\"line-height:150%\"><span style=\"font-family: 宋体; font-size: 14px; color: rgb(255, 0, 0);\">&nbsp;两种储值方案仅可选择一种开启,且开启后暂无法关闭,请谨慎启用。</span></p><p style=\"line-height:150%\"><span style=\"font-family: 宋体; font-size: 14px; color: rgb(255, 0, 0);\">&nbsp;</span><span style=\"font-size: 14px; color: rgb(255, 0, 0); font-family: 宋体;\"></span></p><p style=\"line-height:150%\"><span style=\";font-family:宋体;color:rgb(63,63,63);font-size:14px\">&nbsp;为匹配不同的业务模式,目前舞象云提供2种储值方案:</span></p><p style=\"line-height:150%\"><span style=\"text-decoration: underline; font-family: 宋体; font-size: 14px; color: rgb(54, 96, 146);\">&nbsp;再次提醒:您只能选择1种储值方案。</span></p><p style=\"line-height:150%\"><span style=\"font-family: 宋体; font-size: 14px; text-decoration: underline; color: rgb(54, 96, 146);\">&nbsp;一、以舞象云为中心的储值方案,适用于现有无储值业务的商户;</span></p><p style=\"line-height:150%\"><span style=\"font-family: 宋体; font-size: 14px; text-decoration: underline; color: rgb(54, 96, 146);\">&nbsp;二、以现有储值系统为中心,以舞象云作为会员查看余额及线上余额消费的入口(需完成系统对接)。</span></p><p style=\"line-height:150%\"><span style=\"font-family:宋体;color:rgb(63,63,63);font-size:14px\"><strong><span style=\"color: rgb(63, 63, 63); font-family: 宋体; font-size: 14px; letter-spacing: 3px;\">&nbsp;<a href=\"http://help.bigaka.com/2017/12/07/%E5%A6%82%E4%BD%95%E9%80%89%E6%8B%A9%E4%B8%8E%E4%B8%9A%E5%8A%A1%E6%A8%A1%E5%BC%8F%E7%9B%B8%E5%8C%B9%E9%85%8D%E7%9A%84%E5%82%A8%E5%80%BC%E6%96%B9%E6%A1%88%EF%BC%9F/\" target=\"_self\">点击查看详细教程</a></span></strong></span>。</p><p style=\"line-height:150%\"><br/></p><p style=\"line-height:150%\"><span style=\";font-family:宋体;color:rgb(63,63,63);font-size:14px\">&nbsp;<span style=\"font-family: 宋体; color: rgb(63, 63, 63); font-size: 14px; letter-spacing: 3px;\">【运营中心】</span><span style=\"color: rgb(63, 63, 63); font-family: 宋体; font-size: 14px; letter-spacing: 3px;\">-【会员中心】-【储值】</span></span></p><p style=\"margin-left:28px;line-height:150%\"><span style=\"font-family:宋体;color:rgb(63,63,63);font-size:14px\">1<span style=\"color: rgb(63, 63, 63); font-family: 宋体; font-size: 14px; letter-spacing: 3px;\">·</span><span style=\"font-family:宋体\">优化了储值方案配置页面,新增舞象云</span>-储值体系的相关方案配置,包括:</span></p><p style=\"margin-left:28px;line-height:150%\"><span style=\"color: rgb(63, 63, 63); font-size: 14px; font-family: 宋体;\">&nbsp;·新增了未开启储值功能时,针对不同方案的说明。</span></p><p style=\"margin-left:28px;line-height:150%\"><span style=\"font-family:宋体;color:rgb(63,63,63);font-size:14px\"><span style=\"color: rgb(63, 63, 63); font-family: 宋体; font-size: 14px; letter-spacing: 3px;\">&nbsp;·</span><span style=\"font-family:宋体\">新增了舞象云</span>-储值的基础配置功能。</span></p><p style=\"margin-left:28px;line-height:150%\"><span style=\"font-family:宋体;color:rgb(63,63,63);font-size:14px\"><span style=\"color: rgb(63, 63, 63); font-family: 宋体; font-size: 14px; letter-spacing: 3px;\">&nbsp;·</span><span style=\"font-family:宋体\">新增了开启舞象云</span>-储值方案后,线上充值阶梯的设置,并支持充值送的储值营销。完成配置后,商城将开放线上充值入口。</span></p><p style=\"margin-left:28px;line-height:150%\"><span style=\"font-family:宋体;color:rgb(63,63,63);font-size:14px\"><span style=\"color: rgb(63, 63, 63); font-family: 宋体; font-size: 14px; letter-spacing: 3px;\">&nbsp;·</span><span style=\"font-family:宋体\">新增了开启舞象云</span>-储值方案后,储值异常警报的设置,控制储值系统风险、监控并组织异常交易。</span></p><p style=\"margin-left:28px;line-height:150%\"><span style=\"font-family:宋体;color:rgb(63,63,63);font-size:14px\"><span style=\"color: rgb(63, 63, 63); font-family: 宋体; font-size: 14px; letter-spacing: 3px;\">&nbsp;·</span><span style=\"font-family:宋体\">新增了适配线下余额支付场景的安全控制</span>-微信动态码功能,开启后原微信会员卡固定二维码将以动态码的方式定时刷新呈现。</span></p><p style=\"margin-left:28px;line-height:150%\"><span style=\"color: rgb(63, 63, 63); font-size: 14px; font-family: 宋体;\">2<span style=\"color: rgb(63, 63, 63); font-family: 宋体; font-size: 14px; letter-spacing: 3px;\">·</span>优化了原余额管理模块,统计商户余额总账的同时,可查询单个会员的余额账户及交易明细。</span></p><p style=\"margin-left:28px;line-height:150%\"><span style=\"font-family:宋体;color:rgb(63,63,63);font-size:14px\">3<span style=\"color: rgb(63, 63, 63); font-family: 宋体; font-size: 14px; letter-spacing: 3px;\">·</span><span style=\"font-family:宋体\">优化了��交易流水模块,统计及记录余额变动交易的关联信息。</span></span></p><p style=\"margin-left:28px;line-height:150%\"><span style=\"font-family:宋��;color:rgb(63,63,63);font-size:14px\">4<span style=\"color: rgb(63, 63, 63); font-family: 宋体; font-size: 14px; letter-spacing: 3px;\">·</span><span style=\"font-family:宋体\">新增了充值码管理功能,在充值阶梯设置完成后,可针对创建的充值阶梯生成指定数量的固定金额充值兑换码,可用于商城兑换。(不建议使用兑换码完成线下实体卡销售的场景)</span></span></p><p style=\"margin-left:28px;line-height:150%\"><span style=\"font-family:宋体;color:rgb(63,63,63);font-size:14px\"><span style=\"color: rgb(63, 63, 63); font-family: 宋体; font-size: 14px; letter-spacing: 3px;\">5·</span><span style=\"font-family:宋体\">新增了异常日志功能,基于储值异常警报的设置,记录账户异常拦截信息。</span></span></p><p style=\"margin-left:28px;line-height:150%\"><span style=\"font-family:宋体;color:rgb(63,63,63);font-size:14px\">6<span style=\"color: rgb(63, 63, 63); font-family: 宋体; font-size: 14px; letter-spacing: 3px;\">·</span><span style=\"font-family:宋体\">新增了导出任务功能,可查看充值码导出等后台生成数据任务状态。</span></span></p><p style=\"line-height:150%\"><span style=\";font-family:宋体;color:rgb(63,63,63);font-size:14px\">&nbsp;</span></p><p style=\"line-height:150%\"><span style=\";font-family:宋体;color:rgb(63,63,63);font-size:14px\"><span style=\"font-family:宋体\">&nbsp;【商城】</span>-【储值相关】</span></p><p style=\"line-height:150%\"><span style=\"color: rgb(63, 63, 63); font-size: 14px; font-family: 宋体;\">&nbsp; 商城中在会员中心及订单流程中,根据后台配置,新增了线上充值入口及整体充值流程。优化了原储值余额使用流程体验。</span><span style=\"color: rgb(63, 63, 63); font-family: 宋体; font-size: 14px;\">&nbsp;</span></p><p style=\"line-height:150%\"><span style=\"color: rgb(63, 63, 63); font-family: 宋体; font-size: 14px;\"><br/></span></p><p style=\"line-height:150%\"><span style=\"color: rgb(63, 63, 63); font-size: 14px; font-family: 宋体;\">&nbsp;【运营中心】—其他功能</span></p><p style=\"line-height:150%\"><span style=\";font-family:宋体;color:rgb(63,63,63);font-size:14px\"><span style=\"font-family:宋体\">&nbsp;【销售中心】</span>-【商品】-【商品标签管理】新增了商品标签功能,新建标签后可在线上商品维护列表为商品打上标签,便于商品管理。商品标签将不会显示在��城。</span></p><p style=\"line-height:150%\"><span style=\";font-family:宋体;color:rgb(63,63,63);font-size:14px\"><span style=\"font-family:宋体\">&nbsp;【渠道中心】</span>-【门店】-【组织管理】新增了门店节点数据导出功能,可导出上级管理门店信息。</span></p><p style=\"line-height:150%\"><span style=\";font-family:宋体;color:rgb(63,63,63);font-size:14px\"><span style=\"font-family:宋体\">&nbsp;【会员中心】</span>-【会员详情】会员详情页面中优惠券tab在优惠券使用记录中新增了对应优惠券码信息。</span></p><p style=\"line-height:150%\"><span style=\";font-family:宋体;color:rgb(63,63,63);font-size:14px\"><span style=\"font-family:宋体\">&nbsp;【销售中心】</span>-【商品】-【规格组管理】新增了针对规格组的排序权重配置,可控制商城规格组+规格的显示顺序。</span></p><p style=\"line-height:150%\"><span style=\";font-family:宋体;color:rgb(63,63,63);font-size:14px\"><span style=\"font-family:宋体\">&nbsp;【销售中心】</span>-【商城】-【弹窗广告】新增了弹窗广告功能,可在会员首次访问商城时弹出指定图片,点击后跳转至指定链接。</span></p><p style=\"line-height:150%\"><span style=\";font-family:宋体;color:rgb(63,63,63);font-size:14px\"><span style=\"font-family:宋体\">&nbsp;【销售中心】</span>-【商品】-【商品分类】新增了商品分类是否在商城显示的开关。</span></p><p style=\"line-height:150%\"><span style=\";font-family:宋体;color:rgb(63,63,63);font-size:14px\"><span style=\"font-family:宋体\"><span style=\"color: rgb(63, 63, 63); font-family: 宋体; font-size: 14px; letter-spacing: 3px;\">&nbsp;</span>优化了线上商品维护中编码填充的相关逻辑:新增</span>/变更商品编码时,SKUCODE将不自动生成。</span></p><p style=\"line-height:150%\"><span style=\"color: rgb(63, 63, 63); font-size: 14px; font-family: 宋体;\"><span style=\"color: rgb(63, 63, 63); font-family: �����体; font-size: 14px; letter-spacing: 3px;\">&nbsp;</span>优化了线下订单列表及详情页的字段显示。</span></p><p style=\"line-height:150%\"><span style=\"color: rgb(63, 63, 63); font-size: 14px; font-family: 宋体;\"><span style=\"color: rgb(63, 63, 63); font-family: 宋体; font-size: 14px; letter-spacing: 3px;\">&nbsp;</span>优化了员工信息报表导出的内容。</span></p><p style=\"line-height:150%\"><span style=\"color: rgb(63, 63, 63); font-size: 14px; font-family: 宋体;\"><br/></span></p><p style=\"line-height:150%\"><span style=\"color: rgb(63, 63, 63); font-family: 宋体; font-size: 14px;\">&nbsp;【店客源】&nbsp;</span></p><p style=\"line-height:150%\"><span style=\";font-family:宋体;color:rgb(63,63,63);font-size:14px\"><span style=\"font-family:宋体\">&nbsp;【门店】</span>-【优惠券/发优惠券】新增了根据运营中心优惠券配置,店客源可定向发送优惠券至指定(注册在对应门店下)会员账户的功能,适配营销场景的门店化。</span></p><p style=\"line-height:150%\"><span style=\";font-family:宋体;color:rgb(63,63,63);font-size:14px\"><span style=\"font-family:宋体\">&nbsp;对</span>iOS的升级版本进行了适配优化。&nbsp;</span></p><p style=\"line-height:150%\"><span style=\";font-family:宋体;color:rgb(63,63,63);font-size:14px\">&nbsp;PS:店客源版本更新请关注iOS及安卓市场的更新通知。</span></p><p style=\"line-height:150%\"><span style=\";font-family:宋体;color:rgb(63,63,63);font-size:14px\"><br/></span></p><p style=\"line-height:150%\"><span style=\";font-family:宋体;color:rgb(63,63,63);font-size:14px\">&nbsp;<span style=\"font-family: 宋体; font-size: 14px; color: rgb(54, 96, 146);\">以上功能如果在后台没有相应的菜单,经销店请先联系总部查询权限是否开放,总店请联系舞象云运营经理申请开放相应权限。</span></span></p><p style=\"line-height:150%\"><span style=\";font-family:宋体;color:rgb(63,63,63);font-size:14px\">&nbsp; 更多教程请查看<a href=\"http://help.bigaka.com/%E6%95%B0%E6%8D%AE%E4%B8%AD%E5%BF%83%E9%A6%96%E9%A1%B5/\" target=\"_self\">商户社区运营教程中心</a>。</span></p><p><br/></p></div>",
"id": 65,
"title": "舞象公有云V6.4.0版本发布,储值功能上线啦!",
"update_time": 1512694207000,
"push_time": 1512694207000,
"push_state": 2
},
{
"create_time": 1510210767000,
"content_text": "Hi,all:今天公有云V6.3.6版本已发布,更新内容如下:【商品管理】门店增加了安全库存的设置。用户可以通过安全库存的设置,减少超卖情况的发生(路径:销售中心-商品-安全库存管理)。点此查看教程【实物物流管理】升级了商城内每个门店可用的配送方式配置。现在用户可以为每一个门店配置其需要用到的配送方式(快递配送/门店自提,路径:销售中心-商品-实物物流模板)。点击查看教程【会员管理】提供了会员手机号与已经绑定的微信身份和支付宝身份解绑功能(路径:会员中心-圈选-快速查询-会员详情)。满足了原有用户需要更换微信或者支付宝的需求。【支付宝自动登录】支付宝环境会员自动登录功能完成。会员在支付宝环境中进入到商城中时,无需再进行绑定手机号操作。【优惠券】领取优惠券时,不受限制的条件将在领取信息中隐藏。【智能营销】智能营销功能升级,新增了会员消费信息指标及会员基础信息指标的筛选条件。更多教程请前往商户运营社区查看。",
"content": "<div style=\"letter-spacing: 2px;line-height:33px;color:#505050\"><p style=\"line-height:200%\"><span style=\";font-family:宋体;font-size:14px\"><span style=\"font-family:宋体\">Hi,all:</span></span></p><p style=\"line-height: 200%; text-indent: 2em;\"><span style=\";font-family:宋体;font-size:14px\"><span style=\"font-family:宋体\">今天公有云</span>V6.3.6<span style=\"font-family:宋体\">版本已发布,更新内容如下:</span></span></p><p style=\"line-height: 200%; text-indent: 2em;\"><span style=\";font-family:宋体;font-size:14px\">【商品管理】</span></p><p style=\"text-align: justify; line-height: 200%; text-indent: 2em;\"><span style=\";font-family:宋体;font-size:14px\"><span style=\"font-family:宋体\">门店增加了安全库存的设置。用户可以通过安全库存的设置,减少超卖情况的发生(路径:销售中心-商品-安全库存管理)。</span></span><a href=\"http://help.bigaka.com/2017/11/09/%E6%80%8E%E4%B9%88%E7%BB%99%E6%80%BB%E5%BA%97%E6%88%96%E9%97%A8%E5%BA%97%E8%AE%BE%E7%BD%AE%E5%AE%89%E5%85%A8%E5%BA%93%E5%AD%98%E9%98%B2%E6%AD%A2%E8%B6%85%E5%8D%96%EF%BC%9F/\" style=\"font-size: 14px; text-indent: 2em;\">点此查看教程</a></p><p style=\"line-height: 200%; text-indent: 2em;\"><span style=\";font-family:宋体;font-size:14px\">【实物物流管理】</span></p><p style=\"line-height: 200%; text-indent: 2em;\"><span style=\";font-family:宋体;font-size:14px\">升级了商城内每个门店可用的配送方式配置。现在用户可以为每一个门店配置其需要用到的配送方式(快递配送<span style=\"font-family:Calibri\">/</span><span style=\"font-family:宋体\">门店自提,路径:销售中心-商品-实物物流模板)。</span></span><a href=\"http://help.bigaka.com/2017/06/20/%E5%A6%82%E4%BD%95%E8%AE%BE%E7%BD%AE%E7%89%A9%E6%B5%81%E6%8C%87%E5%AE%9A%E9%85%8D%E9%80%81%E6%97%B6%E9%97%B4/\" style=\"font-size: 14px; text-indent: 2em;\">点击查看教程</a></p><p style=\"line-height: 200%; text-indent: 2em;\"><span style=\";font-family:宋体;font-size:14px\">【会员管理】</span></p><p style=\"line-height: 200%; text-indent: 2em;\"><span style=\";font-family:宋体;font-size:14px\">提供了会员手机号与已经绑定的微信身份和支付宝身份解绑功能(路径:会员中心-圈选-快速查询-会员详情)。满足了原有用户需要更换微信或者支付宝的需求。</span></p><p style=\"line-height: 200%; text-indent: 2em;\"><span style=\";font-family:宋体;font-size:14px\">【支付宝自动登录】支付宝环境会员自动登录功能完成。会员在支付宝环境中进入到商城中时,无需再进行绑定手机号操作。</span></p><p style=\"line-height: 200%; text-indent: 2em;\"><span style=\";font-family:宋体;font-size:14px\">【优惠<span style=\"font-family:宋体\">券】领取优惠券时,不受限制的条件将在领取信息中隐藏。</span></span></p><p style=\"line-height: 200%; text-indent: 2em;\"><span style=\";font-family:宋体;font-size:14px\">【智能营销】智能营销功能升级,新增了会员消费信息指标及会员基础信息指标的筛选条件。</span></p><p style=\"line-height: 200%; text-indent: 2em;\"><span style=\";font-family:宋体;font-size:14px\">更多教程请前往</span><span style=\"font-family: 宋体; font-size: 14px; text-decoration: none;\"><a href=\"http://help.bigaka.com/\">商户运营社区</a></span><span style=\";font-family:宋体;font-size:14px\">查看。</span></p></div>",
"id": 63,
"title": "舞象公有云V6.3.6版本更新通知",
"update_time": 1510212571000,
"push_time": 1510212571000,
"push_state": 2
},
{
"create_time": 1509518537000,
"content_text": "Hi all, 舞象公有云版本V6.3.5已发布,本版本为周迭代版本,详情如下:【运营中心】 1、基于【营销中心】-【商城活动】-【满减满赠】功能,合并了原【卡券营销】-【触点送券】中的线下订单满金额送券功能。并满赠线下订单满赠场景指定商品的场景。① 新增适用场景条件,适配全渠道、仅线上(线上商城订单)、仅线下(线下同步订单),对应不同的购买场景。② 新增仅线下场景下,针对POS已优惠的订单是否参与活动。③ 仅线下场景,订单在线下已生成并支付后同步至舞象,因此仅线下场景只可进行送券、送积分动作。减现金、打折动作在线下结算时完成。④ 新增了送券时,可配置1个优惠券的赠送张数(支持多张)。⑤ 线下订单也可适配购买指定商品才可参与活动的限制�� 2、【智能营销】功能中会员筛选节点新增了部分商城浏览条件筛选及部分基础信息时间的相对时间段配置功能。(部分商户内测中) 3、【渠道中心】-【员工管理】-【员工角色】新增了跨门店角色管理功能,上级门店可根据树状图选择指定门店,管理指定门店员工角色。并新增了默认员工角色配置。 4、【渠道中心】-【员工管理】-【员工审核】新增了自动审核通过开关,开启后员工申请将由系统自动审核通过,并配置默认角色。 【功能优化】① 系统图片上传相关功能新增了支持上传gif格式图片,及前端商城的gif动图展示。② 团队相关收益计算金额由原商品的销售金额调整为订单中优惠后的商品均摊金额。",
"content": "<div style=\"font-family: 微软雅黑;line-height:33px;color:#494949; letter-spacing: 2px;\"><p><span style=\"font-family: 宋体; font-size: 14px;\">Hi all</span><span style=\"font-family: 宋体; font-size: 14px;\">,</span></p><p style=\"line-height:200%\"><span style=\";font-family:宋体;font-size:14px\">&nbsp;&nbsp;<span style=\"font-family:宋体\">舞象公有云版本</span>V6.3.5<span style=\"font-family:宋体\">已发布,本版本为周迭代版本,详情如下:</span></span></p><p style=\"line-height:200%\"><strong><span style=\";font-family:宋体;font-size:14px\"><span style=\"font-family:宋体\">【运营中心】</span></span></strong></p><p style=\"line-height:200%\"><span style=\";font-family:宋体;font-size:14px\">&nbsp; &nbsp;1<span style=\"font-family:宋体\">、基于【营销中心】</span><span style=\"font-family:Calibri\">-</span><span style=\"font-family:宋体\">【商城活动】</span><span style=\"font-family:Calibri\">-</span><span style=\"font-family:宋体\">【满减满赠】功能,合并了原【卡券营销】</span><span style=\"font-family:Calibri\">-</span><span style=\"font-family:宋体\">【触点送券】中的线下订单满金额送券功能。并满赠线下订单满赠场景指定商品的场景。</span></span></p><p style=\"margin-left: 0px; line-height: 200%; text-indent: 2em;\"><span style=\"font-family:宋体;font-size:14px\">① </span><span style=\";font-family:宋体;font-size:14px\"><span style=\"font-family:宋体\">新增适用场景条件,适配全渠道、仅线上(线上商城订单)、仅线下(线下同步订单),对应不同的购买场景。</span></span></p><p style=\"margin-left: 0px; line-height: 200%; text-indent: 2em;\"><span style=\"font-family:宋体;font-size:14px\">② </span><span style=\";font-family:宋体;font-size:14px\"><span style=\"font-family:宋体\">新增仅线下场景下,针对</span>POS<span style=\"font-family:宋体\">已优惠的订单是否参与活动。</span></span></p><p style=\"margin-left: 0px; line-height: 200%; text-indent: 2em;\"><span style=\"font-family:宋体;font-size:14px\">③ </span><span style=\";font-family:宋体;font-size:14px\"><span style=\"font-family:宋体\">仅线下场景,订单在线下已生成并支付后同步至舞象,因此仅线下场景只可进行送券、送积分动作。减现金、打折动作在线下结算时完成。</span></span></p><p style=\"margin-left: 0px; line-height: 200%; text-indent: 2em;\"><span style=\"font-family:宋体;font-size:14px\">④ </span><span style=\";font-family:宋体;font-size:14px\"><span style=\"font-family:宋体\">新增了送券时,可配置</span>1<span style=\"font-family:宋体\">个优惠券的赠送张数(支持多张)。</span></span></p><p style=\"margin-left: 0px; line-height: 200%; text-indent: 2em;\"><span style=\"font-family:宋体;font-size:14px\">⑤ </span><span style=\";font-family:宋体;font-size:14px\"><span style=\"font-family:宋体\">线下订单也可适配购买指定商品才可参与活动的限制。</span></span></p><p style=\"line-height:200%\"><span style=\";font-family:宋体;font-size:14px\"><span style=\"font-family: 宋体; font-size: 14px;\">&nbsp; &nbsp;</span></span><span style=\";font-family:宋体;font-size:14px\">2<span style=\"font-family:宋体\">、</span></span><span style=\";font-family:宋体;font-size:14px\"><span style=\"font-family:宋体\">【智能营销】功能中会员筛选节点新增了部分商城浏览条件筛选及部分基础信息时间的相对时间段配置功能。(部分商户内测中)</span></span></p><p style=\"line-height:200%\"><span style=\";font-family:宋体;font-size:14px\"><span style=\"font-family: 宋体; font-size: 14px;\">&nbsp; &nbsp;</span></span><span style=\";font-family:宋体;font-size:14px\">3<span style=\"font-family:宋体\">、</span></span><span style=\";font-family:宋体;font-size:14px\"><span style=\"font-family:宋体\">【渠道中心】</span>-<span style=\"font-family:宋体\">【员工管理】</span><span style=\"font-family:Calibri\">-</span><span style=\"font-family:宋体\">【员工角色】新增了跨门店角色管理功能,上级门店可根据树状图选择指定门店,管理指定门店员工角色。并新增了默认员工角色配置。</span></span></p><p style=\"line-height:200%\"><span style=\"text-indent: 28px; font-family: 宋体; font-size: 14px;\"><span style=\"font-family: 宋体; font-size: 14px;\"><span style=\"font-family: 宋体; font-size: 14px;\">&nbsp; &nbsp;</span></span>4<span style=\"font-family:宋体\">、</span></span><span style=\"text-indent: 28px; font-family: 宋体; font-size: 14px;\"><span style=\"font-family:宋体\">【渠道中心】</span>-<span style=\"font-family:宋体\">【员工管理】</span><span style=\"font-family:Calibri\">-</span><span style=\"font-family:宋体\">【员工审核】新增了自动审核通过开关,开启后员工申请将由系统自动审核通过,并配置默认角色。</span></span></p><p style=\"line-height:200%\"><strong><span style=\";font-family:���体;font-size:14px\">&nbsp;<span style=\"font-family:宋体\">【功能优化】</span></span></strong></p><p style=\"margin-left:0;text-indent:28px;line-height:200%\"><span style=\"font-family:��体;font-size:14px\">① </span><span style=\";font-family:宋体;font-size:14px\"><span style=\"font-family:宋体\">系统图片上传相关功能新增了支持上传</span>gif<span style=\"font-family:宋体\">格式图片,及前端商城的</span><span style=\"font-family:Calibri\">gif</span><span style=\"font-family:宋体\">动图展示。</span></span></p><p style=\"margin-left:0;text-indent:28px;line-height:200%\"><span style=\"font-family:宋体;font-size:14px\">② </span><span style=\";font-family:宋体;font-size:14px\"><span style=\"font-family:宋体\">团队相关收益计算金额由原商品的销售金额调整为订单中优惠后的商品均摊金额。</span></span></p></div>",
"id": 62,
"title": "舞象公有云V6.3.5版本更新通知",
"update_time": 1509522355000,
"push_time": 1509522355000,
"push_state": 2
},
{
"create_time": 1508927752000,
"content_text": "双11将至,微商城与微信公众号怎样借势营销?一、活动篇 整点抢 整点抢最划算,在双11当天定好上午10点和下午14点前(使用折扣活动实现单品限时限量限库存) 买就赠 全店买就送,满XX件起送精\b选礼品:提前准备好一些应季的礼品,价值在10元左右或者根据商户的客单价可自行选择恰当的礼物,在双11当天只要满足规定的赠送条件即随单送这些礼物。 满减满折 满就减,满1000元立减200元,满500元立减100元或者满1000元立打8折,满500元立打8.8折等,根据各商户的客单价定义。 砍价促销 ���置砍价专题活动,挑选适合砍价的产品,例如商品100元,最低50元成交,那么中间50元可设置砍价区间,假设每次砍价1元,最多可以推荐50人分享砍价。 抽奖活动 使用摇一摇、大转盘、刮刮卡等抽奖工具设置赠送积分赠送折扣券和实物奖品等,并放到公众号推文里与会员互动。更多详情与教程点击查看《怎样利用双11的热点做会员智能营销》。二、微商城装修篇 注意:设计时注意字体不要侵权喔~~ 海报 提前做好活动海报,放在首屏,且可以仿照双11官方会场海报的样子去做,营造活动氛围。 店招: 设置相应的快捷图标,如“双11活动页面”、“优惠券样式”、“关注公众号”引导等。 店铺详情页顶部: 增加店铺内双11主题活动快捷海报,让消费者在所有详情页都能快速回到主题活动页。客服旺旺签名: 借助旺旺签名��时间段更改内容,把当前店内的主要活动信息在上面提示。店铺导航: 增加双11主题活动页的导航快捷按钮,然后按照店铺内的产品分类的重要性从左到右排序导航。(查看店铺导航设置教程)更多详情与教程点击查看《怎样\b利用双11的热点做会员智能营销》。 三、渠道推广篇 1、微信公众号 通过公众号传播预热信息,传播活动信息与商品内容2、微信模板消息通知 活动期间为刺激消费可适合运用微信模板消息及时通知粉丝。3、老客户通知 活动期间设计老客户不同的活动形式通过短信\b分享朋友圈活动转发刺激老会员消费4、门店店员通知 告知门店店长、店员活动形式,辅以门店宣传物料,做好培训、活动落地工作5、其他渠道推广 1)、无预算的商户可以考虑异业合作,例如购买某品牌满XX元送品牌特别优惠券/商品等,相互推荐; 2)、有预算的商户可以考虑在信息流平台投放适当广告宣传。更多详情与教程点击查看《怎样利用双11的热点做会员智能营销》。四、会员智能营销篇 1、预热 提前一周通过微信公众号软文、微信模板消息推送、短信发送活动预告,设置预热时间,筛选会员发送活动信息,记录目标会员 2、活动中 活动中:在活动前1天发送优惠券并短信通知,标注标签(记录已发优惠券会员) 3、活动后 活动中/后:筛选3天内未消费的会员发送优惠券并短信通知,打上促销是否有效标签。并根据销售额、客单价、优惠券核销以及会员标签\b等维度分析活动效果。更多详情与教程点击查看《怎样利用双11的热点做会员智能营销》。",
"content": "<div style=\"color:#4a4a4a;line-height:33px;font-size:14px\"><p class=\"p1\"><span class=\"s1\">双11将至,微商城与微信公众号怎样借势营销?</span></p><p class=\"p2\"><strong><span style=\"color:#DA4453\">一、活动篇</span></strong></p><p class=\"p3\"><span style=\"color:#DA4453\">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;整点抢</span></p><p class=\"p1\"><span class=\"s1\">&nbsp; &nbsp; &nbsp; &nbsp; 整点抢最划算,在双11当天定好上午10点和下午14点前(使用折扣活动实现单品限时限量限库存)</span></p><p class=\"p3\"><span style=\"color:#DA4453\">&nbsp; &nbsp; &nbsp; &nbsp;买就赠</span></p><p class=\"p1\"><span class=\"s1\">&nbsp; &nbsp; &nbsp; &nbsp;全店买就送,满XX件起送精\b选礼品:提前准备好一些应季的礼品,价值在10元左右或者根据商户的客单价可自行选择恰当的礼物,在双11当天只要满足规定的赠送条件即随单��这些礼物。</span></p><p class=\"p3\"><span style=\"color:#DA4453\">&nbsp; &nbsp; &nbsp; &nbsp;满减满折</span></p><p class=\"p1\"><span class=\"s1\">&nbsp; &nbsp; &nbsp; &nbsp;满就减,满1000元立减200元,满500元立减100元或者满1000元立打8折,满500元立打8.8折等,根据各商户的客单价定义。</span></p><p class=\"p3\"><span style=\"color:#DA4453\">&nbsp; &nbsp; &nbsp; &nbsp;砍价促销</span></p><p class=\"p1\"><span class=\"s1\">&nbsp; &nbsp; &nbsp; &nbsp;设置砍价专题活动,挑选适合砍价的产品,例如商品100元,最低50元成交,那么中间50元可设置砍价区间,假设每次砍价1元,最多可以推荐50人分享砍价。</span></p><p class=\"p3\"><span style=\"color:#DA4453\">&nbsp; &nbsp; &nbsp; &nbsp;抽奖活动</span></p><p class=\"p1\"><span class=\"s1\"><span style=\"color: rgb(74, 74, 74); font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span>使用摇一摇、大转盘、刮刮卡等抽奖工具设置赠送积分赠送折扣���和实物奖品等,并放到公众号推文里与会员互动。</span></p><p class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">更多详情与教程点击查看</span><span class=\"s1\"></span><span class=\"s1\"><a href=\"http://help.bigaka.com/2017/10/25/%E6%80%8E%E6%A0%B7%E5%88%A9%E7%94%A8%E5%8F%8C11%E7%9A%84%E7%83%AD%E7%82%B9%E5%81%9A%E4%BC%9A%E5%91%98%E6%99%BA%E8%83%BD%E8%90%A5%E9%94%80%EF%BC%9F/\" style=\"font-size: 14px; text-align: center; white-space: normal;\">《怎样利用双11的热点做会员智能营销》</a>。</span></p><p class=\"p1\"><span class=\"s1\"><br/></span></p><p class=\"p4\"><span class=\"s1\"></span></p><p class=\"p2\"><strong><span style=\"color:#DA4453\">二、微商城装修篇</span></strong></p><p class=\"p1\"><span class=\"s1\"><span style=\"color: rgb(74, 74, 74); font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span>注意:设计时注意字体不要侵权喔~~</span></p><p class=\"p3\"><span style=\"color:#DA4453\">&nbsp; &nbsp; &nbsp; &nbsp;海报</span></p><p class=\"p1\"><span class=\"s1\"><span style=\"color: rgb(74, 74, 74); font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span>提前做好活动海报,放在首屏,且可以仿照双11官方会场海报的样子去做,营造活动氛围。</span></p><p class=\"p3\"><span style=\"color:#DA4453\">&nbsp; &nbsp; &nbsp; &nbsp;店招:</span></p><p class=\"p1\"><span class=\"s1\"><span style=\"color: rgb(74, 74, 74); font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span>设置相应的快捷图标,如“双11活动页面”、“优惠券样式”、“关注公众号”引导等。</span></p><p class=\"p3\"><span style=\"color:#DA4453\">&nbsp; &nbsp; &nbsp; &nbsp;店铺详情页顶部:</span></p><p class=\"p1\"><span class=\"s1\"><span style=\"color: rgb(74, 74, 74); font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span>增加店铺内双11主题活动快捷海报,让消费者在所有详情页都能快速回到主题活动页。</span></p><p style=\"text-indent: 2em;\"><span style=\"color:#DA4453\">客服旺旺签名:</span></p><p class=\"p1\"><span class=\"s1\"><span style=\"color: rgb(74, 74, 74); font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span>借助旺旺签名分时间段更改内容,把当前店内的主要活动信息在上面提示。</span></p><p style=\"text-indent: 2em;\"><span style=\"color:#DA4453\">店铺导航:</span></p><p class=\"p1\"><span class=\"s1\"><span style=\"color: rgb(74, 74, 74); font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span>增加双11主题活动页的导航快捷按钮,然后按照店铺内的产品分类的重要性从左到右排序导航。(查看店铺导航设置教程)</span></p><p class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">更多详情与教程点击查看<a href=\"http://help.bigaka.com/2017/10/25/%E6%80%8E%E6%A0%B7%E5%88%A9%E7%94%A8%E5%8F%8C11%E7%9A%84%E7%83%AD%E7%82%B9%E5%81%9A%E4%BC%9A%E5%91%98%E6%99%BA%E8%83%BD%E8%90%A5%E9%94%80%EF%BC%9F/\" style=\"font-size: 14px; text-align: center; white-space: normal;\">《怎���\b利用双11的热点做会员智能营销》</a>。</span></p><p class=\"p1\"><span class=\"s1\"><br/></span></p><p class=\"p9\"><strong><span style=\"color:#DA4453\">&nbsp;三、渠道推广篇</span></strong></p><p class=\"p10\"><span style=\"color:#DA4453\">&nbsp; &nbsp; &nbsp; &nbsp;1、微信公众号</span></p><p class=\"p1\"><span class=\"s1\"><span style=\"color: rgb(74, 74, 74); font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span>通过公众号传播预热信息,传播活动信息与商品内容</span></p><p style=\"text-indent: 2em;\"><span style=\"color:#DA4453\">2、微信模板消息通知</span></p><p class=\"p1\"><span class=\"s1\"><span style=\"color: rgb(74, 74, 74); font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span>活动期间为刺激消费可适合运用微信模板消息及时通知粉丝。</span></p><p style=\"text-indent: 2em;\"><span style=\"color:#DA4453\">3、老客户通知</span></p><p class=\"p1\"><span class=\"s1\"><span style=\"color: rgb(74, 74, 74); font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span>活动期间设计老客户不同的活动形式通过短信\b分享朋友圈活动转发刺激老会员消费</span></p><p style=\"text-indent: 2em;\"><span style=\"color:#DA4453\">4、门店店员通知</span></p><p class=\"p1\"><span class=\"s1\"><span style=\"color: rgb(74, 74, 74); font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span>告知门店店长、店员活动形式,辅以门店宣传物料,做好培训、活动落地工作</span></p><p style=\"text-indent: 2em;\"><span style=\"color:#DA4453\">5、其他渠道推广</span></p><p class=\"p1\"><span class=\"s1\"><span style=\"color: rgb(74, 74, 74); font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span>1)、无预算的商户可以考虑异业合作,例如购买某品牌满XX元送品牌特别优惠券/商品等,相互推荐;</span></p><p class=\"p1\"><span class=\"s1\"><span style=\"color: rgb(74, 74, 74); font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span>2)、有预算的商户可以考虑在信息流平台投放适当广告宣传。</span></p><p class=\"p1\" style=\"text-align: center;\"><span class=\"s1\"><span class=\"s1\" style=\"color: rgb(74, 74, 74); font-size: 14px; text-align: center;\">更多详情与教程点击查看</span><span class=\"s1\" style=\"color: rgb(74, 74, 74); font-size: 14px; text-align: center;\"></span><span class=\"s1\" style=\"color: rgb(74, 74, 74); font-size: 14px; text-align: center;\"><a href=\"http://help.bigaka.com/2017/10/25/%E6%80%8E%E6%A0%B7%E5%88%A9%E7%94%A8%E5%8F%8C11%E7%9A%84%E7%83%AD%E7%82%B9%E5%81%9A%E4%BC%9A%E5%91%98%E6%99%BA%E8%83%BD%E8%90%A5%E9%94%80%EF%BC%9F/\">《怎样利用双11的热点做会员智能营销》</a>。</span></span></p><p class=\"p1\"><span class=\"s1\"><br/></span></p><p class=\"p9\"><strong><span style=\"color:#DA4453\">四、会员智能营销篇</span></strong></p><p class=\"p10\"><span style=\"color:#DA4453\">&nbsp; &nbsp; &nbsp; &nbsp;1、预热</span></p><p class=\"p1\"><span class=\"s1\">&nbsp; &nbsp; &nbsp; &nbsp;提前一周通过微信公众号软文、微信模板消息推送、短信发送活动预告,设置预热时间,筛选会员发送活动信息,记录目标会员</span></p><p class=\"p10\"><span style=\"color:#DA4453\">&nbsp; &nbsp; &nbsp; &nbsp;2、活动中</span></p><p class=\"p1\"><span class=\"s1\">&nbsp; &nbsp; &nbsp; &nbsp;活动中:在活动前1天发送优惠券并短信通知,标注标签(记录已发优惠券会员)</span></p><p class=\"p10\"><span style=\"color:#DA4453\">&nbsp; &nbsp; &nbsp; &nbsp;3、活动后</span></p><p class=\"p1\"><span class=\"s1\">&nbsp; &nbsp; &nbsp; &nbsp;活动中/后:筛选3天内未消费的会员发送优惠券并短信通知,打上促销是否有效标签。并</span>根据销售额、客单价、优惠券核销以及会员标签\b等维度分析活动效果。</p><p class=\"p1\" style=\"text-align: center;color:#DA4453\"><strong>更多详情与教程点击查看</strong><a href=\"http://help.bigaka.com/2017/10/25/%E6%80%8E%E6%A0%B7%E5%88%A9%E7%94%A8%E5%8F%8C11%E7%9A%84%E7%83%AD%E7%82%B9%E5%81%9A%E4%BC%9A%E5%91%98%E6%99%BA%E8%83%BD%E8%90%A5%E9%94%80%EF%BC%9F/\"><strong><span style=\"text-decoration:underline;\">《怎样利用双11的热点做会员智能营销》</span></strong></a><strong>。</strong></p></div>",
"id": 61,
"title": "怎样利用双11的热点做会员智能营销?",
"update_time": 1508979057000,
"push_time": 1508979057000,
"push_state": 2
},
{
"create_time": 1508554535000,
"content_text": " 舞象公有云版本V6.3.0已发布,本版本主要完善了原团队及收益模块需求,详情如下: 【收益方案】 1、优化了原【分润设���】菜单,更新为【收益方案】。 2、新增了绑定会员持续消费奖励的收益类型,并整合了原有的推荐下单奖励、任务奖励,统一为团队收益方案配置。 3、并通过批量导入/跨级管理员工、角色、团队完成员工渠道框架搭建,在员工完成业务行为并获得收益后,从员工/收益明细维度为员工完成结算,提供结算报表方便线下发放奖励。 点击查看如何选择并设置适配业务的收益方案教程: 【任务维护】 优化了【任务维护】(销售中心-团队)中,新建营销任务时,任务内容可配置自定义外链功能。适配通过任务推送引导员工访问某个指定页面的场景。 点击查看推客任务教程【收益结算】 新增了【收益结算】功能(销售中心-团队),提供员工维度/收益维度结算方式。 点击查看收益结算教程 本菜单为新增菜单,若下级门店���要使用需商户手动新增。 【团队管理】 批量导入团队功能。 新增团队时可选择适配的收益方案。 员工申请团队页面顶部图可配置。 并优化了员工申请页面样式。 新增了团队码(申请加入的二维码)的内容及导出功能。 点击查看教程【员工管理】 品牌管理或自主经营门店现可跨级管理员工信息(上级管理仍只可管理本门店员工) 。 优化了批量导入员工信息新建功能。 新增了批量导入员工信息更新员工信息功能。 新增了批量导出员工信息功能。 点击查看教程 【店客源】 整合店客源原团队功能,拆分为:收益、业绩、团队三个模块,并移除了部分团队管理功能,简化操作。 收益模块,可查看今日各类型收益明细,并在下级页面查看总体收益情况。 业绩模块,可查看���员招募、推荐下单及任务执行业绩情况。 团队模块,可查看团队信息及队员列表。【其他】 优化了【会员中心】-【会员圈选】功能:部分指标多选及列表优化 优化了【销售中心】-【线上商品维护】商品编码变更时,不自动填充规格编码值的逻辑。并新增了批量复制Excel中的规格值至对应规格值输入框功能。 【性能优化】消息推送性能优化 一级菜单新增【小程序】新增小程序介绍页面。 修复了部分bug。 如有问题,请前往商户社区查看教程,欢迎大家体验!",
"content": "<div style=\"line-height:33px\"><p>&nbsp; &nbsp;舞象公有云版本V6.3.0已发布,本版本主要完善了原团队及收益模块需求,详情如下:</p><p>&nbsp;【收益方案】<br/></p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1、优化了原【分润设置】菜单,更新为【收益方案】。</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2、新增了绑定会员持续消费奖励的收益类型,并整合了原有的推荐下单奖励、任务奖励,统一为团队收益方案配置。</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3、并通过批量导入/跨级管理员工、角色、团队完成员工渠道框架搭建,在员工完成业务行为并获得收益后,从员工/收益明细维度为员工完成结算,提供结算报表方便线下发放奖励。</p><p>&nbsp; &nbsp; &nbsp; &nbsp; 点击查看<a href=\"http://help.bigaka.com/2017/10/20/%E5%A6%82%E4%BD%95%E9%80%89%E6%8B%A9%E5%B9%B6%E8%AE%BE%E7%BD%AE%E9%80%82%E9%85%8D%E4%B8%9A%E5%8A%A1%E7%9A%84%E5%9B%A2%E9%98%9F%E6%94%B6%E7%9B%8A%E6%96%B9%E6%A1%88/\">如何选择并设置适配业务的收益方案</a>教程:</p><p>&nbsp;【任务维护】</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;优化了【任务维护】(销售中心-团队)中,新建营销任务时,任务内容可配置自定义外链功能。适配通过任务推送引导员工访问某个指定页面的场景。</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href=\"http://help.bigaka.com/2016/06/22/%E5%BA%97%E5%AE%A2%E6%BA%90%E5%A6%82%E4%BD%95%E6%96%B0%E5%BB%BA%E4%BF%83%E9%94%80%E4%BB%BB%E5%8A%A1/\">点击查看推客任务教程</a></p><p>【收益结算】</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;新增了【收益结算】功能(销售中心-团队),提供员工维度/收益维度结算方式。</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href=\"http://help.bigaka.com/2016/08/17/%E5%A6%82%E4%BD%95%E5%AE%A1%E6%89%B9%E5%91%98%E5%B7%A5%E5%9C%A8%E5%BA%97%E5%AE%A2%E6%BA%90%E4%B8%AD%E7%9A%84%E9%87%91%E5%B8%81%E5%85%91%E6%8D%A2%E7%94%B3%E8%AF%B7/\">点击查看收益结算教程</a></p><p><strong style=\"font-family: -apple-system, BlinkMacSystemFont, 微软雅黑, &quot;PingFang SC&quot;, Helvetica, Tahoma, Arial, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei&quot;, SimSun, 宋体, Heiti, 黑体, sans-serif; font-size: 14px; white-space: normal; background-color: rgb(255, 255, 255);\"><span style=\"color:#ff0000\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;本菜单为新增菜单,若下级门店需要使用需商户手动新增。</span></strong></p><p>&nbsp;【团队管理】</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;批量导入团队功能。&nbsp;</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;新增团队时可选择适配的收益方案。&nbsp;</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;员工申请团队页面顶部图可配置。</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;并优化了员工申请页面样式。&nbsp;</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;新增了团队码(申请加入的二维码)的内容及导出功能。</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href=\"http://help.bigaka.com/2017/10/20/%E5%A6%82%E4%BD%95%E8%BF%9B%E8%A1%8C%E5%9B%A2%E9%98%9F%E7%AE%A1%E7%90%86/\">点击查看教程</a></p><p>【员工管理】</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;品牌管理或自主经营门店现可跨级管理员工信息(上级管理仍只可管理本门店员工) 。</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;优化了批量导入员工信息新建功能。&nbsp;</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;新增了批量导入员工信息更新员工信息功能。&nbsp;</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;新增了批量导出员工信息功能。</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href=\"http://help.bigaka.com/2017/10/20/%E5%A6%82%E4%BD%95%E7%AE%A1%E7%90%86%E5%91%98%E5%B7%A5%E7%94%B3%E8%AF%B7%E5%B9%B6%E5%AE%A1%E6%89%B9/\">点击查看教程</a></p><p>&nbsp;【店客源】</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;整合店客源原团队功能,拆分为:收益、业绩、团队三个模块,并移除了部分团队管理功能,简化操作。<br/></p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;收益模块,可查看今日各类型收益明细,并在下级页面查看总体收益情况。</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;业绩模块,可查看会员招募、推荐下单及任务执行业绩情况。</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;团队模块,可查看团队信��及队员列表。</p><p>【其他】<br/></p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;优化了【会员中心】-【会员圈选】功能:部分指标多选及列表优化</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;优化了【销售中心】-【线上商品维护】商品编码变更时,不自动填充规格编码值的逻辑。并新增了批量复制Excel中的规格值至对应规格值输入框功能。</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;【性能优化】消息推送性能优化</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;一级菜单新增【小程序】新增小程序介绍页面。 &nbsp; &nbsp;&nbsp;</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;修复了部分bug。</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;如有问题,请前往<a href=\"help.bigaka.com\">商户社区</a>查看教程,欢迎大家体验!</p></div>",
"id": 60,
"title": "舞象云推客(原团队及收益)功能发布!",
"update_time": 1508556010000,
"push_time": 1508556010000,
"push_state": 2
},
{
"create_time": 1506516025000,
"content_text": "尊敬的舞象云用户,您好!舞象云V6.2.0版本已发布更新。本版本完成了智能营销工作流的框架搭建及部分优化功能,详情如下:【菜单调整】本版本调整了菜单顺序,一级菜单顺序调整为:会员中心、营销中心、销售中心、渠道中心。【智能营销】目前仅针对部分商户使用,开放使用请商户与运营经理具体联系。新增智能营销模块,用搭积木的方式,通过drag-n-drop将营销节点组合搭配,设计制作成你的多波次营销流。指定时间及日期后,可单次执行更可周期性重复执行。在执行过程中任一节点状态可查询并输出当前执行结果。智能营销方案包含两种类型:单次营销方案:方案发布后,根据方案【开始组件】设置的时间点,按营销方案流程设置,直接运行并产生业务结果,至各【结束组建】即完成整个营销方案的一次性营销方案计划。周期营销方案:方案发布后,根据方案【开始组件】中设置的周期时间范围及周期时间点,在周期范围内根据周期时间间隔、到达指定周期时间点��即运行针对本周期的“单次营销方案‘’的周期循环营销方案。其中,各周期点的营销方案各自独立,互不影响。如“在本年内,每周三都给本周生日的会员送券”的周期营销方案,即N个在周三时间点的单次营销方案。包含8类组件节点:开始组件:在开始组件中,针对单次营销方案可设置立即开始/定期开始;针对周期营销方案可设置周期执行范围及周期时间。 2.会员筛选组件:在会员筛选组件中,系统提供“会员基础信息\"+“会员浏览动作信息”两大类条件组,进行与、或、非(部分)的会员筛选。可通过条件设置完成,如“最近添加XX商品至购物车且在本周生日的女性会员”的筛选。会员筛选组件筛选的会员范围受上游的筛选结果限制,即只能在上游的目标会员中再进行筛选。会员筛选组件运行完成后,将可产出两类目标会员:属于筛选目标内的会员+不属于筛选目标内的会员,对应“是”+“否”两类分支出口。会员筛选组件可新增多个“是”,或多个“否”分支出口,应对不同的业务场景分支。会员筛选组件也是唯一能产生多个分支出口的组件类型,但也只能有1个上游入口。延时组件:延时组件提供在上游组件运行完成后,到达延时组件时,延时指定时间不进行任何业务动作的能力。以应对业务场景中,如“给会员发优惠券后,会员并非立即使用,而给予的运行时间宽容”。优惠券组件:优惠券组件为一类执行业务动作的组件,用以给指定的目标会员群体(上游会员筛选组件的目标分支)赠送指定的优惠券,直接到账并自动触发后续通知等业务功能。优惠券组件在运行后可查看运行记录,并导出对应的运行数据,结合优惠券核销记录等数据进行综合分析。增加/移除标签组件:标签动作组件也是业务动作组件,用以给���定的目标会员群体(上游会员筛选组件的目标分支)打上指定标签或移除指定标签。标签组件在运行后也可查看运行记录,并导出对应的运行数据,同时会员列表/详情中也将有真实标签数据提供手动二次圈选。指定的标签需提前在【标签管理】中新建。发消息组件:发消息组件综合了发送微信模板消息、发送短信消息两种业务动作,用以给指定的目标会员群体(上游会员筛选组件的目标分支)推送指定的消息内容。发消息组件在运行后也可查看运行记录,并导出对应的运行数据。指定的消息模板需提前在【消息模板XXX】中新建。结束组件:代表本分支的营销动作结束。【功能优化】新增了短信供应商“大汉三通”的对接。响应韩束商户需求。优化了微商城中线下消费记录列表及详情页样式。优化了线下订单记录中的优惠券ID关联。对订单列表及消息推送进行了性��优化。顺祝商祺!舞象云团队2017年9月28日",
"content": "<p style=\"white-space: normal;\">尊敬的舞象云用户,您好!<br/></p><p style=\"white-space: normal;\"><br/></p><p style=\"white-space: normal;\"><span style=\"background-color: rgb(255, 255, 255); color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, 微软雅黑, &quot;PingFang SC&quot;, Helvetica, Tahoma, Arial, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei&quot;, SimSun, 宋体, Heiti, 黑体, sans-serif; font-size: 14px;\">舞象云V6.2.0版本已发布更新。本版本完成了智能营销工作流的框架搭建及部分优化功能,详情如下:</span><br/></p><p style=\"white-space: normal;\"><br/></p><h4 id=\"菜单调整\" data-source-line=\"6\" style=\"box-sizing: border-box; margin-top: 24px; margin-bottom: 16px; line-height: 1.25; font-size: 1.25em; color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, 微软雅黑, &quot;PingFang SC&quot;, Helvetica, Tahoma, Arial, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei&quot;, SimSun, 宋体, Heiti, 黑体, sans-serif; white-space: normal;\">【菜单调整】</h4><p data-source-line=\"7\" style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 16px; color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, 微软雅黑, &quot;PingFang SC&quot;, Helvetica, Tahoma, Arial, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei&quot;, SimSun, 宋体, Heiti, 黑体, sans-serif; font-size: 14px; white-space: normal;\">本版本调整了菜单顺序,一级菜单顺序调整为:会员中心、营销中心、销售中心、渠道中心。</p><h4 id=\"智能营销\" data-source-line=\"10\" style=\"line-height: 1.25; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box; margin-top: 24px; margin-bottom: 16px; font-size: 1.25em; color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, 微软雅黑, &quot;PingFang SC&quot;, Helvetica, Tahoma, Arial, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei&quot;, SimSun, 宋体, Heiti, 黑体, sans-serif;\">【智能营销】</h4><blockquote data-source-line=\"11\" style=\"margin: 0px 0px 16px; font-size: 14px; line-height: 21px; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box; padding: 0px 1em; color: rgb(106, 115, 125); border-left: 0.25em solid rgb(223, 226, 229); font-family: -apple-system, BlinkMacSystemFont, 微软雅黑, &quot;PingFang SC&quot;, Helvetica, Tahoma, Arial, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei&quot;, SimSun, 宋体, Heiti, 黑体, sans-serif;\"><p style=\"margin-top: 0px; margin-bottom: 0px; box-sizing: border-box;\">目前仅针对部分商户使用,开放使用请商户与运营经理具体联系。</p><p style=\"margin-top: 0px; margin-bottom: 0px; box-sizing: border-box;\"><span style=\"background-color: window; color: rgb(36, 41, 46); font-size: 10.5pt; line-height: 1.5;\"><br/></span></p><p style=\"margin-top: 0px; margin-bottom: 0px; box-sizing: border-box;\"><span style=\"background-color: window; color: rgb(36, 41, 46); font-size: 10.5pt; line-height: 1.5;\">新增智能营销模块,用搭积木的方式,通过drag-n-drop将营销节点组合搭配,设计制作成你的多波次营销流。指定时间及日期后,可单次执行更可周期性重复执行。在执行过程中任一节点状态可查询并输出当前执行结果。</span></p></blockquote><p data-source-line=\"14\" style=\"margin-top: 0px; margin-bottom: 16px; font-size: 14px; line-height: 21px; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box; color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, 微软雅黑, &quot;PingFang SC&quot;, Helvetica, Tahoma, Arial, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei&quot;, SimSun, 宋体, Heiti, 黑体, sans-serif;\">智能营销方案包含两种类型:</p><ol data-source-line=\"15\" style=\"list-style-position: inside; margin-bottom: 16px; font-size: 14px; line-height: 21px; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box; padding-left: 2em; color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, 微软雅黑, &quot;PingFang SC&quot;, Helvetica, Tahoma, Arial, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei&quot;, SimSun, 宋体, Heiti, 黑体, sans-serif;\"><li style=\"box-sizing: border-box;\">单次营销方案:方案发布后,根据方案【开始组件】设置的时间点,按营销方案流程设置,直接运行并产生业务结果,至各【结束组建】即完成整个营销方案的一次性营销方案计划。</li><li style=\"box-sizing: border-box; margin-top: 0.25em;\">周期营销方案:方案发布后,根据方案【开始组件】中设置的周期时间范围及周期时间点,在周期范围内根据周期时间间隔、到达指定周期时间点,即运行针对本周期的“单次营销方案‘’的周期循环营销方案。其中,各周期点的营销方案各自独立,互不影响。如“��本年内,每周三都给本周生日的会员送券”的周期营销方案,即N个在周三时间点的单次营销方案。</li></ol><p data-source-line=\"18\" style=\"margin-top: 0px; margin-bottom: 16px; font-size: 14px; line-height: 21px; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box; color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, 微软雅黑, &quot;PingFang SC&quot;, Helvetica, Tahoma, Arial, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei&quot;, SimSun, 宋体, Heiti, 黑体, sans-serif;\">包含8类组件节点:</p><ol data-source-line=\"19\" style=\"list-style-position: inside; margin-bottom: 16px; font-size: 14px; line-height: 21px; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box; padding-left: 2em; color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, 微软雅黑, &quot;PingFang SC&quot;, Helvetica, Tahoma, Arial, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei&quot;, SimSun, 宋体, Heiti, 黑体, sans-serif;\"><li style=\"box-sizing: border-box;\">开始组件:在开始组件中,针对单次营销方案可设置立即开始/定期开始;针对周期营销方案可设置周期执行范围及周期时间。 2.会员筛选组件:在会员筛选组件中,系统提供“会员基础信息&quot;+“会员浏览动作信息”两大类条件组,进行与、或、非(部分)的会员筛选。可通过条件设置完成,如“最近添加XX商品至购物车且在本周生日的女性会员”的筛选。会员筛选组件筛选的会员范围受上游的筛选结果限制,即只能在上游的目标会员中再进行筛选。会员筛选组件运行完成后,将可产出两类目标会员:属于筛选目标内的会员+不属于筛选目标内的会员,对应“是”+“否”两类分支出口。会员筛选组件可新增多个“是”,或多个“否”分支出口,应对不同的业务场景分支。会员筛选组件也是唯一能产生多个分支出口的组件类型,但也只能有1个上游入口。</li><li style=\"box-sizing: border-box;\"><span style=\"font-size: 10.5pt; line-height: 1.5; background-color: window;\">延时组件:延时组件提供在上游组件运行完成后,到达延时组件时,延时指定时间不进行任何业务动作的能力。以应对业务场景中,如“给会员发优惠券后,会员并非立即使用,而给予的运行时间宽容”。</span></li><li style=\"box-sizing: border-box;\"><span style=\"font-size: 10.5pt; line-height: 1.5; background-color: window;\">优惠券组件:优惠券组件为一类执行业务动作的组件,用以给指定的目标会员群体(上游会员筛选组件的目标分支)赠送指定的优惠券,直接到账并自动触发后续通知等业务功能。优惠券组件在运行后可查看运行记录,并导出对应的运行数据,结合���惠券核销记录等数据进行综合分析。</span></li><li style=\"box-sizing: border-box;\"><span style=\"font-size: 10.5pt; line-height: 1.5; background-color: window;\">增加/移除标签组件:标签动作组件也是业务动作组件,用以给指定的目标会员群体(上游会员筛选组件的目标分支)打上指定标签或移除指定标签。标签组件在运行后也可查看运行记录,并导出对应的运行数据,同时会员列表/详情中也将有真实标签数据提供手动二次圈选。指定的标签需提前在【标签管理】中新建。</span></li><li style=\"box-sizing: border-box;\"><span style=\"font-size: 10.5pt; line-height: 1.5; background-color: window;\">发消息组件:发消息组件综合了发送微信模板消息、发送短信消息两种业务动作,用以给指定的目标会员群体(上游会员筛选组件的目标分支)推送指定的消息内容。发消息组件在运行后也可查看运行记录,并导出对应的运行数据。指定的消息模板需提前在【消息模板XXX】中新建。</span></li><li style=\"box-sizing: border-box;\"><span style=\"font-size: 10.5pt; line-height: 1.5; background-color: window;\">结束组件:代表本分支的营销动作结束。</span></li></ol><h4 id=\"功能优化\" data-source-line=\"28\" style=\"line-height: 1.25; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box; margin-top: 24px; margin-bottom: 16px; font-size: 1.25em; color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, 微软雅黑, &quot;PingFang SC&quot;, Helvetica, Tahoma, Arial, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei&quot;, SimSun, 宋体, Heiti, 黑体, sans-serif;\"><a class=\"markdownIt-Anchor\" href=\"file:///C:/Users/Administrator/AppData/Local/Youdao/YNote/markdown/index.html#功能优化\" style=\"color: rgb(3, 102, 214); text-decoration-line: none; box-sizing: border-box; background-color: transparent;\"></a>【功能优化】</h4><ol data-source-line=\"29\" style=\"list-style-position: inside; margin-bottom: 16px; font-size: 14px; line-height: 21px; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box; padding-left: 2em; color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, 微软雅黑, &quot;PingFang SC&quot;, Helvetica, Tahoma, Arial, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei&quot;, SimSun, 宋体, Heiti, 黑体, sans-serif;\"><li style=\"box-sizing: border-box;\">新增了短信供应商“大汉三通”的对接。响应韩束商户需求。</li><li style=\"box-sizing: border-box; margin-top: 0.25em;\">优化了微商城中线下消费记录列表及详情页样式。</li><li style=\"box-sizing: border-box; margin-top: 0.25em;\">优化了线下订单记录中的优惠券ID关联。</li><li style=\"box-sizing: border-box; margin-top: 0.25em;\">对订单列表及消息推送进行了性能优化。</li></ol><p data-source-line=\"7\" style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 16px; color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, 微软雅黑, &quot;PingFang SC&quot;, Helvetica, Tahoma, Arial, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei&quot;, SimSun, 宋体, Heiti, 黑体, sans-serif; font-size: 14px; white-space: normal;\"><br/></p><p style=\"white-space: normal;\"><span style=\"color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, 微软雅黑, &quot;PingFang SC&quot;, Helvetica, Tahoma, Arial, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei&quot;, SimSun, 宋体, Heiti, 黑体, sans-serif; font-size: 14px; line-height: 21px; background-color: rgb(255, 255, 255);\"></span></p><p style=\"white-space: normal;\">顺祝</p><p style=\"white-space: normal;\"><br/></p><p style=\"white-space: normal;\">商祺!</p><p style=\"white-space: normal;\"><br/></p><p style=\"white-space: normal;\">舞象云团队</p><p style=\"white-space: normal;\"><br/></p><p style=\"white-space: normal;\">2017年9月28日</p><p style=\"white-space: normal;\"><span style=\"color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, 微软雅黑, &quot;PingFang SC&quot;, Helvetica, Tahoma, Arial, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei&quot;, SimSun, 宋体, Heiti, 黑体, sans-serif; font-size: 14px; line-height: 21px; background-color: rgb(255, 255, 255);\"><br/></span><br/></p><p style=\"white-space: normal;\"><span style=\"color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, 微软雅黑, &quot;PingFang SC&quot;, Helvetica, Tahoma, Arial, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei&quot;, SimSun, 宋体, Heiti, 黑体, sans-serif; font-size: 14px; line-height: 21px; background-color: rgb(255, 255, 255);\"><br/></span><br/></p>",
"id": 59,
"title": "舞象云V6.2.0版本更新通知",
"update_time": 1506577394000,
"push_time": 1506577394000,
"push_state": 2
},
{
"create_time": 1504148661000,
"content_text": " 各位亲爱的伙伴们: 刚刚舞象云公有云V6.1版本更新啦!本次更新主要有以下功能: 1、菜单调整 本版本重新规划了菜单分布,将原有【会员中心】中的部分营销功能,移至【营销中心】菜单下,方便商户集中管理营销活动。 注意:由于菜单调整,请商户将原来含有会员中心营销功能(优惠券/定向礼遇/生日营销等功能)的门店/员工账号角色重新配置下。 2、营销中心 1).新增短信营销方式,商户可通过短信营销(点此查看教程) 注意:此功能仅适用私有化商户,未设置私有化的商户请联系您的销售经理开通; 2).新增微��营销,商户可通过微信模板消息营销(点此查看教程) 3).商户可设置会员在购物后赠送优惠券、积分(点此查看教程); 4).优惠券可以设置转赠TA人(点此查看教程); 3、渠道中心 门店架构升级,完成适配总部-分公司-门店管理架构,可设置分公司/分区域等行政组织归类门店;点此查看教程 具体如下: 原【门店管理】菜单升级为【组织管理】,在组织管理中,商户可以通过优化后的树状图更好的查看、管理内部组织架构。原\"门店\"概念升级为组织\"节点\":总部-->品牌管理中心,上级管理门店(直营店)-->上级管理节点,自主经营门店(经销店)-->自主经营节点,同时对应分公司管理架构新增了“组织管理节点”,该节点不参与具体销售、会员绑定等业务,只用以管理下级子节点以及后续的多级营销管理的业务承接。在本版中组织管理���点将暂无任何具体菜单权限,将在后续版本中陆续迭代完善。原【门店角色】菜单升级为【组织角色】菜单。 4、系统设置 在完成营销短信类营销型微信模板消息通知对接后,在【系统设置】中新增了【消息】的二级菜单。包括: 【业务节点通知】,完成了系统所有业务相关的消息通知逻辑,商户可自定义配置对应的业务逻辑是否发送消息通知会员,以及通过微信/短信通知会员的配置。 【业务模板消息】,原【模板消息】菜单升级,用以启用及同步微信创建业务消息。 【营销模板消息】,用以根据舞象提供的标准微信消息模板格式,填写并创建不同的营销内容,以备精准营销推送。 (点此查看教程) 【短信营销模板】,在私有化配置后,使用自己的阿里大于账号的商户,在申请营销类短信后,可在本功能中完成短信配置,以备精准营销推送。 (点此查看教程)注意:此功能仅适用私有化商户,未设置私有化的商户请联系您的销售经理开通 【短信发送日志】,用以查询系统发送短信的日志记录。 5、分析师 更新了会员分析模块,新增了会员画像分析模块。 没有分析师?请联系您的销售经理开通! 6、其他更新 1)新增了商品导入功能; 2)优化了订单导出功能,优化了流程和体验 更多操作教程点击此处前往商户社区查看。",
"content": "<p><span style=\"font-size: 15px; letter-spacing: 2px;\">&nbsp;各位亲爱的伙伴们:</span></p><p style=\"white-space: normal; line-height: 38px; font-size: 15px;\">&nbsp; &nbsp; &nbsp; &nbsp; 刚刚舞象云公有云V6.1版本更新啦!本次更新主要有以下功能:</p><p style=\"white-space: normal; line-height: 38px; font-size: 15px;\"><span style=\"font-size: 15px;\">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</span><strong>1、菜单调整</strong> &nbsp; &nbsp;</p><p style=\"white-space: normal; line-height: 38px; font-size: 15px;\">本版本重新规划了菜单分布,将原有【会员中心】中的部分营销功能,移至【营销中心】菜单下,方便商户集中管理营销活动。&nbsp;</p><p style=\"white-space: normal; line-height: 38px; font-size: 15px;\"><span style=\"background-color:#000;color:#fff;font-size:12px\">&nbsp;&nbsp;&nbsp;&nbsp;注意:由于菜单调整���请商户将原来含有会员中心营销功能(优惠券/定向礼遇/生日营销等功能)的门店/员工账号角色重新配置下。</span></p><p style=\"white-space: normal; line-height: 38px; font-size: 15px;\"><strong> <span style=\"font-size: 15px;\">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</span>2、营销中心</strong></p><p style=\"white-space: normal; line-height: 38px; font-size: 15px;\"><span style=\"font-size: 15px;\">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</span>1).新增短信营销方式,商户可通过短信营销(<span style=\"text-decoration: underline;\"><a href=\"http://help.bigaka.com/index.php/2017/08/31/%E6%80%8E%E6%A0%B7%E4%BD%BF%E7%94%A8%E7%9F%AD%E4%BF%A1%E8%90%A5%E9%94%80%EF%BC%9F/\">点此查看教程</a></span>)</p><p style=\"white-space: normal; line-height: 38px; font-size: 15px;\"><span style=\"color:#ff0000;font-size:12px\"> <span style=\"font-size: 15px;\">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</span>&nbsp;注意:<span style=\"text-decoration: none;\">此功能仅适用私有化商户</span>,未设置私有化的商户请联系您的销售经理开通;</span></p><p style=\"white-space: normal; line-height: 38px; font-size: 15px;\"><span style=\"font-size: 15px;\">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</span>2).新增微信营销,商户可通过微信模板消息营销(<span style=\"text-decoration: underline;\"><a href=\"http://help.bigaka.com/index.php/2017/08/31/%E6%80%8E%E6%A0%B7%E4%BD%BF%E7%94%A8%E5%BE%AE%E4%BF%A1%E6%A8%A1%E6%9D%BF%E6%B6%88%E6%81%AF%E8%90%A5%E9%94%80%EF%BC%9F/\">点此查看教程</a></span>)</p><p style=\"white-space: normal; line-height: 38px; font-size: 15px;\"><span style=\"font-size: 15px;\">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</span>3).商户可设置会员在购物后赠送优惠券、积分(<span style=\"text-decoration: underline;\"><a href=\"http://help.bigaka.com/index.php/2017/08/31/%E4%BC%9A%E5%91%98%E8%B4%AD%E7%89%A9%E4%B8%8B%E5%8D%95%E5%90%8E%E5%8F%AF%E4%BB%A5%E8%AE%BE%E7%BD%AE%E5%88%86%E4%BA%AB%E8%B5%A0%E9%80%81%E4%BC%98%E6%83%A0%E5%88%B8%E5%92%8C%E7%A7%AF%E5%88%86%E5%95%A6/\">点此查看教程</a></span>);</p><p style=\"white-space: normal; line-height: 38px; font-size: 15px;\"><span style=\"font-size: 15px;\">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</span>4).优惠券可以设置转赠TA人(<span style=\"text-decoration: underline;\"><a href=\"http://help.bigaka.com/index.php/2017/08/31/%E6%80%8E%E6%A0%B7%E8%AE%BE%E7%BD%AE%E5%85%81%E8%AE%B8%E4%BC%9A%E5%91%98%E8%BD%AC%E8%B5%A0%E4%BC%98%E6%83%A0%E5%88%B8/\">点此查看教程</a></span>);</p><p style=\"white-space: normal; line-height: 38px; font-size: 15px;\"><strong><strong style=\"font-size: 15px; white-space: normal;\">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</strong>3、渠道中心</strong></p><p style=\"white-space: normal; line-height: 38px; font-size: 15px;\">&nbsp; &nbsp; &nbsp; 门店架构升级,完成适配总部-分公司-门店管理架构,可设置分公司/分区域等行政组织归类门店;<a href=\"http://help.bigaka.com/index.php/2016/05/16/%E5%A6%82%E4%BD%95%E5%A2%9E%E5%8A%A0%E4%B8%8B%E7%BA%A7%E9%97%A8%E5%BA%97/\"><span style=\"text-decoration:underline;\">点此查看教程</span></a></p><p style=\"white-space: normal; line-height: 38px; font-size: 15px;\"><span style=\"font-size:12px;line-height:22px\"><span style=\"font-size: 15px;\">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</span>具体如下: 原【门店管理】菜单升级为【组织管理】,在组织管理中,商户可以通过优化后的树状图更好的查看、管理内部组织架构。原&quot;门店&quot;概念升级为组织&quot;节点&quot;:总部--&gt;品牌管理中心,上级管理门店(直营店)--&gt;上级管理节点,自主经营门店(经销店)--&gt;自主经营节点,同时对应分公司管理架构新增了“组织管理节点”,该节点不参与具体销售、会员绑定等业务,只用以管理下级子节点以及后续的多级营销管理的业务承接。在本版中组织管理节点将暂无任何具体菜单权限,将在后续版本中陆续迭代完善。原【门店角色】菜单升级为【组织角色】菜单。</span></p><p style=\"white-space: normal; line-height: 38px; font-size: 15px;\"><strong><strong style=\"font-size: 15px; white-space: normal;\">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</strong>4、系统设置</strong><br/><span style=\"font-size: 15px;\">&nbsp; &nbsp; &nbsp;&nbsp;</span>在完成营销短信类营销型微信模板消息通知对接后,在【系统设置】中新增了【消息】的二级菜单。包括:&nbsp;</p><p style=\"white-space: normal; line-height: 38px; font-size: 15px;\"><span style=\"font-size: 15px;\">&nbsp; &nbsp; &nbsp;&nbsp;</span>【业务节点通知】,完成了系统所有业务相关的消息通知逻辑,商户可自定义配置对应的业务逻辑是否发送消息通知会员,以及通过微信/短信通知会员的配置。&nbsp;</p><p style=\"white-space: normal; line-height: 38px; font-size: 15px;\"><span style=\"font-size: 15px;\">&nbsp; &nbsp; &nbsp;&nbsp;</span>【业务模板消息】,原���模板消息】菜单升级,用以启用及同步微信创建业务消息。&nbsp;</p><p style=\"white-space: normal; line-height: 38px; font-size: 15px;\"><span style=\"font-size: 15px;\">&nbsp; &nbsp; &nbsp;&nbsp;</span>【营销模板消息】,用以根据舞象提供的标准微信消息模板格式,填写并创建不同的营销内容,以备精准营销推送。 (<a href=\"http://help.bigaka.com/index.php/2017/08/31/%E5%A6%82%E4%BD%95%E5%88%9B%E5%BB%BA%E5%BE%AE%E4%BF%A1%E8%90%A5%E9%94%80%E6%B6%88%E6%81%AF%E6%A8%A1%E6%9D%BF/\">点此查看教程</a>)</p><p style=\"white-space: normal; line-height: 38px; font-size: 15px;\"><span style=\"font-size: 15px;\">&nbsp; &nbsp; &nbsp;&nbsp;</span>【短信营销模板】,在私有化配置后,使用自己的阿里大于账号的商户,在申请营销类短信后,可在本功能中完成短信配置,以备精准营销推送。&nbsp;<span style=\"font-size: 15px;\">&nbsp;(<a href=\"http://help.bigaka.com/index.php/2017/08/31/%E5%A6%82%E4%BD%95%E5%88%9B%E5%BB%BA%E7%9F%AD%E4%BF%A1%E8%90%A5%E9%94%80%E6%A8%A1%E6%9D%BF/\">点此查看教程</a>)</span></p><p style=\"white-space: normal; line-height: 38px; font-size: 15px;\"><span style=\"color:#ff0000;font-size:12px\">注意:此功能仅适用私有化商户,未设置私有化的商户请联系您的销售经理开通</span></p><p style=\"white-space: normal; line-height: 38px; font-size: 15px;\"><span style=\"font-size: 15px;\">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</span>【短信发送日志】,用以查询系统发送短信的日志记录。</p><p style=\"white-space: normal; line-height: 38px; font-size: 15px;\"><strong><span style=\"font-size: 15px;\"><span style=\"font-size: 15px;\">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</span>5、分析师</span></strong></p><p style=\"white-space: normal; line-height: 38px; font-size: 15px;\"><span style=\"font-size: 15px;\">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</span>更新了会员分析模块,新增了会员画像分析模块。</p><p style=\"white-space: normal; line-height: 38px; font-size: 15px;\"><span style=\"font-size: 15px;\">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</span>没有分析师?请联系您的销售经理开通!</p><p style=\"white-space: normal; line-height: 38px; font-size: 15px;\"><strong><span style=\"font-size: 15px;\">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</span>6、其他更新</strong></p><p style=\"white-space: normal; line-height: 38px; font-size: 15px;\"><span style=\"font-size: 15px;\">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</span>1)新增了商品导入功能;<strong><br/></strong></p><p style=\"white-space: normal; line-height: 38px; font-size: 15px;\"><span style=\"font-size: 15px;\">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</span>2)优化了订单导出功能,优化了流程和体验</p><p style=\"white-space: normal; line-height: 33px; font-size: 15px;\"><strong><a href=\"http://help.bigaka.com/index.php/2017/08/31/%E8%88%9E%E8%B1%A1%E5%85%AC%E6%9C%89%E4%BA%91v6-1%E7%89%88%E6%9C%AC%E5%8F%91%E5%B8%83%EF%BC%8C%E6%96%B0%E5%A2%9E%E7%9F%AD%E4%BF%A1%E8%90%A5%E9%94%80%E3%80%81%E4%B8%8B%E5%8D%95%E5%88%86%E4%BA%AB/\"><span style=\"font-size: 15px;\">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</span>更多操作教程点击此处前往商户社区查看。</a></strong></p>",
"id": 57,
"title": "舞象云新增短信营销、下单分享有礼、优惠券转赠好友啦!",
"update_time": 1504187997000,
"push_time": 1504187997000,
"push_state": 2
} }
], ],
"totalCount": 38 "totalCount": 38
......
{
"datalist": [
{
"imgUrl": "./../../../assets/images/img1.png"
},
{
"imgUrl": "./../../../assets/images/img2.png"
},
{
"imgUrl": "./../../../assets/images/img3.png"
},
{
"imgUrl": "./../../../assets/images/img1.png"
},
{
"imgUrl": "./../../../assets/images/img2.png"
},
{
"imgUrl": "./../../../assets/images/img3.png"
}
]
}
{
"datalist": [
{
"img": "https://ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=3338860012,664035936&fm=27&gp=0.jpg",
"sendnum": 12111124,
"readnum": 1111,
"readtime": 12111121,
"originreadnum": 111,
"originreadtime": 5785111412
},
{
"img": "https://ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=3338860012,664035936&fm=27&gp=0.jpg",
"sendnum": 2222,
"readnum": 222,
"readtime": 22222,
"originreadnum": 122224545,
"originreadtime": 22222
},
{
"img": "https://ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=3338860012,664035936&fm=27&gp=0.jpg",
"sendnum": 333,
"readnum": 3333,
"readtime": 3,
"originreadnum": 33,
"originreadtime": 5733385412
}
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment