Commit 9956472f by liuchenxi

Merge branch 'feature/文案修改' into feature/4月会员分组

# Conflicts:
#	dist/index.html
#	dist/static/css/app.90aefd93a5af9fd111a7b0a697d9701c.css
#	dist/static/css/app.9a7724044870f78c8a61530215645492.css
#	dist/static/css/app.e6e700968c954dd3c0e2c667bd8ada51.css
#	dist/static/js/0.8196d954e4cb925c8b1e.js
#	dist/static/js/0.9c95a8e1fa273411aa0d.js
#	dist/static/js/0.ee8213667463b1cfa618.js
parent 034d7adb
......@@ -1600,7 +1600,7 @@ export default {
} else {
this.loadSelector = true;
}
}, 200);
}, 800);
// 获取已存数据
// this.getExistData(this.tagData.tagId);
......
......@@ -864,7 +864,7 @@ export default {
/* 属于/不属于+ 选项 */
if (that.templateData.length == 2) {
for (let ele of that.templateData) {
// 选项
if (ele.templateCode === 'tag001') {
......@@ -1083,7 +1083,7 @@ export default {
}
// 会员等级变更
if (this.templateData.length && code === 'com009') {
if (this.templateData.length && this.templateData.some(el => el.templateCode == 'com009')) {
const findAfter = this.templateData.find(el => el.afterGradeId);
const findBefore = this.templateData.find(el => el.beforeGradeId);
if (findAfter && findBefore) {
......
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