Commit 88800d12 by member

测试

parent 62041d7a
......@@ -23,7 +23,7 @@ linkSelect(val) {
this.linkToolsVisible = false;
}
components: {
components: {linkId
Linktools
} coupCardId
......@@ -668,6 +668,7 @@ export default {
// --------------------------------------------------
// 选择类型改变 (一级选择,保存选择类型)
linksTypeChange: function(e) {
this.linkId = e;
var that = this
var selectOneItem = '';
that.linksTypeOptions.forEach(function(ele,inde){
......@@ -1401,7 +1402,6 @@ export default {
// 确认操作
confirmLinkSelect() {
alert(11);
var that = this
// console.log(that.linksType,that.twoLevelValue,that.threeLevelValue,that.h5linkObj.conditionType)
// 如果选择 h5 判断选择的链接
......@@ -1500,7 +1500,7 @@ export default {
}
// 会员功能
if (this.oneLevelTypeValue == 0) {
if (this.linkId === 27) {
if (this.chooseFlag) {
this.transData();
} else {
......
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